
Over drinks recently, a few colleagues and I kept circling a practical internal-tools problem: small workflow ideas often wait behind engineering capacity. The possibility we kept returning to was that AI tools could let someone who understands the workflow sketch a rough internal tool, automation, or prototype before asking for dedicated engineering time. Software engineering experience would still help, but it would not have to be the starting point for a first pass.
For an idea like that, the practical change is the cost of the first pass. A small workflow tool or prototype can be sketched, tried, and discarded while the idea is still cheap to change. That makes it easier to reach something concrete enough to evaluate before committing engineering time.
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. For these prototypes, the harder part moves toward choosing the right problem, setting useful boundaries, and deciding whether the result is good enough to keep. The work is still real, but more of it involves directing and reviewing rather than typing everything by hand.
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 a small workflow idea can be tested cheaply before deciding whether it deserves real engineering investment.
Get new posts by email
Occasional updates when I publish something new.
Follow.it sends the emails and includes an unsubscribe link.
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.