Ibraheem Abdul-Malik

Engineering leader building agent systems, applied AI for healthcare, and developer tools.

A few systems I've been building lately.

Ibraheem Abdul-Malik

I'm a founding engineer at Architect Health and building a stealth startup. I like staying close to the build.

My work sits where autonomous agents, applied AI for healthcare, infrastructure, and product judgment meet. This site is a working notebook for what I'm building and what those systems are teaching me.

Selected work

Projects, notes, and lessons from the build.

Agent teams

Autonomous agent orchestration

A workspace where specialized AI agents plan, code, review, and resume work with scoped context and human oversight.

What it taught me: Agents get more reliable when they have structure: clear roles, budgets, worktrees, and review loops.

Read more

Behavioral systems

Agent skill framework

A set of behavioral guardrails for how agents build, verify, review, ship, and operate inside engineering workflows.

What it taught me: Reliability is an architecture problem, not a prompting trick.

Read more

Infrastructure

Local-first AI systems

Local inference and private workflows for systems that should keep working without sending core data to hosted APIs.

What it taught me: The fastest way to keep control is to avoid renting the capability that matters.

Read more

Research tooling

Context-scoped research tools

A plugin-based way to give agents the data they need without handing them one undifferentiated context firehose.

What it taught me: Context-scoping beats context-stuffing.

Read more

Developer feedback

Visual verification loops

Screenshot tooling that lets agents inspect the interfaces they build and catch visual issues tests miss.

What it taught me: If an agent can see what it built, visual feedback becomes part of the development loop.

Read more

What I am learning

A few lessons keep showing up.

Some come from building agent systems. Some come from healthcare and infrastructure work. The pattern is that real products make the hard questions harder to ignore.

See longer notes

Model changes are system changes.

The same workflow can behave differently under a new model even when the harness, tools, and prompt are unchanged.

Agent state needs progressive disclosure.

Long-running work gets better when the system starts with a small index and pulls deeper context only when the task needs it.

Quality needs more than one check.

For systems that summarize, recommend, or act, I trust layered evaluation more than a single pass/fail gate.

The craft is moving up a level.

When agents do more of the mechanical work, the harder job becomes judgment: deciding what good looks like and keeping the loop honest.

Latest notes

Recent writing.

Stop Building Your Business on Rented AI

Hosted LLM APIs are great until the vendor changes the rules. Here is why I run inference locally with Ollama, what it costs, and what you gain when the data never leaves your machine.

View all notes