<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: peer0</title><link>https://news.ycombinator.com/user?id=peer0</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 10 Jun 2026 14:40:18 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=peer0" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by peer0 in "Show HN: Forge – Guardrails take an 8B model from 53% to 99% on agentic tasks"]]></title><description><![CDATA[
<p><a href="https://github.com/ggml-org/llama.cpp/blob/master/grammars/README.md" rel="nofollow">https://github.com/ggml-org/llama.cpp/blob/master/grammars/R...</a><p>llama.cpp supports grammar limiting using either GBNF or json schema (It just translate it to GBNF behind the scenes I think).  So I have my harness generate a tool schema on the fly (based on what tools are possible for the current task) and pass it in at request time.</p>
]]></description><pubDate>Wed, 20 May 2026 17:43:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48211315</link><dc:creator>peer0</dc:creator><comments>https://news.ycombinator.com/item?id=48211315</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48211315</guid></item><item><title><![CDATA[New comment by peer0 in "Show HN: Forge – Guardrails take an 8B model from 53% to 99% on agentic tasks"]]></title><description><![CDATA[
<p>This seems similar to what I done using llama.cpp's "Grammar constrained generation" for my local agents. But using that instead of catching and retrying it is just literally impossible for the LLM to generate something that doesn't match a specific schema of tool choices. It is amazing how much better small models can be when you reduce the problem space to only grammatically correct answers.</p>
]]></description><pubDate>Wed, 20 May 2026 16:30:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48210301</link><dc:creator>peer0</dc:creator><comments>https://news.ycombinator.com/item?id=48210301</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48210301</guid></item></channel></rss>