I build cloud-based systems for startups and enterprises. My background in operations gives me a unique focus on writing observable, reliable software and automating maintenance work.
I love learning and teaching about Amazon Web Services, automation tools such as Ansible, and the serverless ecosystem. I most often write code in Python, TypeScript, and Rust.
B.S. Applied Networking and Systems Administration, minor in Software Engineering from Rochester Institute of Technology.
Models have gotten considerably better in the past year and my intuition for comfortably agent-sized tasks went stale. I now try to one-shot as much as possible by writing better prompts.
I have taken back my editor (it’s human-only now) and I don’t watch inference
happen anymore. Agents go out into independent sandboxes (with --yolo) and
work without input until it’s time to review and merge.
My new setup is:
kitty on Mac or tmux on Linuxcopilot --autopilot --yolo -p "..." or
claude --dangerously-skip-permissions -p "..."--yolo safe using colima containers or Lima virtual machines.env for secrets with appropriate scopesThat’s it, I have stopped using harness-of-harness tools like
Conductor/workmux
because they’re not better enough to justify how complex they make sandboxing.
Limiting myself to a single shot per task has forced me to improve tests,
skills, and AGENTS.md directives to keep LLMs on track.
The dopamine hit of juggling fistfuls of agents is a trap. Chat-mode interactions are designed for engagement, not effectiveness. Typing furiously and watching tokens burn is not the same as being productive.
Background and async agents let me plan at my own pace and the work I finish feels more complete. In short, give yourself time to think and build the right thing. My workflow used to be:
kitty or conductorNow I’ve decreased the number of open sessions and parallel tasks because evidence shows that humans are terrible multi-taskers and we tell ourselves we aren’t. I try to reduce multitasking by turning notifications and other screens entirely off and having a stack of open Zed buffers to take down ideas and plans.
Turn off any AI tools that interrupt you, quit using interactive chat entirely, and carve a line between human-only and agent-only parts of your work.