Showing Posts From
Ai-architecture
-
Moe Hachem - November 17, 2025
The LLM Structural Crisis: Solving Context Decay with the AI Memory Prosthesis
When building complex systems with Large Language Models, I realized that the real crisis was not th...
-
Moe Hachem - December 10, 2025
The 200-Prompt Wall
I've spent the better part of this year building prototypes with AI assistance. Three production pro...
-
Moe Hachem - November 10, 2025
AI-assisted development breaks around prompt 200, but it doesn't have to
AI-assisted development breaks around prompt 200 - But it doesn't have to! Of course, your mileage...
-
Moe Hachem - January 29, 2026
The end of documentation debt: how an AI “memory prosthesis” automates the PRD
Product documentation has a dirty secret: it decays on contact with reality. The moment a PRD is "f...
-
Moe Hachem - February 14, 2026
What a brick teaches us about AI-driven product development
What does a brick have in common with AI-driven product development? Louis Kahn, one of the greates...
-
Moe Hachem - February 16, 2026
I shipped a beta, almost production-grade PWA fast, less than a day
I shipped a beta, almost production-grade PWA fast, less than a day. Here's the framework that made ...
-
Moe Hachem - February 16, 2026
Spec-first is anxiety management
You're in unknown territory. Your instinct says: "We need a detailed spec because this is unfamiliar...
-
Moe Hachem - February 17, 2026
AI can get you 90% of the way to a spec in seconds
AI can get you 90% of the way to a spec in seconds. That might be the problem. There's something ...
-
Moe Hachem - February 17, 2026
Keeping UI in sync with code: Olives
What's the worst part about UI design other than doing it? Keeping it in sync with the code. Well, ...
-
Moe Hachem - February 18, 2026
Figma fancy screenshots vs Olives structural extraction
Figma just announced they can turn your code into fancy screenshots. Meanwhile, I've been working on...
-
Moe Hachem - February 18, 2026
SR-SI context savings scale progressively
AI context savings that work like taxes should: progressive. Small repos see 10-20% efficiency gains...
-
Moe Hachem - February 18, 2026
What if AI could learn to remember?
What if AI could learn to remember? It already does. Just not the way you think. We've been solvi...
-
Moe Hachem - February 19, 2026
AI lets you move at 240 km/h
AI lets you move at 240 km/h. That's both a gift and a trap. I've been going deep with AI lately, a...
-
Moe Hachem - February 18, 2026
Figma fancy screenshots vs Olives structural extraction
Figma just announced they can turn your code into fancy screenshots. Meanwhile, I've been working on...
-
Moe Hachem - February 19, 2026
Swap the model. The project stays coherent
The project hasn't noticed this yet but... I've been switching AI models mid-project for months. ...
-
Moe Hachem - February 19, 2026
The way Einstein's brain worked is how AI should retrieve information
The way Einstein's brain worked is exactly how AI should retrieve information. It doesn't. Yet. Ein...
-
Moe Hachem - February 20, 2026
AI governance needs identity, not just rules
Most AI governance debates are asking the wrong question. We keep asking "how do we make AI behave ...
-
Moe Hachem - February 20, 2026
Builder mode vs architect mode in AI development
I was formally trained as an architect. I can't un-see systems now. Everything is interconnected, st...
-
Moe Hachem - February 20, 2026
The biggest lie in AI-assisted development
The biggest lie in AI-assisted development: "Just generate better specs and your problems will go aw...
-
Moe Hachem - February 20, 2026
The moat hiding in plain sight is memory
Everyone's debating whether to build up or down from general AI. Nobody's talking about the moat h...
-
Moe Hachem - February 21, 2026
Communication engineering beats prompt engineering
Do you "communication engineer" like you "prompt engineer"? Clients get shocked when they ask desig...
-
Moe Hachem - February 21, 2026
I cut the AI's memory and it got smarter
I gave an AI a 15,800 token memory. Then I cut it to 3,300 (update: make it 1.6k). It got smarter,...
-
Moe Hachem - February 21, 2026
Olives is adding the final piece: proper visual fidelity
Almost a week ago, I built bidirectional sync between code and design tools. This weekend, I'm add...
-
Moe Hachem - February 22, 2026
SR-SI: The methodology that gives AI persistent memory across any long-running project
106x performance improvement. A self-improving loop. And a section nobody expected to write. V2 is ...
-
Moe Hachem - February 23, 2026
I accidentally fixed AI forgetting without embeddings, fine-tuning, or a database
I accidentally fixed AI "forgetting" without a database, embeddings, or fine-tuning through SR-SI. ...
-
Moe Hachem - February 23, 2026
Making Figma speak code's language with Olives
I could've built a new design tool. Instead, I'm forcing Figma to speak code's language - determin...
-
Moe Hachem - February 23, 2026
RAG gives AI a library. SR-SI gives it something closer to a memory
RAG gives AI a library. SR-SI gives AI something closer to a memory. The difference is smaller than...
-
Moe Hachem - February 23, 2026
The AI isn't an oracle, it's a collaborator
The AI isn't an oracle, it's a collaborator. There's a fundamental difference between consulting an...
-
Moe Hachem - February 24, 2026
The problem with AI isn't intelligence. It's orientation.
Every team I talk to has the same complaint: The outputs are generic. The AI sounds confident but ...
-
Moe Hachem - February 25, 2026
How I maintain coherence across 66,000 lines of code without losing the thread
Most AI-augmented development workflows break somewhere between promt 50 and 200, or as I've come to...
-
Moe Hachem - February 26, 2026
SR-SI accidentally solved the documentation problem too
I arrived at SR-SI to solve context decay. I accidentally solved the documentation problem too. Whe...
-
Moe Hachem - February 26, 2026
Why AI outputs feel 60% relevant
There's a particular type of frustrating AI output that most teams recognize right away. It’s well-s...
-
Moe Hachem - February 27, 2026
Ambiguity is information, not a problem
We've built tools that turn ambiguity into structure, then lied to ourselves and called that progres...
-
Moe Hachem - February 27, 2026
Computation is killing collaboration
Computation is killing collaboration. The biggest hurdle in AI-assisted development isn't a lack of...
-
Moe Hachem - February 27, 2026
Documentation tells you what happened. An index tells AI where to look.
Documentation tells you what happened. An index tells AI where to look. These are not the same artif...
-
Moe Hachem - February 27, 2026
I don't run AI training courses. I run AI orientation engagements.
I don't run AI training courses. I run AI orientation engagements. The distinction matters more tha...
-
Moe Hachem - February 19, 2026
Olives: bidirectional sync and one source of truth
A few days ago: Olives could extract components from code. Today: Full bidirectional sync works en...