AI & Philosophies
Most people are using AI as an oracle — ask a question, receive an answer, hope. I use it as an implementor, which means my job is writing a spec good enough that a capable stranger couldn't misread it.
The shift that made AI genuinely useful to me was not a better model. It was realizing the failure mode was mine. I was handing over wishes and grading the results, then being surprised when the output drifted from what I meant but hadn't said.
Automation people already know this discipline. You cannot ask a machine to "handle the product properly." You specify the gripper force, the approach vector, the fault condition. AI is the same negotiation with a much better vocabulary, which makes it more dangerous, because it will confidently fill your gaps rather than fault on them.
The other structural problem is amnesia. Every session starts from zero. Everything learned last time — the decisions, the reasons, the things we already ruled out — has to be re-derived or re-explained.
That's a shift handoff problem, and manufacturing solved it decades ago with a logbook. So: a substrate. Typed, queryable, holding the conversations and the analysis and the relationships between them, so the next session starts where the last one ended.
The interesting part isn't storage, it's the loop. If every correction gets recorded, the corrections that recur stop being corrections and become guardrails. Then the guardrails do the correcting, and you stop repeating yourself. That's the whole bet.
This is MemOS — the shell I work inside. Three things are on screen at once and that arrangement is the argument.

The tables are typed, not generic. conversations, analysis_units, documents, edges, rungs, plc_tags — the schema knows what kind of thing each row is, so a question can be asked in SQL instead of grep. That was a deliberate pivot away from an everything-is-a-node store, and it is the single decision the whole thing rests on.
Note the fourth row of the ai table: Claude and claude, both present. Identity is a surrogate key precisely because labels get entered twice by a human at eleven at night.


None of this is finished. The screenshots show a working tool that I use every day and that still has features built, verified, and one step short of being real. That gap is the normal state of a system under construction, not a thing to be embarrassed about — but it would be dishonest to show you the shell and imply it's done.
An oracle answers, an implementor executes
The second one is far more useful and requires far more of you. Most disappointment with AI is a spec problem wearing a technology costume.
Folders are evidence, not authority
Where a file sits tells you what someone was thinking that day. Useful. Not the same as true, and treating it as true is how a system rots quietly.
A wrong record stays as written
Don't quietly patch history. Write the correction as its own entry, stating the defect. The error is data — overwriting it destroys the evidence of how you think.
Provenance is not verification
Something you recover from your own notes feels verified and isn't. It carries the assumptions it was written under. Re-check before acting on it.
The bounded view is a feature
An implementor that only sees the task can't be biased by strategy it shouldn't have. Compartmentalization isn't distrust, it's a cleaner signal.
Design for additive growth
No rewrites. If the next phase needs the last one demolished, the architecture already failed and is only now telling you.
I've been doing this for a couple of years, not a couple of decades. These are working positions, not conclusions, and I expect to revise several of them. That's what the revision block is for.
This sheet is the positions. The day-to-day procedure they produced is on Working With AI, and the story of how it all got this way is the timeline of the black box.
A panorama sweep that assumed the world would hold still. It did not. The algorithm made exactly one bad assumption and then committed to it, with total confidence, all the way across the frame.
Which is the whole argument for stating a tolerance: every measurement carries one, whether or not anybody wrote it down.
SCALE: NONENOT TO BE USED FOR FABRICATION