Nvidia and Jane Street Back Mira Murati's AI Startup (ft.com)
2 points by jmsflknr 8m ago 0 comments
Akamai's prices appear to have been published [pdf] (dlt.com)
3 points by nikolqy 36m ago 2 comments
RNA Is the Cell's Emergency Alert System (quantamagazine.org)
1 points by rbanffy 38m ago 0 comments
Show HN: Open-source GUI editor for JSON and function call schema
1 xingzheli 0 7/15/2025, 5:02:23 PM anusarati.github.io ↗
I was working on function call schema for my AI startup recently, but I didn't have a good workflow, so I made a GUI editor to make it easier and faster to write JSON schema. It shows what annotations you can give to each property in case you aren't familiar with JSON schema keywords, so it's very user-friendly.
It also enforces the correct structure for the different types like "function" and "object", so you can't make syntax or structural errors. Cursor didn't use the OpenAI format when I auto-completed a {"type": "function"} schema, but this isn't a problem using my tool.
Why use this over Pydantic? It's a lot more visual, and you can reorder properties and change "required" properties without wrangling with text, so it's easier when you're in the prototyping stage.
The source is at https://github.com/anusarati/json-schema-builder.
What do you all think?
No comments yet