Building
The 'digital clone' was early. The agent wasn't.
In 2024, everyone pitched a 'digital clone' that would do your chores. By 2026, the question isn't whether AI can act for you, but how much context, permission, and autonomy you actually want to hand over.
The 'digital clone' was early. The agent wasn't.
Back in late 2024, everyone was suddenly talking about "digital clones."
The pitch that stuck in my head came from Convergence when they launched Proxy with a $12 million pre-seed round. The idea was ambitious: an AI that would act as your personal twin. It would watch how you work, browse the web, book your flights, order your groceries, and take care of your daily admin.
It was a catchy headline. It gave people an image they could immediately grasp.
The metaphor worked.
The only problem was that "digital clone" was the wrong way to think about the product.
Nobody actually needed a clone.
What we needed was an agent.
The text box trap
Remember where AI was in 2024.
Almost everything was a conversational chatbot. You opened ChatGPT or Claude, typed a prompt into a clean white box, and got back a neat wall of text.
It was impressive, but you were still stuck doing all the actual labor.
You still had to copy the code into your editor. You still had to open five browser tabs, search for the flight, fill out the booking form, switch to your email, draft the update, and check the spreadsheet.
The model gave you answers, but left you holding the work.
That was the bottleneck. The real shift was never going to come from making the chatbot slightly more articulate. It was going to come when software could move from generating text to taking action.
Proxy saw that early. The execution was raw, but the direction was right.
Software needed to stop waiting for us to click every single button.
What actually happened between then and now
Fast forward to 2026, and the whole landscape looks completely different.
The flashy "clone your personality" hype mostly evaporated, while the practical agent layer got built into everything.
Look at how the pieces moved:
Convergence got acquired by Salesforce in mid-2025. The standalone "digital clone" startup got folded directly into enterprise infrastructure, where automated workflows and agents actually run at scale.
Poke showed up right inside the messaging channels people already live in, like Apple Messages, WhatsApp, and Telegram. Instead of forcing you into a dedicated app, it connects directly to tools like Linear, GitHub, Supabase, and Notion to run tasks (before joining Cognition in mid-2026).
OpenAI moved beyond simple text replies with ChatGPT Agent and ChatGPT Work, letting models stay with a task for hours, manipulate files, and take multi-step actions across connected apps.
Instinct pushed on the device layer, letting personal assistants navigate phone screens and apps directly.
Notice what happened here.
The fantasy of a magical twin was replaced by something much more useful: software that can use tools, hold context, and execute bounded tasks.
Why the clone metaphor failed
I think "digital clone" sounded cool on a pitch deck, but it created weird expectations.
A clone implies replication. It suggests a piece of software that mimics your tone, guesses your intent, and pretends to be you in front of other humans.
That is creepy when it fails, and unsettling even when it works.
Delegation is a completely different mental model.
When I delegate a task to a colleague or a tool, I don't want them to pretend to be me. I want them to:
- understand the goal;
- check the right context;
- use the right tools;
- do the work reliably;
- ask me before doing anything irreversible;
- let me know when they are done.
That is what an agent is.
It is not a twin. It is an assistant with scoped authority.
The boring parts are the product
In 2024, the big question was "can an AI actually do this?"
In 2026, the question is "how much permission am I comfortable handing over?"
The real work of building agents moved away from raw model benchmarks and toward the boring operational guardrails that decide whether a tool is trustworthy:
- Context boundaries. What files, repositories, or databases can it see? Does it have what it needs without drowning in noise?
- Predictable memory. Can it remember past project rules and user preferences without inventing strange assumptions?
- Permission tiers. Can it read freely, draft with approval, and execute only when explicitly permitted?
- Reversibility. If it runs a bad SQL query, pushes a broken commit, or messes up an email draft, how easy is it to roll back?
- Human escalation. Does it know when it is stuck and ask for help, or does it confidently guess and break things?
That last point is the whole game.
An agent that never asks questions is dangerous. An agent that asks about every single keystroke is useless.
The sweet spot is an assistant that handles the tedious steps silently and only pings you when a real decision is required.
Where this leaves us
Proxy was early, but it pointed straight at the future we are living in now.
We moved past the era of the smart text box. We are in the era of software that acts.
The question for builders today is no longer whether agents are real. We use them daily in our terminals, our editors, our messaging apps, and our backends.
The real question is how we design the boundaries.
How much context do you give it? Where do you draw the permission line? How do you keep the loop fast while making sure you stay in control?
That is the work worth doing right now.