1 Matching Annotations
  1. Last 7 days
    1. why Devin separates the "brain" from the machine , why repo setup is still one of the hardest problems , why Docker is not always enough, and how full VMs, snapshots, scoped secrets, GitHub bots, Slack integrations, and video-based testing all fit together.

      The 'brain from the machine' separation is a non-obvious architectural decision — it means the AI model runs separately from the environment it's operating in, enabling proper permission scoping and security boundaries. The list of required infrastructure (VMs, snapshots, scoped secrets, video testing) reveals that building an async agent product is far more of a DevOps challenge than an AI challenge.