Skip to main content

18 posts tagged with "Architecture"

Deep dives into Almadar's architecture

View All Tags

Why We Gave Our AI Agent Orbital Memory Instead of a Vector Database

· 6 min read
Osamah Alghanmi
Co-Founder & Technical Lead

Why We Gave Our AI Agent Orbital Memory Instead of a Vector Database

Everyone's building RAG systems with vector DBs. We gave our AI a structured memory system that actually understands context.

Recent Posts

Finite State Machines: The Most Underused Design Pattern in Frontend Development

· 5 min read
Osamah Alghanmi
Co-Founder & Technical Lead

If you're using useState for complex UI, you're probably doing it wrong. There's a 50-year-old solution you're ignoring.

Recent Posts

S-Expressions: The JSON of Functional Programming (That Actually Makes Sense)

· 4 min read
Osamah Alghanmi
Co-Founder & Technical Lead

S-Expressions, JSON, and the Functional Renaissance

Why we chose Lisp-style S-expressions over JSON for logic definition, and why you might too.

Everyone loves JSON, but when you need logic, you end up with string templates or JavaScript. What if your data format was your logic format?

Recent Posts

The IKEA Effect for Software: Why We Built Apps from Flat-Packs

· 4 min read
Osamah Alghanmi
Co-Founder & Technical Lead

IKEA revolutionized furniture by making it composable, flat-packed, and assembly-friendly. What if software worked the same way?

Recent Posts