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
Intent Does Not Stop at the Pull Request
Intent Does Not Stop at the Pull Request Most conversations about intent-driven development focus on the moment software is created. A team describes what it wants. An AI coding tool interprets that intent. The system generates a plan, changes the code, runs tests, and prepares a pull request. That is important work. But it is only the first half of the story. Once the code has been written, it still has to be packaged, scanned, deployed, secured, observed, operated, scaled,
Mark Kendall
37 minutes ago6 min read
The Three Tenets of a Successful Claude Code Implementation
The Three Tenets of a Successful Claude Code Implementation Most companies do not fail with Claude Code because the technology is not capable. They fail because the implementation becomes too complicated. They launch pilots. They form committees. They debate tools. They compare models. They build dashboards. They schedule training. They create governance documents. They announce adoption targets. And yet, months later, the organization is still asking the same question: Why a
Mark Kendall
8 hours ago7 min read
AI Development Needs an Operating Model. That Operating Model Is Intent-Driven Engineering.
AI Development Needs an Operating Model. That Operating Model Is Intent-Driven Engineering. The first question I would ask when walking into an enterprise today is not: Which AI model are you using? It is not: How many developers have access to an AI coding assistant? And it is not: How much faster are your teams producing code? The first question is more fundamental: Where is your AI operating model? How are the teams organized? Who owns the process? What governs how AI is u
Mark Kendall
24 hours ago8 min read
45 Claude Code Tips Point to One Bigger Truth: Agentic Development Needs an Operating Model
45 Claude Code Tips Point to One Bigger Truth: Agentic Development Needs an Operating Model Every once in a while, a GitHub repository appears that does more than collect commands and shortcuts. It captures how an experienced practitioner actually works. That is what Y.K. Sugishita—known on GitHub as ykdojo—has created with: 40+ Claude Code Tips: From Basics to Advanced https://github.com/ykdojo/claude-code-tips The repository is practical, generous, continuously evolving, an
Mark Kendall
1 day ago8 min read
The Deterministic Mindset: How to Build Better AI Systems Without Overengineering Them
The Deterministic Mindset: How to Build Better AI Systems Without Overengineering Them The biggest mistake in modern AI architecture is not using too little AI. It is using too much. Once teams discover Claude, Claude Code, agents, subagents, MCP servers, skills, hooks, orchestration, tool calling, and multi-agent workflows, the temptation is immediate: Use all of it. Build the coordinator. Add the research agent. Add the validation agent. Add the security agent. Add the revi
Mark Kendall
1 day ago7 min read
Claude Certified Architect — Foundations: 60-Question Interactive Practice Exam
Claude Certified Architect — Foundations: 60-Question Interactive Practice Exam The Claude Certified Architect — Foundations exam is not simply a vocabulary test. It is a decision-making exam. You may know what a subagent is. You may understand MCP. You may have memorized the purpose of CLAUDE.md, Plan Mode, structured outputs, hooks, tools, retries, and context windows. But the real question is this: Can you choose the right architecture when several answers appear technical
Mark Kendall
1 day ago14 min read
The Intent-Driven Enterprise: The Operating Model Above Agentic AI
The Intent-Driven Enterprise: The Operating Model Above Agentic AI Something important happened when Forbes Technology Council published “The Rise of the Intent-Driven Enterprise.” Manish Garg, cofounder and chief product officer of Skan.ai, gave a larger enterprise audience language for a shift many of us have been building toward for years: moving beyond systems that merely store information, automate predefined processes, or respond to isolated prompts—and toward enterpris
Mark Kendall
3 days ago11 min read
Spec-Driven Development Is Winning. It Still Needs Someone to Run It.
Spec-Driven Development Is Winning. It Still Needs Someone to Run It. Something real is happening in enterprise software delivery. Over the last year, spec-driven development has moved from a niche engineering pattern into a serious enterprise conversation. The idea is simple, and it is right: stop asking AI to generate production software from loose prompts. Start giving it structured specifications that humans can review, systems can execute, and teams can measure. That shi
Mark Kendall
4 days ago6 min read
Intent Is Upstream of the Spec
Intent Is Upstream of the Spec Intent-Driven Engineering Spec-driven engineering asks what the software should do. Intent-driven engineering asks why — and that difference changes everything an agent builds. Mark Kendall · Intent-Driven Engineering Spec-driven engineering usually starts with a question: what should the software do? It’s a good question. It produces acceptance criteria, interfaces, edge cases, test plans. Most of modern software engineering discipline is built
Mark Kendall
4 days ago3 min read
What Every Spring Boot Developer Needs on Day One of a Node.js TypeScript Project
What Every Spring Boot Developer Needs on Day One of a Node.js TypeScript Project If you are coming from Spring Boot into a Node.js TypeScript project, relax. You are not starting over. You already understand services, controllers, dependency injection, REST APIs, DTOs, validation, configuration, logging, testing, and deployment. Those ideas still matter. The names are different. The runtime is different. The framework is lighter. The guardrails are not as automatic. That is
Mark Kendall
5 days ago11 min read
# Intent-Driven Engineering and Spec-Driven Development: Same Root, Different Trunk
# Intent-Driven Engineering and Spec-Driven Development: Same Root, Different Trunk GitHub, Amazon, and Anthropic just spent a year and real distribution money proving a thesis Learn Teach Master has been teaching since 2024. That’s not a threat. That’s the market doing the hard part of the work for you. ## The Industry Caught Up Spec-Driven Development is everywhere right now. GitHub Spec Kit has passed 90,000 stars. Amazon built Kiro from the ground up around it. Claude Cod
Mark Kendall
5 days ago3 min read
Claude Code File Structure: What All Those Folders Are Really For
Claude Code File Structure: What All Those Folders Are Really For When people first initialize or extend Claude Code inside a repo, they often see a handful of new files and folders show up: .claude/ .mcp.json CLAUDE.md .claude/settings.json .claude/skills/ .claude/agents/ .claude/rules/ .claude/commands/ .claude/hooks/ and sometimes local or hidden settings files. To a new engineer, this can feel like magic. To an enterprise team, it cannot stay magic. If we are going to use
Mark Kendall
5 days ago12 min read
Token Optimization Lead Checklist
Token Optimization Lead Checklist Use this checklist as the starting operating model for reducing AI waste without slowing engineering delivery. 1. Route the Work Correctly Before a developer opens Claude Code, ask: Does this task require repository context? Does the AI need to inspect files, run tests, modify code, or prepare a PR? Is this just research, learning, summarization, writing, or brainstorming? Could this be handled in standalone ChatGPT, Claude Chat, Gemini, or a
Mark Kendall
5 days ago5 min read
Coming Soon: The Learn, Teach, Master Intent-Driven Engineering Guild
Coming Soon: The Learn, Teach, Master Intent-Driven Engineering Guild There is a new class of engineer and architect forming right now. Not the prompt hobbyist. Not the person who knows a few AI tricks. Not the developer who says, “I used Claude once and it wrote a component for me.” I’m talking about the people who are learning how to use Anthropic Claude Code, intent-driven engineering, repo-aware automation, agents, skills, hooks, MCP servers, evidence loops, production ob
Mark Kendall
6 days ago3 min read
The Intent-Driven Architect: The Modern AI Career Hiding in Plain Sight
The Intent-Driven Architect: The Modern AI Career Hiding in Plain Sight There is a lot of noise right now around the “AI developer,” the “AI engineer,” the “prompt engineer,” and now even the “intent-driven developer.” That is fine. Every movement starts somewhere. But let’s be honest. The intent-driven developer is only one slice of the pie. It is the person writing better instructions, shaping better feature files, guiding agents, and helping AI understand what should be bu
Mark Kendall
6 days ago5 min read
The Adapter Flag Problem: How One Boolean Can Break an Enterprise Service Flow
The Adapter Flag Problem: How One Boolean Can Break an Enterprise Service Flow In enterprise integration, adapters are supposed to make life easier. They sit between systems. They normalize APIs. They translate payloads. They hide downstream complexity. They let one platform talk to another platform without every team having to understand every downstream contract. That is the theory. In practice, adapters can become one of the most dangerous parts of the architecture. Especi
Mark Kendall
6 days ago11 min read
How to Prevent Kafka Rebalancing from Taking Down Your Whole System
How to Prevent Kafka Rebalancing from Taking Down Your Whole System Kafka rebalancing is one of those problems that looks like a DevOps issue when pods start dying, looks like an application issue when consumers stop polling, looks like a Helm issue when environment values differ, and looks like a Kafka issue when partitions start moving around. In reality, it is usually all of the above. In a successful project, this kind of issue often appears late. Dev works. UAT mostly wo
Mark Kendall
6 days ago12 min read
Claude Architect Certification: The 60-Article Field Guide
Claude Architect Certification: The 60-Article Field Guide This is the capstone. Sixty articles. One preparation arc. The goal was never to memorize random Claude Code features. The goal was to build an architect’s mental model. That is the whole game. A developer asks: “Can Claude build this?” An architect asks: “Can Claude build this safely, repeatedly, with the right context, the right controls, the right evidence, and a clear delivery decision?” That is the mindset. That
Mark Kendall
6 days ago10 min read
Home: Blog2
Home: Subscribe

Contact
Home: Contact
bottom of page