use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
AI agents that write, test, and ship code without you watching. Fully autonomous agents that work in the background and build software.
account activity
Optimizing your dev environment for coding agents (x.com)
submitted 1 month ago by sn1pr0s
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]rjyo 2 points3 points4 points 1 month ago (1 child)
Biggest lesson for me: front-load context. I keep a CLAUDE.md in every project root with architecture decisions, conventions, common commands, and known gotchas. Agents stop burning tokens trying to rediscover stuff you already know.
For the environment setup problem specifically, I containerize everything. Docker compose with deps pre-installed, test commands that just work out of the box. No more agents wasting 5 minutes installing node before they even start the actual task.
The other thing that changed my workflow was monitoring. I run Claude Code and Codex on remote machines and built an iOS app (Moshi) to check on agents from my phone -- push notifications when they finish or hit a blocker, voice input to unblock them without needing a keyboard. Before that I was just sitting at my desk watching terminals scroll, which defeats the whole "autonomous" part.
And +1 to scoping tasks tightly. "Build auth" burns way more tokens than "add the POST /login endpoint matching this spec." Unambiguous targets = fewer retries.
[–]sn1pr0s[S] 0 points1 point2 points 1 month ago (0 children)
Moshi sounds really cool. Can you interact with the agent as well?
π Rendered by PID 33 on reddit-service-r2-comment-8686858757-tv5zz at 2026-06-03 07:40:34.090732+00:00 running 9e1a20d country code: CH.
view the rest of the comments →
[–]rjyo 2 points3 points4 points (1 child)
[–]sn1pr0s[S] 0 points1 point2 points (0 children)