Skip to content

GPT-5.5 and the End of Prompt Babysitting

Kshitij Koranne

Developer calmly delegating work to autonomous AI agents

For the last two years, using AI well has felt less like delegation and more like babysitting.

You ask for a refactor. It stops halfway. You ask it to run tests. It explains why tests matter instead of running them. You ask for a plan. It gives you a plan, waits, then forgets the surrounding context the moment implementation gets messy.

So you sit there nudging it every few minutes:

That is prompt babysitting. And it is exhausting.

what changed with GPT-5.5

OpenAI’s framing for GPT-5.5 is pretty direct: the model is built for complex work across coding, research, documents, spreadsheets, tools, and longer-running tasks. The system card says it asks for less guidance, uses tools more effectively, checks its work, and keeps going.

That last part matters more than any benchmark.

The real upgrade is not just “smarter answers.” It is persistence. It is the model understanding the shape of the task, noticing when something failed, trying the next reasonable thing, and coming back with a finished result instead of a pile of half-done intentions.

For developers, that shifts AI from autocomplete to coworker.

the old workflow was too chatty

The first wave of coding assistants made us faster, but also weirdly managerial.

You had to over-specify everything. Not because you loved writing perfect prompts, but because the model would drift if you didn’t. Prompt engineering became a defensive activity: add constraints, add examples, add warnings, add “do not hallucinate,” add “think step by step,” add “verify before answering.”

Half the time, the prompt was not about the work. It was about preventing the assistant from doing something annoying.

That does not scale.

If an AI agent needs constant supervision, it is not really an agent. It is a very fast intern with short-term memory issues.

delegation is the new interface

The better workflow looks quieter:

“Implement this feature, follow the existing style, run the tests, fix what breaks, and summarize the diff.”

Then you leave it alone for a while.

Not forever. Not blindly. But long enough for the model to actually work through the loop: inspect, plan, edit, run, fail, fix, verify.

That is the important jump. The interface becomes less about prompt craft and more about task design. You stop asking for paragraphs. You start assigning outcomes.

The best prompt becomes boring:

Everything else should be handled by the agent.

taste matters more now

This does not make humans irrelevant. It changes where human value sits.

If the model can carry more of the implementation, your job moves up a layer:

Taste. Is this the right feature? Is the UX clean? Is the abstraction worth it?

Judgment. Is the trade-off acceptable? Is the model solving the real problem or the easiest visible one?

Review. Did the tests pass for the right reasons? Did it introduce complexity that will hurt later?

Direction. What should be built next, and what should be ignored?

Prompt babysitting rewarded patience. Agent delegation rewards clarity.

That is a much healthier place to be.

the risk: fake autonomy

There is a trap here: models can look more autonomous than they are.

A confident agent running tools for twenty minutes can still be wrong. It can still overfit to a broken assumption, patch symptoms, or produce a beautiful diff that solves the wrong problem.

So the end of babysitting does not mean the end of oversight. It means oversight becomes less interruptive.

You should not need to stand over the model’s shoulder. But you should still review the work like you would review a pull request from a capable teammate.

Trust the process. Verify the result.

my take

GPT-5.5 feels like part of a bigger shift: from chatting with AI to assigning work to AI.

The winning developers will not be the ones with the fanciest prompt templates. They will be the ones who can define good tasks, set clean boundaries, and review outcomes quickly.

That is the end of prompt babysitting.

Not because prompts disappear, but because the prompt stops being the work.

— kshitij

Previous
Why I Finally Switched to Passkeys
Next
Apple Enters a New Chapter: Ternus Takes the Helm as Tech Giant Transitions