<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: dbmikus</title><link>https://news.ycombinator.com/user?id=dbmikus</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 11 Jun 2026 03:00:03 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=dbmikus" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by dbmikus in "Claude Desktop spawns 1.8 GB Hyper-V VM on every launch, even for chat-only use"]]></title><description><![CDATA[
<p>Yes, running locally certainly helps if you want your sandboxed AI to be able to use the internet without getting blackholed by Cloudflare</p>
]]></description><pubDate>Wed, 10 Jun 2026 21:58:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48483275</link><dc:creator>dbmikus</dc:creator><comments>https://news.ycombinator.com/item?id=48483275</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48483275</guid></item><item><title><![CDATA[New comment by dbmikus in "Claude Desktop spawns 1.8 GB Hyper-V VM on every launch, even for chat-only use"]]></title><description><![CDATA[
<p>Yeah, Docker Sandbox is in the right direction. But there's a lot of parts that are still not ironed out yet.<p>How do you package a Docker Sandbox up into an app that can expose UI widgets, with an agent hiding behind them? What widgets is the agent allowed to modify? How do you run a workflow like "give agent all these files, modify the files, and do changeset management on the modifications?"<p>I'm not 100% sure which part of these will be baked into the application standard format, and which are orthogonal. But current way of packaging up and running these agents doesn't feel right.<p>I think about this a lot because my startup is building cloud VMs for agents to do code-gen and auto-validate changes, so we have a workflow like:<p><pre><code>    1. git repo, skills, CLI tools, biz context goes in
    2. agent iterates against running dev environment
    3. changes go out into git PRs and CI

</code></pre>
I think this type of app/agent workflow will expand outside coding use-cases.</p>
]]></description><pubDate>Wed, 10 Jun 2026 21:56:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48483265</link><dc:creator>dbmikus</dc:creator><comments>https://news.ycombinator.com/item?id=48483265</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48483265</guid></item><item><title><![CDATA[New comment by dbmikus in "Claude Desktop spawns 1.8 GB Hyper-V VM on every launch, even for chat-only use"]]></title><description><![CDATA[
<p>Understand that it is annoying to spin up a heavyweight VM whenever running Claude Desktop, but I actually think per-app + agent virtualization is the future. Next version of an app is:<p><pre><code>    1. micro VM
    2. agent on the VM
    3. software bundled into the VM
</code></pre>
Then the agent is totally sandboxed at the hardware virtualization level. It can use the software tools on the VM or write its own. VM can control which software is "frozen" and which is open to agent modification. And VM can also control which services are exposed outside the VM through sockets, HTTP server, X window system, whatever<p>It's self-modifying apps that are sealed off from touching parts of the computer they shouldn't.</p>
]]></description><pubDate>Wed, 10 Jun 2026 21:03:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48482687</link><dc:creator>dbmikus</dc:creator><comments>https://news.ycombinator.com/item?id=48482687</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48482687</guid></item><item><title><![CDATA[New comment by dbmikus in "Backpressure is all you need"]]></title><description><![CDATA[
<p>Claude Code's dynamic workflows are AI-generated JavaScript, so unlike `/goal` they can in theory import libraries and perform I/O (not sure that they can currently).<p>On checkpointing: I explained myself poorly. You're right that using higher level workflows doesn't turn off checkpointing. One can simply make harnesses non-interactive, but that can make models lose coherence over long tasks (because they can't ask for feedback). A higher level coordinator (/goal, CC dynamic workflows) is designed to provide this feedback without human intervention.<p>On price: older models keep getting cheaper, and most tasks don't need frontier capability. (I'm ignoring the part about subscription subsidies right now, and just talking about API price for tokens)<p>On my startup Amika: we run programmable cloud computers for agents, plus the workflow systems to guide them. We let people run any agent (Codex, Claude, etc.), prompt it from anywhere (Slack, web, CLI + SSH, API). It's like devboxes for humans + agents, with guardrails[1] to deterministically ensure things about the changes coding agents make (ie don't let agent modify module boundaries, require every DB query carry a multi-tenant org ID filter).<p>Maybe our website is bad at explaining it, in which case I appreciate any feedback!<p>[1]: <a href="https://docs.amika.dev/guides/code-annotations">https://docs.amika.dev/guides/code-annotations</a></p>
]]></description><pubDate>Mon, 01 Jun 2026 03:51:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48352416</link><dc:creator>dbmikus</dc:creator><comments>https://news.ycombinator.com/item?id=48352416</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48352416</guid></item><item><title><![CDATA[New comment by dbmikus in "Backpressure is all you need"]]></title><description><![CDATA[
<p>To stop agents from pausing for checkpointing, you can have a deterministic outer loop that re-runs until a stop condition is met.<p>I think teams need to be able to write nested workflows that transition between code-led and agent-led, with either supporting human-in-the-loop checkpoints.<p>Been iterating on what this should look like at our startup (<a href="https://www.amika.dev/">https://www.amika.dev/</a>). Model labs are also improving capabilities here, such as Codex's `/goal` and Claude Code's dynamic workflows[1]<p>The points about API usage cost still stand, but model intelligence is getting cheaper every month! No need to use the frontier model for every part of the work.<p>[1]: <a href="https://code.claude.com/docs/en/workflows" rel="nofollow">https://code.claude.com/docs/en/workflows</a></p>
]]></description><pubDate>Sun, 31 May 2026 21:29:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=48349943</link><dc:creator>dbmikus</dc:creator><comments>https://news.ycombinator.com/item?id=48349943</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48349943</guid></item><item><title><![CDATA[New comment by dbmikus in "Regression: malware reminder on every read still causes subagent refusals"]]></title><description><![CDATA[
<p>I think with a proper managed agents platform, the user should have total control over the VM, the software on it, which model to use, and which agent harness to use. Then you can just override the system prompt and you don't need to follow Anthropic's rules!<p>Maybe Anthropic will give more control over configuring the Claude harness and VM, but they definitely won't let you swap out to other models and harnesses.<p>We've been building open core infra (<a href="https://github.com/gofixpoint/amika" rel="nofollow">https://github.com/gofixpoint/amika</a>) for running any agent on any type of VM or sandbox, with the main use case for safely automating internal code-gen, but technically could repurpose our stack for anything.<p>There should be a model agnostic platform for running these types of agentic apps.</p>
]]></description><pubDate>Wed, 29 Apr 2026 02:16:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47943484</link><dc:creator>dbmikus</dc:creator><comments>https://news.ycombinator.com/item?id=47943484</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47943484</guid></item><item><title><![CDATA[New comment by dbmikus in "What's missing in the 'agentic' story: a well-defined user agent role"]]></title><description><![CDATA[
<p>A couple other major open source harnesses:<p>- <a href="https://github.com/badlogic/pi-mono/" rel="nofollow">https://github.com/badlogic/pi-mono/</a>
- <a href="https://github.com/anomalyco/opencode" rel="nofollow">https://github.com/anomalyco/opencode</a></p>
]]></description><pubDate>Sat, 25 Apr 2026 19:31:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47903898</link><dc:creator>dbmikus</dc:creator><comments>https://news.ycombinator.com/item?id=47903898</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47903898</guid></item><item><title><![CDATA[New comment by dbmikus in "John Ternus to become Apple CEO"]]></title><description><![CDATA[
<p>Spaces help me visually organize related apps. I have all my chat apps in one, all my dev stuff in another.<p>I used to run Linux with i3 tiling window manager, but switched to Mac because the battery is so much better. Although the new Framework laptop looks like it has pretty great battery life.</p>
]]></description><pubDate>Thu, 23 Apr 2026 15:45:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47877160</link><dc:creator>dbmikus</dc:creator><comments>https://news.ycombinator.com/item?id=47877160</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47877160</guid></item><item><title><![CDATA[New comment by dbmikus in "I am building a cloud"]]></title><description><![CDATA[
<p>I really like exe.dev's pricing model where I pay a fixed monthly fee for compute and then can split it up into as many VMs as I want. I use exe.dev to run little vibe-coded apps and it's nice to just leave them running without a spend meter ticking up.<p>We're thinking about switching to this pricing model for our own startup[1] (we run sandboxed coding agents for dev teams). We run on Daytona right now for sandboxes. Sometimes I spin up a sandboxed agent to make changes to an app, and then I leave it running so my teammate can poke around and test the running app in the VM, but each second it's running we (and our users) incur costs.<p>We can either build a bunch of complicated tech to hibernate running sandboxes (there's a lot of tricky edge cases for detecting when a sandbox is active vs. should be hibernated) or we can just provision fixed blocks of compute. I think I prefer the latter.<p>[1] <a href="https://github.com/gofixpoint/amika" rel="nofollow">https://github.com/gofixpoint/amika</a></p>
]]></description><pubDate>Thu, 23 Apr 2026 15:43:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47877117</link><dc:creator>dbmikus</dc:creator><comments>https://news.ycombinator.com/item?id=47877117</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47877117</guid></item><item><title><![CDATA[New comment by dbmikus in "Show HN: Broccoli, one shot coding agent on the cloud"]]></title><description><![CDATA[
<p>Like the detailed setup instructions in the readme!<p>Also agree that teams should invest in their own harness (or maybe pedantically, build a system on top of harness likes Claude Code, Codex, Pi, or OpenCode)</p>
]]></description><pubDate>Wed, 22 Apr 2026 17:03:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47866278</link><dc:creator>dbmikus</dc:creator><comments>https://news.ycombinator.com/item?id=47866278</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47866278</guid></item><item><title><![CDATA[New comment by dbmikus in "John Ternus to become Apple CEO"]]></title><description><![CDATA[
<p>Yes, I hate how slow it is to swipe between desktop workspaces, for example.</p>
]]></description><pubDate>Mon, 20 Apr 2026 22:08:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47841648</link><dc:creator>dbmikus</dc:creator><comments>https://news.ycombinator.com/item?id=47841648</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47841648</guid></item><item><title><![CDATA[New comment by dbmikus in "We gave an AI a 3 year retail lease and asked it to make a profit"]]></title><description><![CDATA[
<p>Curious if Andon has gone one level higher and has the AI decide what next real-world experiment it should do.</p>
]]></description><pubDate>Thu, 16 Apr 2026 16:07:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47795458</link><dc:creator>dbmikus</dc:creator><comments>https://news.ycombinator.com/item?id=47795458</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47795458</guid></item><item><title><![CDATA[New comment by dbmikus in "Claude Code Routines"]]></title><description><![CDATA[
<p>If you don't get it working with Claude Code Routines, would love to connect and see if we can help! We're building an open core product that can spin up sandboxed coding and control them from Slack (and also web UI, TUI, and HTTP APIs + CLIs)<p>We work with any coding model / harness.<p>website: <a href="https://www.amika.dev/">https://www.amika.dev/</a><p>OSS repo: <a href="https://github.com/gofixpoint/amika" rel="nofollow">https://github.com/gofixpoint/amika</a><p>And my email is dylan@amika.dev (I'm one of the founders)</p>
]]></description><pubDate>Wed, 15 Apr 2026 03:07:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47774230</link><dc:creator>dbmikus</dc:creator><comments>https://news.ycombinator.com/item?id=47774230</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47774230</guid></item><item><title><![CDATA[New comment by dbmikus in "Claude Code Routines"]]></title><description><![CDATA[
<p>We might be building something up your alley! I wanted an OSS platform that let me run any coding agent (or multiple agents) in a sandbox and control it either programmatically or via GUI / TUI.<p>Website is <a href="https://amika.dev">https://amika.dev</a><p>And part of our code is OSS (<a href="https://github.com/gofixpoint/amika" rel="nofollow">https://github.com/gofixpoint/amika</a>) but we're working on open sourcing more of it: <a href="https://docs.google.com/document/d/1vevSJsSCWT_reuD7JwAuGCX5fvMxjThcHi_2hMQyK2A/edit?usp=sharing" rel="nofollow">https://docs.google.com/document/d/1vevSJsSCWT_reuD7JwAuGCX5...</a><p>We've been signing up private beta users, and also looking for feedback on the OSS plans.</p>
]]></description><pubDate>Wed, 15 Apr 2026 01:00:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47773406</link><dc:creator>dbmikus</dc:creator><comments>https://news.ycombinator.com/item?id=47773406</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47773406</guid></item><item><title><![CDATA[New comment by dbmikus in "Claude Managed Agents"]]></title><description><![CDATA[
<p>necro-posting here, but that's kinda what we're working on! We're focused on creating cloud workspaces for sandboxed coding agents and it's built to support any agent harness. <a href="https://www.amika.dev/">https://www.amika.dev/</a><p>Under the hood, we're open sourcing a lot of the parts for provisioning these agents, their VMs/sandboxes, and managing agent messaging + sessions. Put our open source plans here: <a href="https://docs.google.com/document/d/1vevSJsSCWT_reuD7JwAuGCX5fvMxjThcHi_2hMQyK2A/edit?usp=sharing" rel="nofollow">https://docs.google.com/document/d/1vevSJsSCWT_reuD7JwAuGCX5...</a></p>
]]></description><pubDate>Tue, 14 Apr 2026 20:27:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47771050</link><dc:creator>dbmikus</dc:creator><comments>https://news.ycombinator.com/item?id=47771050</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47771050</guid></item><item><title><![CDATA[New comment by dbmikus in "Ask HN: What Are You Working On? (April 2026)"]]></title><description><![CDATA[
<p>I'm a cofounder of Amika (<a href="https://www.amika.dev/">https://www.amika.dev/</a>) (OSS repo: <a href="https://github.com/gofixpoint/amika" rel="nofollow">https://github.com/gofixpoint/amika</a>).<p>We let users spin up sandboxed coding agents in the cloud, and control them interactively or programmatically. Each sandbox comes loaded with your git repos, your pick of coding agents, agent skills, MCP servers, and CLI tools, plus a live preview environment so you and the AI can see changes in real time.<p>I like running `claude --dangerously-skip-permissions` in Amika because worst case, I just delete the sandbox. You can also spin them up via API/CLI to do things like catch Sentry issues and auto-fix them in the background.<p>Little demo: <a href="https://youtu.be/OZzdBNBXxSU?si=4BwPQmFNq94-5T6H" rel="nofollow">https://youtu.be/OZzdBNBXxSU?si=4BwPQmFNq94-5T6H</a><p>We're excited about "software factories": using code-gen automations to produce more of your code. We still review everything that lands, but the process of producing those changes is getting more hands-off.</p>
]]></description><pubDate>Mon, 13 Apr 2026 13:07:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47751420</link><dc:creator>dbmikus</dc:creator><comments>https://news.ycombinator.com/item?id=47751420</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47751420</guid></item><item><title><![CDATA[New comment by dbmikus in "Anatomy of the .claude/ folder"]]></title><description><![CDATA[
<p>Are there any good guides on how to write prompt files tailored to different agents?<p>Would also be interested in examples of a CLAUDE.md file that works well in Claude, but works poorly with Codex.</p>
]]></description><pubDate>Fri, 27 Mar 2026 16:11:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47544607</link><dc:creator>dbmikus</dc:creator><comments>https://news.ycombinator.com/item?id=47544607</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47544607</guid></item><item><title><![CDATA[New comment by dbmikus in "Digg is gone again"]]></title><description><![CDATA[
<p>Every website needs to add the "friend or foe" system[0] so that I can mark bots to avoid their content and mark good posters so I can filter just to theirs.<p>[0]: <a href="https://hackersmacker.org/" rel="nofollow">https://hackersmacker.org/</a></p>
]]></description><pubDate>Sat, 14 Mar 2026 14:40:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47377180</link><dc:creator>dbmikus</dc:creator><comments>https://news.ycombinator.com/item?id=47377180</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47377180</guid></item><item><title><![CDATA[New comment by dbmikus in "The wild six weeks for NanoClaw's creator that led to a deal with Docker"]]></title><description><![CDATA[
<p>From the article, it looks like they integrated with Docker because someone at Docker reached out about collaborating on the integration.<p>Regarding security, I think you need three things:<p><pre><code>  1. You need the agent to run inside a sandbox.
  2. You need a safe perimeter or proxy that can apply deterministic filtering rules on what makes it into the AI agent's sandbox and the HTTP requests and responses that agent sends out from the sandbox.
  3. The bot should have its own email accounts, or maybe be configured to only send/read from certain email addresses
</code></pre>
I'm working on a product that makes it as easy to spin up remote agent sandboxes as it is to git push and git pull. Then when we get that working well we're putting a proxy around each sandbox to let users control filtering rules.<p>I personally see a future where there are many different types of *Claws, coding agents, etc. and I think they need a new "operating system", so to speak.<p>Self-plug at the end: <a href="https://github.com/gofixpoint/amika" rel="nofollow">https://github.com/gofixpoint/amika</a>. The OSS part of my startup, focused on sandbox coding agents right now :)<p>PS: I enjoyed the entropytown.com blog! bookmarking it</p>
]]></description><pubDate>Fri, 13 Mar 2026 21:29:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47370205</link><dc:creator>dbmikus</dc:creator><comments>https://news.ycombinator.com/item?id=47370205</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47370205</guid></item><item><title><![CDATA[New comment by dbmikus in "Agent Safehouse – macOS-native sandboxing for local agents"]]></title><description><![CDATA[
<p>Cool, thanks for explaining!</p>
]]></description><pubDate>Mon, 09 Mar 2026 00:16:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47303183</link><dc:creator>dbmikus</dc:creator><comments>https://news.ycombinator.com/item?id=47303183</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47303183</guid></item></channel></rss>