<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: gburgett</title><link>https://news.ycombinator.com/user?id=gburgett</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 24 Apr 2026 22:33:29 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=gburgett" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by gburgett in "Components of a Coding Agent"]]></title><description><![CDATA[
<p>Loved this writeup.  I have built an agent for a specific niche use case for my clients (not a coding agent) but the principles are similar. ive only implemented 1-4 so far.  Going to work on long term memory next, but I worry about prompt injection issues when allowing the LLM to write its own notes.<p>Since my agent works over email, the core agent loop only processes one message then hits the send_reply tool to craft a response.  Then the next incoming email starts the loop again from scratch, only injecting the actual replies sent between user and agent.  This naturally prunes the context preventing the long context window problem.<p>I also had a challenge deciding what context needs injecting into the initial prompt vs what to put into tools.  Its a tradeoff between context bloat and cost of tool lookups which can get expensive paying per token.  Theres also caching to consider here.<p>Full writeup is here if anyone is interested: <a href="https://www.healthsharetech.com/blog/building-alice-an-empowering-ai-agent/" rel="nofollow">https://www.healthsharetech.com/blog/building-alice-an-empow...</a></p>
]]></description><pubDate>Sun, 05 Apr 2026 00:41:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47645032</link><dc:creator>gburgett</dc:creator><comments>https://news.ycombinator.com/item?id=47645032</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47645032</guid></item><item><title><![CDATA[New comment by gburgett in "Components of a Coding Agent"]]></title><description><![CDATA[
<p>Totally agreed!  Ive had good success using claude code with Cucumber, where I start with the spec and have claude iterate on the code.  How does ossature compare to that approach?</p>
]]></description><pubDate>Sun, 05 Apr 2026 00:07:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47644831</link><dc:creator>gburgett</dc:creator><comments>https://news.ycombinator.com/item?id=47644831</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47644831</guid></item><item><title><![CDATA[Pushing Claude Code Further with Spec Driven Development]]></title><description><![CDATA[
<p>Article URL: <a href="http://gordonburgett.net/posts/2026/03_spec-driven-development/">http://gordonburgett.net/posts/2026/03_spec-driven-development/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47631904">https://news.ycombinator.com/item?id=47631904</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 03 Apr 2026 20:35:20 +0000</pubDate><link>http://gordonburgett.net/posts/2026/03_spec-driven-development/</link><dc:creator>gburgett</dc:creator><comments>https://news.ycombinator.com/item?id=47631904</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47631904</guid></item><item><title><![CDATA[New comment by gburgett in "Qwen3.6-Plus: Towards real world agents"]]></title><description><![CDATA[
<p>Looking forward to when this gets on Bedrock.  I built an app with a niche AI agent and to this point only Sonnet is really good enough for our use case, but its expensive!</p>
]]></description><pubDate>Thu, 02 Apr 2026 18:01:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47617915</link><dc:creator>gburgett</dc:creator><comments>https://news.ycombinator.com/item?id=47617915</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47617915</guid></item><item><title><![CDATA[New comment by gburgett in "LinkedIn is searching your browser extensions"]]></title><description><![CDATA[
<p>The “how it works” page suggests it only works on chrome based browsers.  Anyone able to determine if firefox or safari are affected too?</p>
]]></description><pubDate>Thu, 02 Apr 2026 13:45:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47614401</link><dc:creator>gburgett</dc:creator><comments>https://news.ycombinator.com/item?id=47614401</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47614401</guid></item><item><title><![CDATA[New comment by gburgett in "Do your own writing"]]></title><description><![CDATA[
<p>Im in a slight disagreement with our CTO about the value of writing acceptance criteria yourself.  When I write my own acceptance criteria its a useful tool forcing me to think through how the system ought to work.  Definitely in agreement that writing is an important tool for clarifying thinking, not just generating context.</p>
]]></description><pubDate>Tue, 31 Mar 2026 02:29:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47582082</link><dc:creator>gburgett</dc:creator><comments>https://news.ycombinator.com/item?id=47582082</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47582082</guid></item><item><title><![CDATA[New comment by gburgett in "The ladder is missing rungs – Engineering Progression When AI Ate the Middle"]]></title><description><![CDATA[
<p>We hired on a software engineer fresh out of college this January, and we are a very claude heavy shop.  We have noticed and have explained to him that we still have to do the real engineering work: requirements decomposition, interface design, verification and integration.  Claude is helpful but he is still responsible for his output.  He’s been doing well so far!  Theres still plenty of things for him to bang his head on and grow.</p>
]]></description><pubDate>Tue, 31 Mar 2026 01:50:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47581861</link><dc:creator>gburgett</dc:creator><comments>https://news.ycombinator.com/item?id=47581861</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47581861</guid></item><item><title><![CDATA[New comment by gburgett in "Judge blocks Pentagon effort to 'punish' Anthropic with supply chain risk label"]]></title><description><![CDATA[
<p>We are certainly moving that direction (small defense sub)</p>
]]></description><pubDate>Fri, 27 Mar 2026 02:33:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47538522</link><dc:creator>gburgett</dc:creator><comments>https://news.ycombinator.com/item?id=47538522</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47538522</guid></item></channel></rss>