<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: mkagenius</title><link>https://news.ycombinator.com/user?id=mkagenius</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 27 May 2026 22:50:39 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mkagenius" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mkagenius in "The agent harness belongs outside the sandbox"]]></title><description><![CDATA[
<p>The article misses the point that you can have a third option - harness inside and outside both.<p>The use cases will evolve so much more in coming weeks and months that the boundaries will blur. You can still contain the agent outside in a sandbox though.</p>
]]></description><pubDate>Sun, 03 May 2026 16:03:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47998321</link><dc:creator>mkagenius</dc:creator><comments>https://news.ycombinator.com/item?id=47998321</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47998321</guid></item><item><title><![CDATA[New comment by mkagenius in "Show HN: Smol machines – subsecond coldstart, portable virtual machines"]]></title><description><![CDATA[
<p>With instavm (<a href="https://instavm.io" rel="nofollow">https://instavm.io</a>), you can provide an OCI image built from a dockerfile.</p>
]]></description><pubDate>Sat, 18 Apr 2026 08:00:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47814091</link><dc:creator>mkagenius</dc:creator><comments>https://news.ycombinator.com/item?id=47814091</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47814091</guid></item><item><title><![CDATA[New comment by mkagenius in "Claude Code Routines"]]></title><description><![CDATA[
<p>I also felt the need for a cloud based cron like automations, so decided to build it myself <a href="https://cronbox.sh" rel="nofollow">https://cronbox.sh</a> with:<p><pre><code>  1. an ephemeral linux sandbox for each task 
  2. capability to fetch any url
  3. can use tools like ffmpeg to fulfill your scheduled task</code></pre></p>
]]></description><pubDate>Wed, 15 Apr 2026 06:55:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47775585</link><dc:creator>mkagenius</dc:creator><comments>https://news.ycombinator.com/item?id=47775585</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47775585</guid></item><item><title><![CDATA[New comment by mkagenius in "Filing the corners off my MacBooks"]]></title><description><![CDATA[
<p>Not just sides, the vents are much sharper.<p>Few years back, I tried to look on reddit for complaints regarding this - barely anything.</p>
]]></description><pubDate>Sat, 11 Apr 2026 05:55:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47727843</link><dc:creator>mkagenius</dc:creator><comments>https://news.ycombinator.com/item?id=47727843</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47727843</guid></item><item><title><![CDATA[New comment by mkagenius in "Research-Driven Agents: When an agent reads before it codes"]]></title><description><![CDATA[
<p>> The biggest problem is the coding agents don't "Fail fast and loud". They fail deceivingly.<p>GPT 2 and 3 used to fail fast (and loud coz we could easily see it lying)</p>
]]></description><pubDate>Thu, 09 Apr 2026 20:01:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47709007</link><dc:creator>mkagenius</dc:creator><comments>https://news.ycombinator.com/item?id=47709007</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47709007</guid></item><item><title><![CDATA[Show HN: See How You Talk to Claude Code]]></title><description><![CDATA[
<p>I thought it would be fun to see how I have been feeling while talking to claude code.<p><a href="https://github.com/instavm/claude-cloud" rel="nofollow">https://github.com/instavm/claude-cloud</a><p>I welcome contributions and suggestions.<p>p.s. Nothing is uploaded. All local.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47654398">https://news.ycombinator.com/item?id=47654398</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 05 Apr 2026 22:05:44 +0000</pubDate><link>https://prophetic-tacky-bison.instavm.site/</link><dc:creator>mkagenius</dc:creator><comments>https://news.ycombinator.com/item?id=47654398</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47654398</guid></item><item><title><![CDATA[New comment by mkagenius in "72% of the dollar's purchasing power was destroyed in just four episodes"]]></title><description><![CDATA[
<p>Has to be taken in light of median income too right?</p>
]]></description><pubDate>Mon, 30 Mar 2026 15:47:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47575784</link><dc:creator>mkagenius</dc:creator><comments>https://news.ycombinator.com/item?id=47575784</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47575784</guid></item><item><title><![CDATA[New comment by mkagenius in "Paper Tape Is All You Need – Training a Transformer on a 1976 Minicomputer"]]></title><description><![CDATA[
<p>I had the exact same idea but for AI agent harnesses.<p>I even created an app to explain it - 
<a href="https://news.ycombinator.com/item?id=47381803">https://news.ycombinator.com/item?id=47381803</a> (deleted the app as got no traction whatsoever)<p>Idea was that, the ai models like opus 4.6 and codex 5.4 have become so good at trying new ways to attack a problem, that even just Bash() tool is enough.<p>Continuing the idea, infact even File() operations are enough.<p>Again continuing the same line of thought, even just a Tape is enough. Given enough time, codex and opus will achieve your target.</p>
]]></description><pubDate>Sat, 28 Mar 2026 20:46:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47558000</link><dc:creator>mkagenius</dc:creator><comments>https://news.ycombinator.com/item?id=47558000</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47558000</guid></item><item><title><![CDATA[New comment by mkagenius in "AI overly affirms users asking for personal advice"]]></title><description><![CDATA[
<p>I think you are absolutely right. (had to)</p>
]]></description><pubDate>Sat, 28 Mar 2026 20:37:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47557946</link><dc:creator>mkagenius</dc:creator><comments>https://news.ycombinator.com/item?id=47557946</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47557946</guid></item><item><title><![CDATA[New comment by mkagenius in "Schedule tasks on the web"]]></title><description><![CDATA[
<p>This is a bit restrictive, doesn't take screenshots. So you can't "say take screenshots of my homepage and send it to me via email"<p>It doesnt allow egress curl, apart from few hardcoded domains.<p>I have created Cronbox in the cloud which has a better utility than above.
Did a "Show HN: Cronbox – Schedule AI Agents" a few days back.<p><a href="https://cronbox.sh" rel="nofollow">https://cronbox.sh</a><p>and a pelican riding a bicycle job -<p><a href="https://cronbox.sh/jobs/pelican-rides-a-bicycle?variant=terminal" rel="nofollow">https://cronbox.sh/jobs/pelican-rides-a-bicycle?variant=term...</a></p>
]]></description><pubDate>Fri, 27 Mar 2026 06:00:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47539493</link><dc:creator>mkagenius</dc:creator><comments>https://news.ycombinator.com/item?id=47539493</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47539493</guid></item><item><title><![CDATA[New comment by mkagenius in "Local LLM App by Ente"]]></title><description><![CDATA[
<p>Had used cactus before - <a href="https://news.ycombinator.com/item?id=44524544">https://news.ycombinator.com/item?id=44524544</a><p>Then moved to pocket pal now for local llm.</p>
]]></description><pubDate>Wed, 25 Mar 2026 14:16:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47517651</link><dc:creator>mkagenius</dc:creator><comments>https://news.ycombinator.com/item?id=47517651</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47517651</guid></item><item><title><![CDATA[New comment by mkagenius in "iPhone 17 Pro Demonstrated Running a 400B LLM"]]></title><description><![CDATA[
<p>Fwiw, my pixel 8 runs Qwen3.5 4B with 2 tok/s speed. Via pocketpal app. Somehow cactus app didn't work.</p>
]]></description><pubDate>Mon, 23 Mar 2026 22:12:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47495857</link><dc:creator>mkagenius</dc:creator><comments>https://news.ycombinator.com/item?id=47495857</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47495857</guid></item><item><title><![CDATA[A retro terminal music player inspired by Winamp]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/bjarneo/cliamp">https://github.com/bjarneo/cliamp</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47494821">https://news.ycombinator.com/item?id=47494821</a></p>
<p>Points: 145</p>
<p># Comments: 47</p>
]]></description><pubDate>Mon, 23 Mar 2026 20:42:22 +0000</pubDate><link>https://github.com/bjarneo/cliamp</link><dc:creator>mkagenius</dc:creator><comments>https://news.ycombinator.com/item?id=47494821</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47494821</guid></item><item><title><![CDATA[Show HN: Cronbox – Schedule AI Agents]]></title><description><![CDATA[
<p>Cronbox is a cron, where an AI agent wakes up and works on a schedule. We believe a lot of repetitive tasks can benefit a lot from AI agents. And scheduling them in the cloud keeps you hands-free.<p>You can do things like, taking screenshot of a site, resize it to size 1000 x 1000, and look for price changes on the page and get notified via email.<p>Or ask it to draw svg of a 'pelican riding a bicyle' whenever a new model is released on openai and mail it to you.<p>Every job runs in its own linux sandbox, so a lot more things are possible.<p>While Claude's cloud scheduling is limited by a restrictive sandbox and no screenshot or SVG support, cronbox.sh provides a full power environment with unrestricted libraries, curl, and native web capturing.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47493680">https://news.ycombinator.com/item?id=47493680</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 23 Mar 2026 18:59:24 +0000</pubDate><link>http://cronbox.sh/</link><dc:creator>mkagenius</dc:creator><comments>https://news.ycombinator.com/item?id=47493680</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47493680</guid></item><item><title><![CDATA[New comment by mkagenius in "macOS 26 breaks custom DNS settings including .internal"]]></title><description><![CDATA[
<p>holding off update seems like reasonable step till the patch comes. I also run a .local for apple containers though not docker.</p>
]]></description><pubDate>Thu, 19 Mar 2026 16:14:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47441804</link><dc:creator>mkagenius</dc:creator><comments>https://news.ycombinator.com/item?id=47441804</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47441804</guid></item><item><title><![CDATA[New comment by mkagenius in "Nvidia NemoClaw"]]></title><description><![CDATA[
<p>You could do that with say Claude Code too with rather much simpler set up.<p>OPs question was more around sandboxes though. To which, I would say that it's to limit unintended actions on host machine.</p>
]]></description><pubDate>Wed, 18 Mar 2026 21:40:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47431766</link><dc:creator>mkagenius</dc:creator><comments>https://news.ycombinator.com/item?id=47431766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47431766</guid></item><item><title><![CDATA[China's OpenClaw users paid to install viral agent. Now they spend to remove it]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.scmp.com/tech/big-tech/article/3346397/chinas-openclaw-users-paid-install-viral-ai-agent-now-they-spend-remove-it">https://www.scmp.com/tech/big-tech/article/3346397/chinas-openclaw-users-paid-install-viral-ai-agent-now-they-spend-remove-it</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47415007">https://news.ycombinator.com/item?id=47415007</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 17 Mar 2026 16:36:36 +0000</pubDate><link>https://www.scmp.com/tech/big-tech/article/3346397/chinas-openclaw-users-paid-install-viral-ai-agent-now-they-spend-remove-it</link><dc:creator>mkagenius</dc:creator><comments>https://news.ycombinator.com/item?id=47415007</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47415007</guid></item><item><title><![CDATA[Hacking 'Skill' distilled from 4200 Hackerone vulns]]></title><description><![CDATA[
<p>Article URL: <a href="https://instavm.io/blog/analysed-4000-to-create-security-agent-cli">https://instavm.io/blog/analysed-4000-to-create-security-agent-cli</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47392504">https://news.ycombinator.com/item?id=47392504</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 15 Mar 2026 22:10:12 +0000</pubDate><link>https://instavm.io/blog/analysed-4000-to-create-security-agent-cli</link><dc:creator>mkagenius</dc:creator><comments>https://news.ycombinator.com/item?id=47392504</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47392504</guid></item><item><title><![CDATA[Show HN: Run Claude Code in a Local Sandbox]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/instavm/coderunner">https://github.com/instavm/coderunner</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47388117">https://news.ycombinator.com/item?id=47388117</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 15 Mar 2026 15:07:31 +0000</pubDate><link>https://github.com/instavm/coderunner</link><dc:creator>mkagenius</dc:creator><comments>https://news.ycombinator.com/item?id=47388117</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47388117</guid></item><item><title><![CDATA[A tape is all an agent needs]]></title><description><![CDATA[
<p>Article URL: <a href="https://turing-s-tape-911416006313.us-west1.run.app/">https://turing-s-tape-911416006313.us-west1.run.app/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47381803">https://news.ycombinator.com/item?id=47381803</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 14 Mar 2026 22:11:15 +0000</pubDate><link>https://turing-s-tape-911416006313.us-west1.run.app/</link><dc:creator>mkagenius</dc:creator><comments>https://news.ycombinator.com/item?id=47381803</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47381803</guid></item></channel></rss>