← back

Developing Taste in Coding Agents: Applied Meta Neuro-Symbolic RL — Ahmad Awais, CommandCode

1.1K views · Nov 24, 2025 · 20:51 min · Watch on YouTube ↗
Takeaway

Coding agents need a learned, inspectable 'taste' layer — meta neuro-symbolic preference modeling — to move beyond sloppy defaults and brittle rules files.

Summary

  • Ahmad Awais launches Command Code, a coding agent that continuously learns the user's coding 'taste' — a deterministic neuro-symbolic preference store generated on the fly into a 'taste' file.
  • Side-by-side demo against Claude Code: building a CLI, Command picks up his preferred stack (tup, TypeScript, pnpm, Commander, vitest, lowercase -v, commands/ directory, 0.0.1 version) without being told.
  • Argues default LLMs optimize for being correct fast → sloppy outputs; rules files (CLAUDE.md, agents.md) aren't enough; need a learned, transparent preference layer.
  • Builds on Langbase research: 150K agents vibe-coded with their prior tool, 700TB and 1.2B agent runs/month, all detailed in stateofaiagents.com.
coding-agentspreferencescommand-code
Original description
Your coding agent writes code like an LLM bot. CommandCode writes code like me.

Every developer has a coding agent now. What if your coding agent actually had taste? What if it understood not just what you're building, but how you like to build it? Your weird naming conventions. Your obsession with early returns. That thing you do where you always extract utilities before they get messy. Your coding taste.

I've been building coding agents since Greg Brockman gave me GPT-3 access in 2020. Started as a CLI tool I used every day. Five years later, we've deployed over 350K agents through Langbase, and I've learned something crucial: the best agents don't just write code—they develop taste.

In this talk, I'll share what we've learned about building agents that actually feel like they know you. We'll dive into the architecture patterns that make this possible: contextual memory systems, preference learning loops, and what I call "engineering intuition"—going way beyond the typical "agents.md" approach.

It's about building agents that evolve with you, remember your decisions, and start making choices that feel like your own. By the end, you'll understand how to build coding agents that can develop taste. It's battle-tested insights from one of the largest deployment of AI agents in production today.

Ahmad Awais is an award-winning open-source engineering leader, founder & CEO of Langbase.com (AI Cloud powering 350K+ AI agents), Creator of CommandCode.ai. NASA Mars Ingenuity Helicopter mission code-contributor. Angel investor. Ex-VP DX, Google Developers Advisory Board founding member and Board Member Linux Foundation & OpenAPI Initiative. Ahmad has authored various open-source software tools used by millions of developers worldwide, like his Shades of Purple code theme (4M Dev Users), corona-cli (10+ Billion Requests), and now Langbase (1.2Billion/mo agent runs). He’s a Google Devs Expert and 5x recipient of the 8th GitHub Stars Gold award.

---
Socials:
- LinkedIn: https://www.linkedin.com/in/MrAhmadAwais/
- X (Twitter): https://x.com/_AhmadAwais
- GitHub: https://github.com/AhmadAwais
- Website: https://AhmadAwais.com/about
- Company: CommandCode.ai | Langbase (https://commandcode.ai)