HN user

mkagenius

3,317 karma

https://instavm.io (manish [at] instavm.io)

Posts155
Comments1,089
View on HN
mkagenius.substack.com 3d ago

Is it a slop if it's not sloppy?

mkagenius
4pts6
github.com 7d ago

Show HN: Tarit – a hypervisor which is 2x faster than firecracker

mkagenius
12pts5
github.com 13d ago

Self-host sandbox cloud and hypervisor for AI agents

mkagenius
1pts0
github.com 14d ago

Show HN: Tarit – Self-host sandbox cloud and hypervisor for AI agents

mkagenius
6pts0
mkagenius.substack.com 20d ago

Burned out creating public software

mkagenius
4pts1
technotes.substack.com 21d ago

Hey GLM 5.2, build me a hypervisor

mkagenius
6pts0
instavm.io 23d ago

How Claude Code and Codex approach sandboxing

mkagenius
2pts1
technotes.substack.com 27d ago

Taste and judgement are lies we tell ourselves

mkagenius
2pts0
technotes.substack.com 1mo ago

Taste and judgement are lies we tell ourselves

mkagenius
5pts0
github.com 1mo ago

Show HN: Manim-Studio – Prompt to 3blue1brown video

mkagenius
3pts0
prophetic-tacky-bison.instavm.site 3mo ago

Show HN: See How You Talk to Claude Code

mkagenius
3pts0
github.com 4mo ago

A retro terminal music player inspired by Winamp

mkagenius
145pts47
cronbox.sh 4mo ago

Show HN: Cronbox – Schedule AI Agents

mkagenius
2pts0
www.scmp.com 4mo ago

China's OpenClaw users paid to install viral agent. Now they spend to remove it

mkagenius
3pts0
instavm.io 4mo ago

Hacking 'Skill' distilled from 4200 Hackerone vulns

mkagenius
2pts0
github.com 4mo ago

Show HN: Run Claude Code in a Local Sandbox

mkagenius
1pts0
turing-s-tape-911416006313.us-west1.run.app 4mo ago

A tape is all an agent needs

mkagenius
1pts0
github.com 4mo ago

Show HN: Sandbox Flow – A Playground for Sandboxes

mkagenius
2pts0
github.com 4mo ago

Music Maker: Automate Music Generation with Claude Code

mkagenius
1pts0
gist.github.com 4mo ago

I can no longer write technical blogs due to coding agents

mkagenius
3pts4
mac-ai-model-compatibility-checker-911416006313.us-west1.run.app 4mo ago

Show HN: Can this model run on my Mac mini?

mkagenius
2pts0
instavm.io 7mo ago

Anthropic Skills Can Be Programmatically Optimized (Using DSPy)

mkagenius
2pts0
instavm.io 7mo ago

Show HN: I built a mitmproxy AI agent using 4000 paid security disclosures

mkagenius
2pts0
instavm.io 7mo ago

I Used 4,000 Paid Bug Bounty Reports to Build a CLI-First Security Agent

mkagenius
2pts0
instavm.io 7mo ago

InstaPoT: Using InstaVM with DSPy's Program of Thought

mkagenius
2pts0
arxiv.org 7mo ago

Program-of-Thought Prompting Outperforms Chain-of-Thought by 15% (2022)

mkagenius
136pts36
instavm.io 7mo ago

Anti-patterns while working with LLMs

mkagenius
76pts24
github.com 8mo ago

Show HN: OpenSkills - Run Claude Skills Locally Using Any LLM

mkagenius
8pts0
github.com 9mo ago

Show HN: Run Claude Skills locally on your Mac (no cloud upload)

mkagenius
2pts0
instavm.io 9mo ago

I Want Everything Local – Building My Offline AI Workspace (incl. Claude Skills)

mkagenius
1pts0

What I meant to say there is, all the bloats are going away as we speak, is the bun rewrite a bloat? A slop? why would you call it one if it's not. What if we used AI in a way that produced genuinely better work than humans.

I used to ask my coding agent to present two alternatives to choose from while implementing a task, and include a tokens required for each alternative to implement. (So that I can choose one which needs less token vs one which needs more rigour depending on task)

Finally there is evidence that the model kinda actually knows the correct token spend on each method.

It looks like the author is specifically avoiding model's name, because results are really weird.

  Opus 4.8/4.7 scored 28%

  Opus 4.6 score 37%

So the author thought as let's not get into that just write Claude.

Not so subtle plug for another sandbox provider, https://instavm.io :

Apart from the above features.

  1. We support more than 32GB disk (as a shareable device, ideal for agentic memory)

  2. We provide egress control

  3. We provide vault for secret injection (to counter prompt injection)

  4. Snapshot / forking.

  5. long lived sandboxes.
Everything supported in APIs and CLI for agents.

Can be used via - npx skills add instavm/skills

The article misses the point that you can have a third option - harness inside and outside both.

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.

I also felt the need for a cloud based cron like automations, so decided to build it myself https://cronbox.sh with:

  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