8 pointsby mfiguiere8 hours ago1 comment
  • akssassin9077 hours ago
    The architecture here is right, local execution, remote window. Running agents on your own machine means your filesystem, tools, and env stay intact, you're not paying cloud rates for compute that your hardware can already handle.

    The "survive interruptions" piece is underrated. Anyone who has had a long agentic run get killed by a dropped connection knows the pain. Session persistence isn't glamorous but it changes how you actually use these tools day to day.

    Curious how it handles multiple local sessions — if you're running separate agents on the same machine for different projects, can you switch between them remotely or are you stuck being able to only remote control 1 bot?

    • karmajunkie38 minutes ago
      per the docs each instance gets its own remote control session and environment, so it should handle multiple CC instances.