Blog
Notes from building Stoicsoft. Tools, processes, and the occasional rant about software that wastes your time.
Showing 1–10 of 42 · Page 1 of 5
- ai-workflow· Jun 5, 2026· 5 min read
Visual browser editing is context infrastructure, not just a nicer preview
Browser editing inside AI workspaces is valuable because it closes the loop between DOM state, design intent, code changes, and review.
- ai-workflow· Jun 5, 2026· 6 min read
The RAM tax of AI IDEs and the return of lighter workspaces
AI-first IDEs are useful, but when the whole development environment has to live inside one heavy app, the workspace starts fighting the developer.
developer-workflow· Jun 3, 2026· 8 min readConsultants need per-project terminal identity, not one shared CLI memory
When terminal agents share state across clients, consultants lose trust fast. Each project should have its own tools, notes, and identity — without re-explaining everything at every switch.
ai-workflow· Jun 3, 2026· 8 min readCodex, Claude, and shell — developers want one handoff layer, not three sessions
Developers running parallel AI coding workflows lose context every time they jump tools. The opportunity is a handoff surface that keeps decisions, commands, and next steps aligned across Codex, Claude Code, and the shell.
ai-workflow· Jun 3, 2026· 8 min readEven 1M-token context windows need checkpoints — long context is not the same as good retrieval
Bigger context windows promise to eliminate workflow overhead. In practice, developers still drown in signal-to-noise problems. The fix is checkpointing — periodic summaries that prevent retrieval drift.
product· Jun 3, 2026· 7 min readOptimize onboarding for first task completion, not feature tours
Users trust a product after they finish one real task with it. They don't trust it after watching a six-minute tour. Onboarding should compress time-to-first-win, not maximize feature exposure.
developer-tools· Jun 3, 2026· 7 min readTiny focused dev tools beat bloated platforms when setup speed is the job
The fastest-feeling dev tools right now are not the biggest ones. They're the ones that answer one question fast — no signup gauntlet, no integration wizard. The job to be done is setup speed.
observability· Jun 3, 2026· 8 min readLightweight observability beats OpenTelemetry stacks for self-hosters who just want answers
Self-hosters asking 'why is this slow' rarely want to spend the weekend wiring up SigNoz and an OTel collector. The right answer is one tier lighter: a small log+metric layer that answers the top five questions and doesn't grow into a second product.
devops· Jun 3, 2026· 8 min readYour deploy says success, the old container is still serving traffic — close the trust gap
Operators lose trust when the deploy dashboard reports success but users still see the previous version. The fix is verify-after-deploy: confirm the live container is the new one before celebrating.
monitoring· Jun 3, 2026· 7 min readSimple cron heartbeats beat heavyweight monitoring for side projects
When developers ask 'how do I monitor my cron jobs?', the upvoted answers are ntfy, gotify, and healthcheck pings — not full monitoring stacks. Low-friction visibility wins for side projects.