ShapeCraft
PulseAugur coverage of ShapeCraft — every cluster mentioning ShapeCraft across labs, papers, and developer communities, ranked by signal.
4 day(s) with sentiment data
-
ShapeCraft library offers practical LLM structured output use cases
ShapeCraft, a library for structured output from LLMs, offers practical applications beyond simple data extraction. It can transform unstructured support tickets into actionable data by assigning categories and prioriti…
-
Developer Rewrites LLM Tool-Calling Logic Three Times for API Differences
A developer found themselves rewriting the same tool-calling logic three times to accommodate different LLM providers: OpenAI, Anthropic, and Ollama. Each provider has a distinct API format for tool integration, necessi…
-
Local LLM classification improved with GBNF grammar
A developer encountered issues with a local 3B quantized model, specifically llama-3.2-3b-instruct.gguf, when trying to classify documents into five categories. Initial attempts using simple prompts resulted in inconsis…
-
Developer builds multi-model AI pipeline using ShapeCraft for content moderation
A developer detailed how they constructed a multi-model AI pipeline for content moderation, utilizing three distinct models for different stages of the process. The pipeline begins with a lightweight model for initial t…
-
AI Structured Output: Correctness vs. Truth
The author argues that while structured output libraries like JSON Schema are effective for ensuring data format correctness, they do not prevent AI hallucinations or guarantee the accuracy of the information provided. …
-
Developer leaks LLM validation errors into chat, fixes by separating concerns
A developer encountered an issue where a slot-filling onboarding bot, designed to extract structured data from user conversations, leaked internal validation errors into the chat interface. This occurred because the bot…
-
Developer adds GBNF grammar support to ShapeCraft for local LLM output control
A developer has enhanced the ShapeCraft structured output library by adding support for GBNF grammars, enabling local LLMs to generate output that strictly adheres to predefined formats. This new feature, implemented vi…
-
Developer leverages LLM and pre-built schema to generate FHIR data
A developer struggled to manually create a FHIR R4 compliant Patient resource schema in TypeScript for a hospital client, finding the official specification complex and time-consuming to implement correctly. After two d…
-
New library ShapeCraft tackles AI semantic correctness beyond JSON Schema
A new open-source library called ShapeCraft aims to improve the reliability of AI systems by addressing the limitations of JSON Schema for production use. The library's creator argues that while JSON Schema ensures stru…
-
LLM structured output: providers differ on native validation guarantees
Developers are encountering challenges with LLM-generated structured output, particularly JSON, due to models not consistently adhering to specified formats. While some providers like OpenAI and Groq offer native schema…