<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: byhong03</title><link>https://news.ycombinator.com/user?id=byhong03</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 21 May 2026 01:22:37 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=byhong03" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Show HN: Dari-docs – Optimize your docs using parallel coding agents]]></title><description><![CDATA[
<p>It’s well known at this point that documentation needs to be optimized for AI agents - we’re all pointing our Claude Code / Codex / Pi agents at documentation, and expecting the models to figure out how to implement a product.<p>This, however, changes the entire optimization problem when writing documentation. Good documentation now becomes more objective - you are solving the very concrete problem: can a dumb harness running the dumbest model implement this reliably?<p>Humans can typically compensate for inconsistent terminology or scattered context across pages, but for agents, this often will waste time (or even just completely confuse the agent).<p>We’ve been building a small project around this called dari-docs: users can upload their documentation via website or CLI and run agents across different providers to see where they falter. You can upload your documentation, feed a list of tasks, and ask agents with varying intelligence / cost levels to complete those tasks in parallel. When a run is complete, you get back a list feedback markdown files from each agent run and can apply changes based on agent feedback.<p>Managed service: <a href="https://optimize.dari.dev/">https://optimize.dari.dev/</a>, repo link: <a href="https://github.com/mupt-ai/dari-docs" rel="nofollow">https://github.com/mupt-ai/dari-docs</a><p>The agents actually try to use the product end-to-end. They search through the docs, follow instructions, run commands, try examples, and attempt to debug failures. Importantly, this is not a static LLM review of the documentation. The agents are actually attempting the integration.<p>You can also enable live verification with test credentials so the agents can actually verify workflows against real APIs:<p><pre><code>  dari-docs check . --live-verify --secret-env DARI_TEST_API_KEY --task "Create a checkout session"
</code></pre>
If you’re building a CLI, API, MCP server, or SDK and actively maintaining docs for humans or agents, we’d love to work with you and test this on real workflows!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48210615">https://news.ycombinator.com/item?id=48210615</a></p>
<p>Points: 16</p>
<p># Comments: 5</p>
]]></description><pubDate>Wed, 20 May 2026 16:53:07 +0000</pubDate><link>https://github.com/mupt-ai/dari-docs</link><dc:creator>byhong03</dc:creator><comments>https://news.ycombinator.com/item?id=48210615</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48210615</guid></item></channel></rss>