<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: vimota</title><link>https://news.ycombinator.com/user?id=vimota</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 02:05:34 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=vimota" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by vimota in "Launch HN: Freestyle – Sandboxes for Coding Agents"]]></title><description><![CDATA[
<p>This is awesome - the snapshotting especially is critical for long running agents. Since we run agents in a durable execution harness (similar to Temporal / DBOS) we needed a sandboxing approach that would snapshot the state after every execution in order to be able to restore and replay on any failure.<p>We ended up creating localsandbox [0] with that in mind by using AgentFS for filesystem snapshotting, but our solution is meant for a different use case than Freestyle - simpler FS + code execution for agents all done locally. Since we're not running a full OS it's much less capable but also simpler for lots of use cases where we want the agent execution to happen locally.<p>The ability to fork is really interesting - the main use case I could imagine is for conversations that the user forks or parallel sub-agents. Have you seen other use cases?<p>[0] <a href="https://github.com/coplane/localsandbox" rel="nofollow">https://github.com/coplane/localsandbox</a></p>
]]></description><pubDate>Mon, 06 Apr 2026 18:30:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47664910</link><dc:creator>vimota</dc:creator><comments>https://news.ycombinator.com/item?id=47664910</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47664910</guid></item><item><title><![CDATA[New comment by vimota in "Ask HN: Who is hiring? (March 2026)"]]></title><description><![CDATA[
<p>CoPlane (<a href="https://coplane.com/" rel="nofollow">https://coplane.com/</a>) | Forward Deployed Engineer | NYC | Full Time<p>The world doesn't need another ERP. CoPlane is building the Agentic Orchestration platform that enables enterprises to orchestrate intelligent processes across their existing systems. Founded by ex-Stripe/Segment product and tech leads, we're changing how businesses operate their backoffice - helping them scale intelligence not headcount.<p>We're looking for exceptional forward deployed engineers to grow our small team that include ex-founders, open source contributors (authors of neovim and neverthrow), and architects of petabyte-scale data platforms.<p>You'll work with billion-dollar enterprises transforming their finance, accounting, and operations processes with AI-powered automation. This role combines technical problem solving with strategic thinking and requires strong client-facing skills.<p>If you're excited about working at the nexus of data, automation and AI, and want to make a significant impact in an early, well-capitalized startup with large enterprise customers, we'd love to hear from you.<p>Roles: Forward Deployed Engineer<p>For more info and to apply: <a href="https://coplane.com/careers" rel="nofollow">https://coplane.com/careers</a></p>
]]></description><pubDate>Mon, 02 Mar 2026 21:49:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47224649</link><dc:creator>vimota</dc:creator><comments>https://news.ycombinator.com/item?id=47224649</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47224649</guid></item><item><title><![CDATA[New comment by vimota in "Show HN: Amla Sandbox – WASM bash shell sandbox for AI agents"]]></title><description><![CDATA[
<p>Thanks for taking a look and the feedback! We run the shim with internet access (<a href="https://github.com/coplane/localsandbox/blob/main/localsandbox/shim/deno.json#L7" rel="nofollow">https://github.com/coplane/localsandbox/blob/main/localsandb...</a>) but the pyodide sandbox itself doesn't run with internet access : <a href="https://github.com/coplane/localsandbox/blob/main/localsandbox/shim/src/python.ts#L139" rel="nofollow">https://github.com/coplane/localsandbox/blob/main/localsandb...</a></p>
]]></description><pubDate>Fri, 30 Jan 2026 19:40:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=46828899</link><dc:creator>vimota</dc:creator><comments>https://news.ycombinator.com/item?id=46828899</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46828899</guid></item><item><title><![CDATA[New comment by vimota in "Show HN: Amla Sandbox – WASM bash shell sandbox for AI agents"]]></title><description><![CDATA[
<p>Simon - would love if you could take a look at Localsandbox (<a href="https://github.com/coplane/localsandbox" rel="nofollow">https://github.com/coplane/localsandbox</a>) - it was partly inspired by your Pyodide post!</p>
]]></description><pubDate>Fri, 30 Jan 2026 18:48:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=46828279</link><dc:creator>vimota</dc:creator><comments>https://news.ycombinator.com/item?id=46828279</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46828279</guid></item><item><title><![CDATA[Show HN: Localsandbox – Agent sandbox with Bash, Python and portable filesystem]]></title><description><![CDATA[
<p>A Python SDK for sandboxed filesystem operations, built on just-bash, AgentFS, and Pyodide. Provides AI agents with a persistent, isolated environment backed by SQLite.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46826409">https://news.ycombinator.com/item?id=46826409</a></p>
<p>Points: 6</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 30 Jan 2026 16:31:02 +0000</pubDate><link>https://github.com/coplane/localsandbox</link><dc:creator>vimota</dc:creator><comments>https://news.ycombinator.com/item?id=46826409</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46826409</guid></item><item><title><![CDATA[New comment by vimota in "Show HN: Amla Sandbox – WASM bash shell sandbox for AI agents"]]></title><description><![CDATA[
<p>Sharing our version of this built on just-bash, AgentFS, and Pyodide: <a href="https://github.com/coplane/localsandbox" rel="nofollow">https://github.com/coplane/localsandbox</a><p>One nice thing about using AgentFS as the VFS is that it's backed by sqlite so it's very portable - making it easy to fork and resume agent workflows across machines / time.<p>I really like Amla Sandbox addition of injecting tool calls into the sandbox, which lets the agent generated code interact with the harness provided tools. Very interesting!</p>
]]></description><pubDate>Fri, 30 Jan 2026 16:26:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46826331</link><dc:creator>vimota</dc:creator><comments>https://news.ycombinator.com/item?id=46826331</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46826331</guid></item><item><title><![CDATA[New comment by vimota in "Ask HN: Who is hiring? (January 2026)"]]></title><description><![CDATA[
<p>CoPlane (<a href="https://coplane.com/" rel="nofollow">https://coplane.com/</a>) | Design Engineer | NYC or Remote (North America) | Full Time<p>The world doesn't need another ERP. CoPlane is building the Agentic Orchestration platform that enables enterprises to orchestrate intelligent processes across their existing systems. Founded by ex-Stripe/Segment product and tech leads, we're changing how businesses operate their backoffice - helping them scale intelligence not headcount.<p>We're looking for an exceptional design engineer to grow our small team of engineers that include ex-founders, open source contributors (authors of neovim and neverthrow), and architects of petabyte-scale data platforms. You'll work with billion-dollar enterprises solving their hardest, most mission-critical automation problems.<p>If you're excited about working at the nexus of data, automation and AI, and want to make a significant impact in an early, well-capitalized startup with large enterprise design partners, we'd love to hear from you.<p>Roles: Product/Design Engineer.<p>For more info and to apply: <a href="https://coplane.com/careers" rel="nofollow">https://coplane.com/careers</a></p>
]]></description><pubDate>Fri, 02 Jan 2026 19:04:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46468149</link><dc:creator>vimota</dc:creator><comments>https://news.ycombinator.com/item?id=46468149</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46468149</guid></item><item><title><![CDATA[New comment by vimota in "Ask HN: Who is hiring? (December 2025)"]]></title><description><![CDATA[
<p>CoPlane (<a href="https://coplane.com/" rel="nofollow">https://coplane.com/</a>) | Product/Design Engineer + Designer | NYC or Remote (North America) | Full Time<p>The world doesn't need another ERP. CoPlane is building the Agentic Orchestration platform that enables enterprises to orchestrate intelligent processes across their existing systems. Founded by ex-Stripe/Segment product and tech leads, we're changing how businesses operate their backoffice - helping them scale intelligence not headcount.<p>We're looking for exceptional engineers to grow our small founding team of engineers that include ex-founders, open source contributors (authors of neovim and neverthrow), and architects of petabyte-scale data platforms. You'll work with billion-dollar enterprises solving their hardest, most mission-critical automation problems.<p>If you're excited about working at the nexus of data, automation and AI, and want to make a significant impact in an early, well-capitalized startup with large enterprise design partners, we'd love to hear from you.<p>Roles: Product/Design Engineer and Designer.<p>For more info and to apply: <a href="https://coplane.com/careers" rel="nofollow">https://coplane.com/careers</a></p>
]]></description><pubDate>Mon, 01 Dec 2025 21:40:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46113629</link><dc:creator>vimota</dc:creator><comments>https://news.ycombinator.com/item?id=46113629</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46113629</guid></item><item><title><![CDATA[New comment by vimota in "Ask HN: Who is hiring? (November 2025)"]]></title><description><![CDATA[
<p>CoPlane (<a href="https://coplane.com/" rel="nofollow">https://coplane.com/</a>) | Product/Design Engineer + Designer | Remote (North America) or NYC | Full Time<p>The world doesn't need another ERP. CoPlane is building the Agentic Orchestration platform that enables enterprises to orchestrate intelligent processes across their existing systems. Founded by ex-Stripe/Segment product and tech leads, we're changing how businesses operate their backoffice - helping them scale intelligence not headcount.<p>We're looking for exceptional engineers to grow our small founding team of engineers that include ex-founders, open source contributors (authors of neovim and neverthrow), and architects of petabyte-scale data platforms. You'll work with billion-dollar enterprises solving their hardest, most mission-critical automation problems.<p>If you're excited about working at the nexus of data, automation and AI, and want to make a significant impact in an early, well-capitalized startup with large enterprise design partners, we'd love to hear from you.<p>Roles: Product/Design Engineer and Designer.<p>For more info and to apply: <a href="https://coplane.com/careers" rel="nofollow">https://coplane.com/careers</a></p>
]]></description><pubDate>Mon, 03 Nov 2025 17:41:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=45801866</link><dc:creator>vimota</dc:creator><comments>https://news.ycombinator.com/item?id=45801866</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45801866</guid></item><item><title><![CDATA[Monitoring Stack: Docker Compose stack for otel]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/coplane/monitoring-stack">https://github.com/coplane/monitoring-stack</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45727528">https://news.ycombinator.com/item?id=45727528</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 27 Oct 2025 23:24:00 +0000</pubDate><link>https://github.com/coplane/monitoring-stack</link><dc:creator>vimota</dc:creator><comments>https://news.ycombinator.com/item?id=45727528</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45727528</guid></item><item><title><![CDATA[New comment by vimota in "Ask HN: Who is hiring? (October 2025)"]]></title><description><![CDATA[
<p>CoPlane (<a href="https://coplane.com/" rel="nofollow">https://coplane.com/</a>) | Infra (BYOC) Platform Eng and Product/Design Engineer | Remote (North America) or NYC | Full Time<p>The world doesn't need another ERP. CoPlane is building the Agentic Orchestration platform that enables enterprises to orchestrate intelligent processes across their existing systems. Founded by ex-Stripe/Segment product and tech leads, we're changing how businesses operate their backoffice - helping them scale intelligence not headcount.<p>We're looking for exceptional engineers to grow our small founding team of engineers that include ex-founders, open source contributors (authors of neovim and neverthrow), and architects of petabyte-scale data platforms. You'll work with billion-dollar enterprises solving their hardest, most mission-critical automation problems.<p>If you're excited about working at the nexus of data, automation and AI, and want to make a significant impact in an early, well-capitalized startup with large enterprise design partners, we'd love to hear from you.<p>Roles: Platform Engineer (Infra), and Product/Design Engineer.<p>For more info and to apply: <a href="https://coplane.com/careers" rel="nofollow">https://coplane.com/careers</a></p>
]]></description><pubDate>Wed, 01 Oct 2025 15:38:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=45439039</link><dc:creator>vimota</dc:creator><comments>https://news.ycombinator.com/item?id=45439039</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45439039</guid></item><item><title><![CDATA[New comment by vimota in "Ask HN: Who is hiring? (September 2025)"]]></title><description><![CDATA[
<p>CoPlane (<a href="https://coplane.com/" rel="nofollow">https://coplane.com/</a>) | Founding Software Engineers | Remote (US/CAN Timezones) | Full Time<p>The world doesn't need another ERP. CoPlane is building the Agentic Orchestration platform that enables enterprises to orchestrate intelligent processes across their existing systems. Founded by ex-Stripe/Segment product and tech leads, we're changing how businesses operate their backoffice - helping them scale intelligence not headcount.<p>We're looking for exceptional engineers to grow our small founding team of engineers that include ex-founders, open source contributors (authors of neovim and neverthrow), and architects of petabyte-scale data platforms. You'll work with billion-dollar enterprises solving their hardest, most mission-critical automation problems.<p>If you're excited about working at the nexus of data, automation and AI, and want to make a significant impact in an early, well-capitalized startup with large enterprise design partners, we'd love to hear from you.<p>Roles: Platform Engineer (Infra), Product Engineer and Forward Deployed AI Engineer.<p>For more info and to apply: <a href="https://coplane.com/careers" rel="nofollow">https://coplane.com/careers</a></p>
]]></description><pubDate>Sat, 06 Sep 2025 03:18:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=45146327</link><dc:creator>vimota</dc:creator><comments>https://news.ycombinator.com/item?id=45146327</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45146327</guid></item><item><title><![CDATA[New comment by vimota in "Ask HN: Who is hiring? (July 2025)"]]></title><description><![CDATA[
<p>CoPlane (<a href="https://coplane.com/" rel="nofollow">https://coplane.com/</a>) | Founding Software Engineers | Remote (US/CAN Timezones) | Full Time<p>The world doesn't need another ERP. CoPlane is building the Agentic Orchestration platform that enables enterprises to orchestrate intelligent processes across their existing systems. Founded by ex-Stripe/Segment product and tech leads, we're changing how businesses operate their backoffice - helping them scale intelligence not headcount.<p>We're looking for exceptional engineers to grow our small founding team of engineers that include ex-founders, open source contributors (authors of neverthrow and neovim), and architects of petabyte-scale data platforms. You'll work with billion-dollar enterprises solving their hardest, most mission-critical automation problems.<p>If you're excited about working at the nexus of data, finance and AI, and want to make a significant impact in an early, well-capitalized startup with large enterprise design partners, we'd love to hear from you.<p>Roles: Platform Engineer, Product Engineer and Forward Deployed AI Engineer.<p>For more info and to apply: <a href="https://coplane.com/careers" rel="nofollow">https://coplane.com/careers</a></p>
]]></description><pubDate>Tue, 01 Jul 2025 16:33:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=44435595</link><dc:creator>vimota</dc:creator><comments>https://news.ycombinator.com/item?id=44435595</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44435595</guid></item><item><title><![CDATA[Demystifying AI 'Computer Use': Building GUI Automation with AI Workflows]]></title><description><![CDATA[
<p>Article URL: <a href="https://coplane.com/perspectives/demystifying-ai-computer-use-gui-automation">https://coplane.com/perspectives/demystifying-ai-computer-use-gui-automation</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44399251">https://news.ycombinator.com/item?id=44399251</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 27 Jun 2025 18:51:33 +0000</pubDate><link>https://coplane.com/perspectives/demystifying-ai-computer-use-gui-automation</link><dc:creator>vimota</dc:creator><comments>https://news.ycombinator.com/item?id=44399251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44399251</guid></item><item><title><![CDATA[Par: Parallel Git workspaces for coding agents]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/coplane/par">https://github.com/coplane/par</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44128761">https://news.ycombinator.com/item?id=44128761</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 29 May 2025 18:23:51 +0000</pubDate><link>https://github.com/coplane/par</link><dc:creator>vimota</dc:creator><comments>https://news.ycombinator.com/item?id=44128761</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44128761</guid></item><item><title><![CDATA[A Simple but Practical Account Recovery Plan]]></title><description><![CDATA[
<p>Article URL: <a href="https://vimota.me/writing/account-recovery">https://vimota.me/writing/account-recovery</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44074562">https://news.ycombinator.com/item?id=44074562</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 23 May 2025 17:07:27 +0000</pubDate><link>https://vimota.me/writing/account-recovery</link><dc:creator>vimota</dc:creator><comments>https://news.ycombinator.com/item?id=44074562</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44074562</guid></item><item><title><![CDATA[New comment by vimota in "Ask HN: Cursor or Windsurf?"]]></title><description><![CDATA[
<p>I gave Zed an in-depth trial this week and wrote about it here: <a href="https://x.com/vimota/status/1921270079054049476" rel="nofollow">https://x.com/vimota/status/1921270079054049476</a><p>Overall Zed is super nice and opposite of janky, but still found a few of defaults were off and Python support still was missing in a few key ways for my daily workflow.</p>
]]></description><pubDate>Mon, 12 May 2025 07:45:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=43960546</link><dc:creator>vimota</dc:creator><comments>https://news.ycombinator.com/item?id=43960546</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43960546</guid></item><item><title><![CDATA[New comment by vimota in "Ask HN: Who is hiring? (August 2024)"]]></title><description><![CDATA[
<p>CoPlane (<a href="https://coplane.com/" rel="nofollow">https://coplane.com/</a>) | Founding Software Engineers | Remote (US Timezones) | Full Time<p>CoPlane is building the data plane for trusted trade, deploying Stripe-caliber data and financial infrastructure for US industrial leaders. Founded by ex-Stripe/Segment product and tech leads, we're modernizing supply chain finance starting with AP automation.<p>We're looking for exceptional, agentic engineers to join our founding team. You'll work on mission-critical systems that will reshape how global enterprises manage their finances and supply chains.<p>If you're excited about working at the nexus of data and finance, and want to make a significant impact in an early, well-capitalized startup with large enterprise design partners, we'd love to hear from you.<p>Reach out to us at founders@</p>
]]></description><pubDate>Thu, 01 Aug 2024 16:43:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=41131010</link><dc:creator>vimota</dc:creator><comments>https://news.ycombinator.com/item?id=41131010</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41131010</guid></item><item><title><![CDATA[New comment by vimota in "Py2wasm – A Python to WASM Compiler"]]></title><description><![CDATA[
<p>> We worked on py2wasm to fulfill our own needs first, as we want to accelerate Python execution to the maximum, so we can move our Python Django backend from Google Cloud into Wasmer Edge.<p>I was under the impression that Django was stateful and not meant to be run in a serverless/edge cloud. Is that not the case or are you planning to do a special setup to support that?</p>
]]></description><pubDate>Mon, 22 Apr 2024 22:21:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=40123024</link><dc:creator>vimota</dc:creator><comments>https://news.ycombinator.com/item?id=40123024</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40123024</guid></item><item><title><![CDATA[New comment by vimota in "Ask HN: What's a batteries-included framework that's React-first?"]]></title><description><![CDATA[
<p>Deno's Fresh is certainly a cool project! But I would say it's even further on the NextJS/bare-bones side of the spectrum.</p>
]]></description><pubDate>Wed, 17 Apr 2024 18:08:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=40068204</link><dc:creator>vimota</dc:creator><comments>https://news.ycombinator.com/item?id=40068204</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40068204</guid></item></channel></rss>