GBNF
PulseAugur coverage of GBNF — every cluster mentioning GBNF across labs, papers, and developer communities, ranked by signal.
2 day(s) with sentiment data
-
AI agent Eris evolves tool selection from grep to embeddings
The development of the AI agent Eris involved a significant learning curve in tool selection, moving from simple text parsing to more sophisticated methods. Initially, Eris relied on basic grep commands to parse model o…
-
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 uses GBNF grammars to enforce JSON output for local AI models
A developer building a local AI agent called Eris has detailed a method for preventing small language models from generating malformed JSON. The technique involves using GBNF grammars, which constrain token generation a…
-
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…