» Tag
json
19 postsSirixDB: A bitemporal JSON database with sub-page versioning
SirixDB is a bitemporal JSON database using copy-on-write and sub-page versioning so any revision can be queried as fast as the latest.
LLMs Are Honest in Prose but Hallucinate Under JSON Schemas
Study finds LLMs admit uncertainty in prose but fabricate data under required JSON schemas, with 10 of 13 models hallucinating 100% of the time.
Apache Iceberg's Variant Type: How Shredding Speeds Up JSON Analytics
Apache Iceberg v3's Variant type and shredding technique make JSON data both flexible and fast to query. Here's how it works under the hood.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comAict: Unix Coreutils Outputting XML/JSON for AI Agents
Aict reimplements Unix tools to provide XML/JSON output for AI agents.
Generating TypeScript Types from JSON Without Missing Optional Fields
Most JSON-to-TypeScript tools infer structure from a single array element, mistyping optional fields. Correct conversion merges keys across every sample.
Lessons from Integrating an LLM Inside a Drag-and-Drop Editor
An overview of challenges and solutions faced when integrating an LLM into a drag-and-drop editor.
Getting JSON Out of Claude: Prefills Are Dead, Here's What Works
Assistant-turn prefills now throw 400 errors on newer Claude models. Here's how structured outputs and tool use replace the old JSON-forcing trick.
JEP 540: Simple JSON API (Now in Incubator)
JEP 540 introduces a standard API for JSON in Java, enabling easier parsing and generation without external libraries.
A diagram is data, not a drawing: A new approach
Treating diagrams as data, not drawings, leads to better outputs for engineers.
Type-safe LLM Outputs with Zod: Stop Guessing What the Model Returns
Manage your LLM outputs safely with Zod. Define schemas and validate to prevent errors.