
Over drinks recently, a few colleagues and I kept circling a practical internal-tools problem: small workflow ideas often wait behind engineering capacity. With AI tools, more people can now sketch rough internal tools, automations, and prototypes before asking for dedicated engineering time. Software engineering experience still helps a lot, but it is no longer the only path to a first pass.
What feels different is the cost of the first pass. A small workflow tool or prototype can now be sketched, tried, and discarded much earlier. That lowers the cost of experimentation in a very practical way. More people can get to a usable first version while the idea is still cheap to change.
The useful cases are intentionally unglamorous: something like a lightweight intake form, a script that cleans up a recurring spreadsheet, or a dashboard mock that makes a vague request visible enough to argue about. Those are not finished products. They are ways to find out whether the problem is real before anyone spends more care on permissions, reliability, edge cases, and maintenance.
That does not make implementation unimportant. It changes where the constraint shows up. The harder part moves toward choosing the right problem, setting useful boundaries, and deciding whether the result is actually good enough to keep. The work is still real, but more of it shifts from typing everything by hand to directing and reviewing.
That is the useful part. I do not take it to mean that every prototype builder becomes a software engineer. I take it to mean more people can test a small workflow idea cheaply before deciding whether it deserves real engineering investment.
Get new posts by email
Occasional updates when I publish something new.
No spam. Follow.it handles delivery and unsubscribe links.
Related posts
Coding Agents for Inspectable Browser Tools
April 10, 2026
Building frontend-only tools for load flow and Mandelbrot zooming gave me concrete ways to inspect older technical models.
Codex for Site Edits, Sora for Visual Sketches
February 22, 2026
How Codex made small website edits easier to make from a phone, while Sora still feels more useful for exploratory visuals than finished work.
Farming Expensive Coding Agent Sessions
June 14, 2026
My coding-agent sessions are more expensive now. The useful spend is the part that turns mistakes into better tests, graders, prompts, and checks.