top of page
All Videos
All Videos

Share
Facebook
Twitter
Pinterest
Tumblr
Copy Link
Link Copied
Search video...
All Categories
Comedy

Now Playing
demo
02:22

Now Playing
7C370A1B-78DC-D79A-6AE9-0FCD531B3739
01:29

Now Playing
learnteachmasterorg-ai-assistant-overview
00:40

Now Playing
Intent-Drive Architecture with Claude Code
07:01
Home: Welcome
Search


TeamBrain: From Sales Handoff Chaos to a Living Project Brain
TeamBrain: From Sales Handoff Chaos to a Living Project Brain Every software team knows this moment. The deal closes. The kickoff meeting happens. And suddenly engineering is left asking: “What was actually promised?” “Where are the real requirements?” “Why are there six spreadsheets and three decks?” This isn’t a tooling problem. It’s a handoff problem. TeamBrain was created to fix that — not by writing more documentation, but by changing how project knowledge is generated,
Mark Kendall
Dec 16, 20253 min read
Learn,Teach,Master: Your Springboard into a Fulfilling Tech Career
Learn, Teach, Master: Your Springboard into a Fulfilling Tech Career with Java Spring Boot The tech world is booming, and landing a...
Mark Kendall
Oct 6, 20202 min read
Claude Code Gets Better When Your Project Gives It Structure — But Structure Is Only Half the Architecture
There is a point in almost every serious Claude Code implementation where the same realization hits: The model is not the architecture. Claude Code can reason, inspect a repository, write code, run tools, delegate work, and validate results. But if we simply drop an AI coding agent into a large repository and tell it to “figure it out,” we are leaving an enormous amount of engineering value on the table. The project needs structure. But there is an equally important second re
Mark Kendall
2 hours ago8 min read
From Developer to AI Architect: The Autonomous Architectural Workbench
From Developer to AI Architect: The Autonomous Architectural Workbench The next generation of architects will not draw every diagram, write every specification, or manually inspect every implementation. They will define intent, establish guardrails, orchestrate intelligence, and prove that the resulting architecture works. There is a moment happening in software engineering right now that is bigger than better code generation. Developers are beginning to realize that AI can w
Mark Kendall
5 hours ago10 min read
Claude Code Has a Context Architecture. Intent-Driven Engineering Adds the Layer Above It.
Claude Code Has a Context Architecture. Intent-Driven Engineering Adds the Layer Above It. Anthropic is teaching us how to engineer context. Intent-Driven Engineering asks a different question: what governs what all that context is trying to accomplish? Put the two together, and the architecture gets very interesting. For a while, I thought I understood context windows. I understood the basic definition: an LLM has a finite amount of information it can actively work with. Giv
Mark Kendall
6 hours ago12 min read
AI Won’t Replace the Enterprise Architect — It Will Replace the Architect’s Old Job
AI Won’t Replace the Enterprise Architect — It Will Replace the Architect’s Old Job The boxes, diagrams, inventories, and documents were never the highest-value part of architecture. AI is about to make that painfully obvious. There is a popular question making its way through enterprise technology organizations: Will AI replace enterprise architects? I think that is the wrong question. The better question is: Which parts of the enterprise architect’s job should AI replace —
Mark Kendall
1 day ago8 min read
“What is the smallest agentic mechanism that solves the problem?” Start in the center and work outward.
“What is the smallest agentic mechanism that solves the problem?” Start in the center and work outward. This is basically the agentic architecture selector: start with plain intent and only climb the complexity ladder when the problem gives you a reason to. It also captures the distinction we’ve been drilling on: a skill teaches, a tool acts, a sub-agent reasons, a loop adapts, an orchestrator coordinates, and a hook enforces.
Mark Kendall
1 day ago1 min read
Goal-Oriented vs. Procedural AI: Control the Outcome, or Control the Path?
Goal-Oriented vs. Procedural AI: Control the Outcome, or Control the Path? One of the most important decisions in agentic engineering is surprisingly simple: do you tell the AI what you want, or do you tell it exactly how to get there? As developers move from prompting into serious agentic engineering, it is easy to assume that more orchestration means a better system. More agents. More tools. More workflow stages. More validation. More handoffs. Sometimes that’s exactly what
Mark Kendall
1 day ago7 min read
Inside a Governed Enterprise AI Agent Platform
Inside a Governed Enterprise AI Agent Platform FastAPI, agents, RAG, AI gateways, embeddings, observability, and multiple LLMs can look like a complicated AI diagram. Underneath it is a surprisingly understandable enterprise architecture. When developers first see a modern enterprise AI architecture, it can look like a collection of unfamiliar boxes: NGINX → FastAPI → AI Agent → Knowledge Gateway → Embeddings → Vector Store → LiteLLM → OpenAI / Claude / Gemini / Bedrock That
Mark Kendall
1 day ago9 min read
Skills, Agents, and Tools: The Architecture Developers Need to Understand
Skills, Agents, and Tools: The Architecture Developers Need to Understand From knowing how to do the work, to deciding what work to do, to actually doing it. I am currently in what I call Learn → Teach → Master mode. I haven’t reached Master yet. In fact, one of the reasons I’m digging so deeply into agentic engineering right now is simple: I recently discovered some very specific gaps in my own understanding. Rather than memorize enough terminology to get through a certifica
Mark Kendall
2 days ago9 min read
A Developer’s Last-Ditch Guide to Agentic Architecture, Claude, and Intent-Driven Engineering
Reverse Exam Cram: 19 Principles for Surviving the Agentic Engineering Deep End A Developer’s Last-Ditch Guide to Agentic Architecture, Claude, and Intent-Driven Engineering There is a point in certification prep where memorizing terminology stops helping. You can know what a subagent is. You can know what MCP stands for. You can explain prompt caching, hooks, skills, tool calls, structured output, and orchestration. And then the exam gives you a scenario. A coordinator has t
Mark Kendall
2 days ago11 min read
Stop Copying Code. Teach the AI How to Scaffold It.
Stop Copying Code. Teach the AI How to Scaffold It. How Skills + Agentic Workflows turn a proven SEGA into a regenerative software factory Most enterprise development teams eventually discover something interesting: The next implementation already exists. Not literally. But 70%, 80%, sometimes 90% of it does. A new adapter looks remarkably like the previous adapter. A new microservice follows the same deployment model. A new integration uses the same authentication, logging,
Mark Kendall
3 days ago8 min read
# Why Intent-Driven Engineering Works Across Every AI Coding Tool
# Why Intent-Driven Engineering Works Across Every AI Coding Tool *Claude Code, Cursor, Gemini, ChatGPT — the tools change. The underlying architecture doesn’t.* ----- Every few months, a new AI coding tool claims the throne. Claude Code today, Cursor tomorrow, Gemini CLI or the next ChatGPT-powered agent after that. Teams building their engineering practice around a single vendor’s feature set are building on sand. Intent-Driven Engineering (IDE) takes a different bet: the t
Mark Kendall
4 days ago5 min read
Intent Is the Control Plane: Enterprise Agentic AI Architecture for 2026
Intent Is the Control Plane: Enterprise Agentic AI Architecture for 2026 Different protocols. Different layers. One governing idea: the enterprise should begin with intent. Agentic AI architecture is becoming much clearer. We now have protocols for agents talking to tools. Protocols for agents talking to other agents. Protocols for agents interacting with users. Emerging approaches allow agents to generate user interfaces dynamically. Underneath all of it, enterprises still h
Mark Kendall
5 days ago8 min read
Before AI Could Write the Code: The 30-Year Roots of Intent-Driven Engineering
Before AI Could Write the Code: The 30-Year Roots of Intent-Driven Engineering The idea is older than AI. What changed is that we can finally execute it. Intent-Driven Engineering can feel like something that suddenly emerged from generative AI. A developer writes an intent describing an outcome. An AI coding system examines the repository, architecture and constraints. Agents and tools gather additional context. Software is generated. Tests validate the implementation. Infra
Mark Kendall
5 days ago8 min read
From Intent File to Running Cloud: A Developer’s Guide to Intent-Based Cloud Systems
From Intent File to Running Cloud: A Developer’s Guide to Intent-Based Cloud Systems What if the intent—not the infrastructure—became the starting point? For decades, building a cloud application has meant translating a business idea through layer after layer of increasingly technical artifacts: Requirement → architecture → application code → infrastructure → security → deployment → operations. Each translation creates work. Each creates opportunities for misunderstanding. An
Mark Kendall
5 days ago10 min read
Intent-Driven Engineering Didn’t Start With AI: The Architecture Has Been Hiding in Networks for Years
Intent-Driven Engineering Didn’t Start With AI: The Architecture Has Been Hiding in Networks for Years AI may have made intent executable. It did not invent the idea. One of the most interesting things about working on Intent-Driven Engineering is discovering that some of its deepest architectural ideas have been developing in another part of computer science for years. Not in generative AI. Not in coding assistants. Not in prompt engineering. In network management. In 2020,
Mark Kendall
5 days ago9 min read
One Day Before the Claude Certified Architect Exam
One Day Before the Claude Certified Architect Exam The Last-Minute CCA-F Cheat Sheet You have one day left. This is not the day to learn Claude from scratch. It is not the day to memorize another 300 pages of documentation. And it is definitely not the day to convince yourself that you need to know every method, parameter, configuration option, or obscure feature in the Claude ecosystem. The Claude Certified Architect – Foundations (CCA-F) exam is fundamentally an architectur
Mark Kendall
5 days ago11 min read
The Claude Architect Exam-Day Mental Model: 15 Signals That Point to the Right Answer
The Claude Architect Exam-Day Mental Model: 15 Signals That Point to the Right Answer When you’re staring at two plausible answers on a Claude architecture question, don’t try to memorize another hundred facts. Instead, identify the architectural signal hidden in the scenario. Most questions are really asking: What responsibility belongs to what mechanism? Once you recognize that responsibility, the answer often becomes surprisingly obvious. Here is a practical mental model f
Mark Kendall
Aug 147 min read
“Keep engineering evidence connected to the intent.”
For the registry Beacon, the job was: “Keep engineering evidence connected to the intent.” For fault tolerance and observability, I’d define a second category: Reliability Beacon — an intent-aware service that watches runtime behavior, detects when reality is moving away from the intended operating condition, and helps the system recover or escalate. That gives you a practical implementation of the book’s fault-tolerance/observability material instead of leaving it as archite
Mark Kendall
Aug 114 min read
Home: Blog2
Home: Subscribe

Contact
Home: Contact
bottom of page