I have spent most of my career watching technology arrive and asking the same question everyone else forgot to ask: not what can it do, but why do we need it here, and what happens when it goes wrong.

When AI arrived, I was excited. Finally, something that could handle the messy middle of workflows — the decisions too ambiguous for simple automation, too simple to waste on a human. We kept watching, kept waiting for someone to build what we actually needed, not just what was cool.

In 2022, the first consumer AI came out. It was impressive. It was neat. It was, for the most part, useless. It drifted. It lied with complete confidence. It hid everything behind a black box, and there was no way to trust it with anything that mattered. It had no real memory, no accountability, and no place in any workflow I could imagine putting it in.

So I kept watching.


The Conference

The moment everything clicked was not a product launch. It was a conference.

I sat in a room full of people who were supposed to be AI experts, and I was disheartened by what I heard. The presentations were full of fear and hype in equal measure, and almost nobody was asking the right question. Not what AI can do, not what AI will destroy, but why does this workflow need AI at all?

I watched academics claim AI could not write a research paper. Nobody in the room asked how they had prompted it, what context they had given it, what documentation it had access to. I had been running the same experiment and getting entirely different results — because I was treating AI as a collaborator, not a replacement. The instructions mattered. The context mattered. The structure around the model mattered enormously.

What I saw in that room was not a technology problem. It was a lens problem. Everyone was looking at AI through the wrong glass. Fear of something new had overtaken reasoning and fact, and it was oh so human.

The mantra I walked out with: don’t code a replacement, empower a collaborator. Human-AI symbiosis should be a design principle, not an afterthought.


The Intern

The clearest way I could describe what AI actually was, once I stripped away the hype, was this: it behaved exactly like the interns and stagiaires I had supervised over 23 years in education administration.

Smart. Capable. Could answer almost any question you put in front of them. But they did not know the why behind the process, only the what. They needed supervision. They needed stop points. They needed someone to define the boundaries before they started, not after something went wrong.

I did not need a smarter intern. I needed one that would follow my rules, stay in scope, and stop when it was supposed to stop.

When I started looking into how AI systems were actually engineered, I found that almost none of this existed. In 2023, the entire industry was thinking about speed and cost-cutting. Nobody was thinking about accountability. Nobody was thinking about repeatability. The governance layer was simply missing.

So I started building it.


What Was Actually Broken

The more I built, the clearer the real problem became. AI was not failing because the models were bad. It was failing because of a perfect storm of structural gaps that almost nobody was naming directly.

Humans are ambiguous by nature. We give vague instructions because we assume shared context that was never actually established.

AI is sycophantic by design. It is not built to say “I don’t know.” It is built to produce an answer, whether or not it has the information to produce a good one.

We were trying to put stochastic text predictors into deterministic systems and were genuinely surprised when things went sideways.

Memory was an afterthought. Most AI memory at the time was a notepad in cache — a mash of text the model reads at the start of every session, starting from scratch each time. No wonder it got lost. No wonder it drifted. It had no idea why it was doing what it was doing.

And most fundamentally: we built AI systems that imitate human communication and thought, but we never gave them the critical thinking steps we actually teach humans. The decision boxes. The checkpoints. The places where a person stops and asks: does this make sense, and should I proceed?


What I Built Instead

The initial instinct was to copy human cognition directly. Map how a human expert thinks, then translate that into AI terms. That turned out to be the wrong direction. AI is not human. It does not need to think like a human. What it needs is structure it can operate inside reliably.

So the question shifted. Instead of mimicking the brain, I started mapping the system. How does information move? Where are the decision points? Where does a human need to be in the loop, and what does the record of that decision need to contain so the next person — or the next session — can understand what happened and why?

The answer was not a smarter model. It was a governed execution layer. Scoped instructions. Defined stop points. Human ratification before anything irreversible happens. And memory that captures not just what was decided, but why, and who approved it, and what context produced it.

That is what DTM builds. That is what Janus is.

Not a chatbot. Not a wrapper around a language model. A cognitive operating system for the decision boundary — the place where human judgment has to meet machine execution, and the result has to be recorded, retrievable, and defensible.


Jesse Binstock is the founder of DTM — Dynamic Trajectory Memory. DTM builds governance infrastructure for organizations running AI workflows.