<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: elliotbnvl</title><link>https://news.ycombinator.com/user?id=elliotbnvl</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 07:48:19 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=elliotbnvl" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[It Ought to Be a Pull Door]]></title><description><![CDATA[
<p>Article URL: <a href="https://elliotbonneville.com/it-really-ought-to-be-a-pull-door/">https://elliotbonneville.com/it-really-ought-to-be-a-pull-door/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47391976">https://news.ycombinator.com/item?id=47391976</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 15 Mar 2026 21:11:48 +0000</pubDate><link>https://elliotbonneville.com/it-really-ought-to-be-a-pull-door/</link><dc:creator>elliotbnvl</dc:creator><comments>https://news.ycombinator.com/item?id=47391976</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47391976</guid></item><item><title><![CDATA[Iterate on the Plan, Not the Product]]></title><description><![CDATA[
<p>Article URL: <a href="https://elliotbonneville.com/iterate-on-the-plan-not-the-product/">https://elliotbonneville.com/iterate-on-the-plan-not-the-product/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47391531">https://news.ycombinator.com/item?id=47391531</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 15 Mar 2026 20:30:08 +0000</pubDate><link>https://elliotbonneville.com/iterate-on-the-plan-not-the-product/</link><dc:creator>elliotbnvl</dc:creator><comments>https://news.ycombinator.com/item?id=47391531</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47391531</guid></item><item><title><![CDATA[New comment by elliotbnvl in "Grief and the AI split"]]></title><description><![CDATA[
<p>Strong agree. Needs another pass or two at editing though, some painful LLM-os sticking out there :'(</p>
]]></description><pubDate>Thu, 12 Mar 2026 23:15:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47358582</link><dc:creator>elliotbnvl</dc:creator><comments>https://news.ycombinator.com/item?id=47358582</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47358582</guid></item><item><title><![CDATA[New comment by elliotbnvl in "Claude now creates interactive charts, diagrams and visualizations"]]></title><description><![CDATA[
<p>And the people that still get excited about life!</p>
]]></description><pubDate>Thu, 12 Mar 2026 17:58:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47354753</link><dc:creator>elliotbnvl</dc:creator><comments>https://news.ycombinator.com/item?id=47354753</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47354753</guid></item><item><title><![CDATA[New comment by elliotbnvl in "Claude now creates interactive charts, diagrams and visualizations"]]></title><description><![CDATA[
<p>It's a usability / quality of life feature to me. Nothing to do with increasing perceived confidence. I guess it depends on how much you already (dis)trust LLMs.<p>I'm finding more and more often the limiting factor isn't the LLM, it's my intuition. This goes a way towards helping with that.</p>
]]></description><pubDate>Thu, 12 Mar 2026 17:56:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47354718</link><dc:creator>elliotbnvl</dc:creator><comments>https://news.ycombinator.com/item?id=47354718</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47354718</guid></item><item><title><![CDATA[New comment by elliotbnvl in "GPT-5.4"]]></title><description><![CDATA[
<p>Looks like it's an order of magnitude off. Missprint?</p>
]]></description><pubDate>Thu, 05 Mar 2026 18:36:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47265383</link><dc:creator>elliotbnvl</dc:creator><comments>https://news.ycombinator.com/item?id=47265383</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47265383</guid></item><item><title><![CDATA[New comment by elliotbnvl in "Enable CORS for Your Blog"]]></title><description><![CDATA[
<p>This is something Opus 4.6 likes to generate a LOT for some reason.</p>
]]></description><pubDate>Mon, 02 Mar 2026 14:30:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47218395</link><dc:creator>elliotbnvl</dc:creator><comments>https://news.ycombinator.com/item?id=47218395</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47218395</guid></item><item><title><![CDATA[Show HN: Multiplayer realtime text-to-website demo (live edits via Sonnet 4.6)]]></title><description><![CDATA[
<p>Hi all, author here.<p>This is a live, multiplayer "text-to-website" sandbox: people type requests in chat, and the site updates in real time. It’s powered by Sonnet 4.6.<p>I built it as a public demo of what current AI agents can actually do on real web code. It’s running on my own infra / API budget for now, so usage is rate-limited.<p>Under the hood it uses the same stack as the core product, including Bareclaw, a thin Claude Code CLI wrapper for custom clients. [1]<p>Inspiration came from Pieter Levels’ recent “chat with your website" tweet. [2]<p>[1] <a href="https://github.com/elliotbonneville/bareclaw" rel="nofollow">https://github.com/elliotbonneville/bareclaw</a>
[2] <a href="https://x.com/levelsio/status/2023960543959101938" rel="nofollow">https://x.com/levelsio/status/2023960543959101938</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47166874">https://news.ycombinator.com/item?id=47166874</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 26 Feb 2026 14:50:03 +0000</pubDate><link>https://textyoursite.com/demo</link><dc:creator>elliotbnvl</dc:creator><comments>https://news.ycombinator.com/item?id=47166874</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47166874</guid></item><item><title><![CDATA[New comment by elliotbnvl in "Text Your Site: Realtime multiplayer LLM-powered text-to-website demo"]]></title><description><![CDATA[
<p>Hi all, author here. Please don't go to this website. It's expensive for me. It's a realtime multiplayer text-to-website chat, powered by Sonnet 4.6, that I built to showcase the incredible agency and speed frontier models have attained. I am paying API costs out-of pocket. Call it a business expense?<p>It's inspired by Pieter Levels' tweet about chatting with his websites. [1]<p>It uses the same tool under the hood as the core web offering, bareclaw [2], a thin Claude Code CLI wrapper I created to enable custom CC client creation while leveraging your Claude Max subscription.<p>[1] <a href="https://x.com/levelsio/status/2023960543959101938" rel="nofollow">https://x.com/levelsio/status/2023960543959101938</a>
[2] <a href="https://github.com/elliotbonneville/bareclaw" rel="nofollow">https://github.com/elliotbonneville/bareclaw</a></p>
]]></description><pubDate>Wed, 25 Feb 2026 22:10:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47158741</link><dc:creator>elliotbnvl</dc:creator><comments>https://news.ycombinator.com/item?id=47158741</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47158741</guid></item><item><title><![CDATA[Text Your Site: Realtime multiplayer LLM-powered text-to-website demo]]></title><description><![CDATA[
<p>Article URL: <a href="https://textyoursite.com/demo">https://textyoursite.com/demo</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47158740">https://news.ycombinator.com/item?id=47158740</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 25 Feb 2026 22:10:14 +0000</pubDate><link>https://textyoursite.com/demo</link><dc:creator>elliotbnvl</dc:creator><comments>https://news.ycombinator.com/item?id=47158740</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47158740</guid></item><item><title><![CDATA[New comment by elliotbnvl in "Following 35% growth, solar has passed hydro on US grid"]]></title><description><![CDATA[
<p>I have a goal of setting up solar on my property in the woods that goes directly to a wall of batteries, maybe Tesla, maybe something else. But definitely not going back into the grid. Does anybody have suggestions or advice on how to do this?<p>Who are the best companies doing this right now in New England? What products are folks using to store electricity? Are there any good resources for this kind of thing?</p>
]]></description><pubDate>Wed, 25 Feb 2026 18:55:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47156045</link><dc:creator>elliotbnvl</dc:creator><comments>https://news.ycombinator.com/item?id=47156045</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47156045</guid></item><item><title><![CDATA[New comment by elliotbnvl in "Claude Code Remote Control"]]></title><description><![CDATA[
<p>Happy you liked it! Always really nice to get positive feedback.<p>I’ll have to check out the journaling article. I’ve been journaling a lot more lately!</p>
]]></description><pubDate>Wed, 25 Feb 2026 16:11:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47153473</link><dc:creator>elliotbnvl</dc:creator><comments>https://news.ycombinator.com/item?id=47153473</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47153473</guid></item><item><title><![CDATA[New comment by elliotbnvl in "Claude Code Remote Control"]]></title><description><![CDATA[
<p>Wispr Flow on mobile fills this gap.</p>
]]></description><pubDate>Wed, 25 Feb 2026 15:02:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47152457</link><dc:creator>elliotbnvl</dc:creator><comments>https://news.ycombinator.com/item?id=47152457</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47152457</guid></item><item><title><![CDATA[New comment by elliotbnvl in "Claude Code Remote Control"]]></title><description><![CDATA[
<p>I’ve been doing this for a while [1], but ultimately settled on a building a thin transport layer for Telegram to accept and return media, and persistent channels, vastly improved messaging UX, etc. and ended up turning this into a ‘claw with a heartbeat and SOUL [2].<p>[1] <a href="https://elliotbonneville.com/phone-to-mac-persistent-terminal/" rel="nofollow">https://elliotbonneville.com/phone-to-mac-persistent-termina...</a><p>[2] <a href="https://elliotbonneville.com/claude-code-is-all-you-need/" rel="nofollow">https://elliotbonneville.com/claude-code-is-all-you-need/</a></p>
]]></description><pubDate>Wed, 25 Feb 2026 15:01:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47152447</link><dc:creator>elliotbnvl</dc:creator><comments>https://news.ycombinator.com/item?id=47152447</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47152447</guid></item><item><title><![CDATA[New comment by elliotbnvl in "Bareclaw: Claude Code Is All You Need"]]></title><description><![CDATA[
<p>Hey cool, glad you are enjoying! I am having fun with it also :)</p>
]]></description><pubDate>Tue, 24 Feb 2026 22:10:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47143977</link><dc:creator>elliotbnvl</dc:creator><comments>https://news.ycombinator.com/item?id=47143977</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47143977</guid></item><item><title><![CDATA[New comment by elliotbnvl in "Bareclaw: Claude Code Is All You Need"]]></title><description><![CDATA[
<p>Haha. Just following the rules ;)</p>
]]></description><pubDate>Tue, 24 Feb 2026 15:15:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47138202</link><dc:creator>elliotbnvl</dc:creator><comments>https://news.ycombinator.com/item?id=47138202</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47138202</guid></item><item><title><![CDATA[New comment by elliotbnvl in "Bareclaw: Claude Code Is All You Need"]]></title><description><![CDATA[
<p>Amidst all the ‘claw hype, folks have lost sight of the fact that we already have a high quality, trusted coding agent that with a few lines of code can become proactive, recursively self improving, and is supported by a large dedicated engineering organization who are commercially incentivized to improve it.<p>Claude Code is all you need.<p>Well, that and a persistent transport layer that exposes a messaging endpoint you can text from your phone. And that’s bareclaw: just ~1200 LOC of TypeScript and you’re off to the races on the Claude Max plan with no OAuth token theft hijinks.</p>
]]></description><pubDate>Tue, 24 Feb 2026 14:52:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47137888</link><dc:creator>elliotbnvl</dc:creator><comments>https://news.ycombinator.com/item?id=47137888</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47137888</guid></item><item><title><![CDATA[Bareclaw: Claude Code Is All You Need]]></title><description><![CDATA[
<p>Article URL: <a href="https://elliotbonneville.com/claude-code-is-all-you-need/">https://elliotbonneville.com/claude-code-is-all-you-need/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47137887">https://news.ycombinator.com/item?id=47137887</a></p>
<p>Points: 6</p>
<p># Comments: 5</p>
]]></description><pubDate>Tue, 24 Feb 2026 14:52:42 +0000</pubDate><link>https://elliotbonneville.com/claude-code-is-all-you-need/</link><dc:creator>elliotbnvl</dc:creator><comments>https://news.ycombinator.com/item?id=47137887</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47137887</guid></item><item><title><![CDATA[Bareclaw: Claude Code Is All You Need]]></title><description><![CDATA[
<p>Article URL: <a href="https://elliotbonneville.com/claude-code-is-all-you-need/">https://elliotbonneville.com/claude-code-is-all-you-need/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47130728">https://news.ycombinator.com/item?id=47130728</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 23 Feb 2026 23:45:26 +0000</pubDate><link>https://elliotbonneville.com/claude-code-is-all-you-need/</link><dc:creator>elliotbnvl</dc:creator><comments>https://news.ycombinator.com/item?id=47130728</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47130728</guid></item><item><title><![CDATA[Of the Greate Liberation of Websytes]]></title><description><![CDATA[
<p>Article URL: <a href="https://elliotbonneville.com/the-internet-is-about-to-get-weird-and-beautiful/">https://elliotbonneville.com/the-internet-is-about-to-get-weird-and-beautiful/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47107376">https://news.ycombinator.com/item?id=47107376</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 22 Feb 2026 02:06:54 +0000</pubDate><link>https://elliotbonneville.com/the-internet-is-about-to-get-weird-and-beautiful/</link><dc:creator>elliotbnvl</dc:creator><comments>https://news.ycombinator.com/item?id=47107376</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47107376</guid></item></channel></rss>