<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: chachachainsaw</title><link>https://news.ycombinator.com/user?id=chachachainsaw</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 06 Sep 2026 19:00:56 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=chachachainsaw" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by chachachainsaw in "Grep beats LSP? Why coding agents ignore your fancier tools"]]></title><description><![CDATA[
<p>I mentioned on the main thread, but thought it would be topical here too. Claude Code ships LSP support but only if packaged within a plugin. So there are hoops you have to jump through to get it rather than getting it out of the box. But it might be long term more reliable than ad hoc fixes?</p>
]]></description><pubDate>Fri, 04 Sep 2026 13:52:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=49564676</link><dc:creator>chachachainsaw</dc:creator><comments>https://news.ycombinator.com/item?id=49564676</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49564676</guid></item><item><title><![CDATA[New comment by chachachainsaw in "Grep beats LSP? Why coding agents ignore your fancier tools"]]></title><description><![CDATA[
<p>Claude Code ships LSP support, but only as part of a plugin. I think they’re currently the only vendor to fully support it.</p>
]]></description><pubDate>Fri, 04 Sep 2026 13:49:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=49564640</link><dc:creator>chachachainsaw</dc:creator><comments>https://news.ycombinator.com/item?id=49564640</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49564640</guid></item><item><title><![CDATA[New comment by chachachainsaw in "Ask HN: Why are Claude models so verbose?"]]></title><description><![CDATA[
<p>One of the things I struggled with for a while was diffing the configs between tools when switching over and keeping them all straight. I recently built a free directory I’ve been hacking on to continually diff coding agents docs and source code to illustrate the differences.<p>Happy to share if you think it’ll add value.</p>
]]></description><pubDate>Tue, 01 Sep 2026 06:37:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=49518693</link><dc:creator>chachachainsaw</dc:creator><comments>https://news.ycombinator.com/item?id=49518693</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49518693</guid></item><item><title><![CDATA[New comment by chachachainsaw in "Ask HN: Why are Claude models so verbose?"]]></title><description><![CDATA[
<p>Came here to say this. Output styles help a lot in cutting down the fluff.</p>
]]></description><pubDate>Tue, 01 Sep 2026 06:32:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=49518668</link><dc:creator>chachachainsaw</dc:creator><comments>https://news.ycombinator.com/item?id=49518668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49518668</guid></item><item><title><![CDATA[New comment by chachachainsaw in "Ask HN: How do you guys stop coding agents from acting out of line?"]]></title><description><![CDATA[
<p>I use a lot of agent hooks to force deterministic guardrails in the moment for faster feedback loops, like someone else mentioned. Others like pre-commit hooks and CI checks are still great for things like enforcing conventional commits, linting, etc.<p>What framework do you use for generating migrations? I can help share an example of what it might look like to write a hook for it. Or even your top 3 pain points.</p>
]]></description><pubDate>Sat, 29 Aug 2026 21:24:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=49493460</link><dc:creator>chachachainsaw</dc:creator><comments>https://news.ycombinator.com/item?id=49493460</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49493460</guid></item><item><title><![CDATA[New comment by chachachainsaw in "Ask HN: How do you guys stop coding agents from acting out of line?"]]></title><description><![CDATA[
<p>Some of the configs are fairly similar, and if you bundle in a plugin they can be distributed without much ceremony. Something you can do for forcing cli migration generation is to write a pretool hook.<p>Here’s an example of shared hooks.<p><a href="https://frontmatter.news/kinds/hook" rel="nofollow">https://frontmatter.news/kinds/hook</a><p>This website also has markdown versions of pages and references source docs so you can point your agent to the page and ask it to crawl to the docs pages to reference the hook json definition.</p>
]]></description><pubDate>Sat, 29 Aug 2026 21:15:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=49493403</link><dc:creator>chachachainsaw</dc:creator><comments>https://news.ycombinator.com/item?id=49493403</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49493403</guid></item><item><title><![CDATA[New comment by chachachainsaw in "How I Use Claude Code"]]></title><description><![CDATA[
<p>Nice write-up!<p>I’ve moved a lot of my prose based guardrails into agent supported hooks, pre-commit hooks and CI checks. I’ve found this deterministic back pressure helps coding agents more consistently figure out for themselves when they’re doing things out of band.</p>
]]></description><pubDate>Thu, 27 Aug 2026 12:52:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=49464069</link><dc:creator>chachachainsaw</dc:creator><comments>https://news.ycombinator.com/item?id=49464069</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49464069</guid></item><item><title><![CDATA[New comment by chachachainsaw in "Ask HN: Are you still using AI code autocomplete?"]]></title><description><![CDATA[
<p>I’m fully on letting agents write all code, no longer doing autocomplete. I switch between Claude Code and Codex mostly, although found Cursor’s cloud agents a nicer experience.</p>
]]></description><pubDate>Thu, 27 Aug 2026 12:42:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=49463910</link><dc:creator>chachachainsaw</dc:creator><comments>https://news.ycombinator.com/item?id=49463910</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49463910</guid></item></channel></rss>