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
We Don’t Bet on One AI. We Bet on Engineering.
We Don’t Bet on One AI. We Bet on Engineering. The Learn · Teach · Master Approach to AI Engineering Every few months, the technology industry gives us another reason to believe we have finally discovered THE way to build software with AI. A new model arrives. A new coding environment gets better. Agents become more capable. Skills appear. Hooks appear. MCP expands. Context engineering becomes a discipline. Orchestration frameworks multiply. Claude. GitHub Copilot. Cursor. Ge
Mark Kendall
8 hours ago7 min read
Stop Thinking About AI Features. Start Thinking About What Fires Them. Agents, Skills, Hooks, Tools and Workflows Finally Started Making Sense
Yes. The architecture pattern is portable, but the exact names, file formats, trigger semantics, and maturity differ by platform. GitHub Copilot is especially close now: its current docs explicitly describe custom agents, automatically selected subagents, automatically selected skills, deterministic lifecycle hooks, MCP servers, and orchestration. Stop Thinking About AI Features. Start Thinking About What Fires Them. Agents, Skills, Hooks, Tools and Workflows Finally Started
Mark Kendall
9 hours ago5 min read
Everyone Has “THE Way” to Build AI Now — Maybe That’s the Wrong Way to Think About It
Everyone Has “THE Way” to Build AI Now — Maybe That’s the Wrong Way to Think About It Spend five minutes on LinkedIn today and you can find the new way to build software with AI: Agent Engineering. Context Engineering. Harness Engineering. Flow Engineering. Spec-Driven Development. Agentic Engineering. And, yes, Intent-Driven Engineering. At first, this looks like another technology-industry naming contest. But beneath the terminology, serious practitioners are converging on
Mark Kendall
10 hours ago5 min read
Claude Code Plugins: The New Shared-Services Layer for Enterprise AI Development
Claude Code Plugins: The New Shared-Services Layer for Enterprise AI Development For decades, enterprise software organizations have solved the same fundamental problem: How do we build something useful once and make it safely reusable everywhere? In the Microsoft world, we had COM components, DLLs, assemblies, NuGet packages, shared libraries, SDKs, and internal package repositories. Then came APIs, microservices, shared cloud services, and platform engineering. Now AI-assis
Mark Kendall
2 days ago9 min read
Don’t Build One AI Platform: Build the Right Shared Services for Each One
Don’t Build One AI Platform: Build the Right Shared Services for Each One The Enterprise AI Problem Is Starting to Look a Lot Like Cloud Enterprise technology organizations have been here before. Twenty years ago, the question was: AWS, Azure, or Google Cloud? Eventually, most large organizations stopped trying to answer that question with a single winner. Instead, they established an approved portfolio. AWS could be supported. Azure could be supported. Google Cloud could be
Mark Kendall
2 days ago8 min read
The Intent-Driven Enterprise Is Here book released! AI Can Write the Code. The Bigger Question Is: Who Defines the Intent?
The Intent-Driven Enterprise Is Here AI Can Write the Code. The Bigger Question Is: Who Defines the Intent? For the last year, I’ve been working on a simple idea that has turned into something much bigger: What happens when we stop treating AI like a faster programmer and start designing engineering around intent? That idea became Intent-Driven Engineering. And now I’ve pulled the concepts, architecture, lessons, patterns, successes, failures, and practical techniques togethe
Mark Kendall
3 days ago4 min read
A one-page operating model for Claude Code architecture and CCA-F certification prep — synthesized from the last five LearnTeachMaster.org articles.
REFERENCE SHEET The Governed Agentic Architecture A one-page operating model for Claude Code architecture and CCA-F certification prep — synthesized from the last five LearnTeachMaster.org articles. The Core Idea The model is not the architecture. Claude Code can reason, inspect a repository, write code, and delegate work — but capability without structure leaves engineering value on the table. Two things solve this, and they are not the same thing: • Project structure tells
Mark Kendall
4 days ago3 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
5 days 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 days 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
5 days 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
6 days 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
6 days 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
6 days 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
6 days 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
Aug 199 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
Aug 1911 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
Aug 188 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
Aug 175 min read
Home: Blog2
Home: Subscribe

Contact
Home: Contact
bottom of page