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

Compliance as Code: When Your Architecture Enforces the Law

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

Checklists don't work. Training doesn't stick. Audits find problems months after they happen.

What if your software architecture made non-compliance impossible?

Recent Posts

Composing Behavior: What Games Teach Us About Software Architecture

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

In the game Iram, players collect Orbital Shards — fragments of behavior that snap together to create new abilities. Equip Defend and Mend together, and your shields heal 1.5x faster. Equip Disrupt and Fabricate, and your traps deal area damage.

This isn't just a game mechanic. It's a software architecture pattern that solves the microservices vs monolith debate.

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

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

JSON That Thinks: How We Built a Turing-Complete Language Inside JSON

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

What if JSON could express logic, not just data? What if your configuration files could make decisions?

We built a Turing-complete programming language that's a strict subset of JSON. No new syntax. No custom parser. Every Almadar program is valid JSON.

Here's why — and how.

Recent Posts