2 comments

  • capestart 2 days ago

    I’ve found Docker works well with resource limits, a small critic agent helps break error loops, and summarizing diffs beats raw vector search for context; adding auto-tests can also help escape trivial bug-fix loops.

  • NitpickLawyer 2 days ago

    I found devcontainers to be the best of both worlds - gives you an environment where the agent can do whatever it needs and you get your IDE as well.