abdullah nasir.
// forward-deployed · multi-agent AI systems
Abdullah Nasir
system_prompt

I take frontier AI from ambiguity to a working system where there's no playbook. I find the real need, architect it, and advise where it goes next.

I think in trade-offs before I think in code. I understand how these models actually behave, where they break, and how to architect systems that account for that.

scroll

I've found that working with language models is almost philosophical. The hard part isn't the code; it's being deliberate about what each agent is allowed to know.

Animation Studio · Smart Set / ChatUSD · 2025
The creative reasoner before execution
"The old system could execute 'place a chair' but had no path at all for 'create a restaurant.'"

It was pure routing: input arrives, pick an agent, forward. Nothing decomposed intent before execution. The fix was diagnosing a missing capability, not a missing rule: a dedicated planning agent upstream whose only job is creative interpretation, so the tool agents stay dumb and fast.

// an architectural gap, not a prompt-tuning problem
Context before instructions
"Teach the agent who it serves and what breaks downstream before you tell it what to do."

Its system message is a curriculum, not a spec sheet: identity, then consequences, then reasoning patterns, then the instructions. Without that framing even a capable model reasons worse.

// a system prompt as a curriculum
Reference interpolation: "add trees" vs "move these trees"
"One paragraph killed a whole class of bugs where the model created new assets instead of touching the ones the user meant."

The fix taught reference resolution as a reasoning step before planning: interpret what "these" points to, then plan. Correct the thinking pattern, not the output.

// shipped against real model behavior

The best architectures are simple... but simple is the hardest place to arrive at. Once you find it, it looks obvious. The journey there is tedious, and it demands intentional thinking and iterative testing.

Supply Chain · WorldBuilder / ChatUSD · 2025–26
Static planning collapse
"When the planning agent needs five steps to compute a number, that's a bug in the architecture, not the prompt."

Filling a zone once meant chaining five spatial-math steps, exactly what LLMs fail at. The fix was collapsing the chain into one parameter, count="max", and pushing the math into the function. The agent just states intent.

// prompt engineering reframed as architecture
What each agent is allowed to know
"Giving the planning agent the ability to query coordinates made it worse, so I took it away."

Three layers: intent, composition, domain knowledge. Deliberately withholding capability improves behavior, because a planner handed coordinates will try spatial math and hallucinate.

// information design as the primary lever

Don't tell a system to build something and hope. Decompose. A creative problem needs a dedicated reasoner before execution. Early agentic systems lacked a proper reasoner.

Entertainment · 2026 · ComfyUI / LoRA
The leverage isn't one magic model
"The models aren't interchangeable, and all of them fall off a cliff on stylized characters."

I ran a structured evaluation across frontier video models under real constraints. The leverage is model choice plus the workflow around it, so I built a model-agnostic, modular pipeline that chains models to work around any one model's limits.

// the answer was an architecture, not a model
the foundation · before the AI
Healthcare · NVIDIA ACE · 2025

Led the cloud and GPU infrastructure behind a 3D AI avatar for patient intake, and planned the scaling path with Dell and NVIDIA.

Public sector · AWS · 2024–25

Ran the AWS infrastructure behind a state government's digital platform. The foundation my architecture instincts are built on.

How I think
on my own time
Personal · React Native · Supabase · Claude

Captures context from anywhere, your notes, saves, and ideas, and proposes personalized next actions.

Nonprofit · Next.js · Supabase · Twilio

Everything ran on group chats, so I built the whole platform: events, RSVPs, volunteering, donations, and a Claude-powered assistant.

If this is how you think too,
let's talk.
// credentials
Claude Certified Architect
Deloitte, AI & Data
DigiPro (ACM SIGGRAPH) co-author
© Abdullah Nasir 2026 · Columbus, OH