The VMs Powering Mobile Agents (Instinct, Claude Code)

(rohanadwankar.github.io)

28 points | by RohanAdwankar 5 hours ago ago

6 comments

  • hypendev an hour ago ago

    It's always, firecracker all the way down!

    Enjoyed the breakdown, honestly most of the things weren't really surprising.

    What was surprising to me was that instinct was just "agent slapped on top of markdown files in git", especially after seeing people talk about it so much. I expected at least a database or a graph or something "smart", but alas, its just three markdowns in a trenchcoat.

  • RohanAdwankar 5 hours ago ago

    I took a look inside the VMs that a couple of the agent platforms are using. TLDR is they use firecracker with memory in git. I'm a big fan of the memory in git part it would be cool to see how the git history looks after I use it for a longer period of time. This is my first blog, I'm trying to document things publically as I learn, next I'll look more closely at the providers they are using under the hood (eg. e2b) so feel free to give advice on what to look for!

    • thamizhan2611 2 hours ago ago

      Do you have an invite to instinct? :)

      • RohanAdwankar 2 hours ago ago

        yes i think everyone gets 10 did u want one?

        • thamizhan2611 an hour ago ago

          Yes, how can I reach out to you to get one :) thanks

  • quietraster 2 hours ago ago

    great breakdown. did you notice meaningful differences in how the platforms handle filesystem persistence between sessions?