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
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
22 hours 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
1 day 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
2 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
2 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
2 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
2 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
3 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
3 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
3 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
3 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
3 days ago10 min read
Claude Architect Certification Articles 55–60: The Architect’s Exam Mindset
Claude Architect Certification Articles 55–60: The Architect’s Exam Mindset This is the final article in the main Claude Architect certification preparation series. Article 60. That feels like the right number. Not because 60 articles makes anyone magically certified. Not because reading these posts replaces the official documentation, hands-on practice, or real architecture experience. But because 60 focused articles is enough to build a serious mental model. And that is wha
Mark Kendall
3 days ago7 min read
Claude Architect Certification Articles 50–54: Governance, Security, and the Safe Use of Claude Code
Claude Architect Certification Articles 50–54: Governance, Security, and the Safe Use of Claude Code At this point in the certification journey, we have talked a lot about what Claude Code can do. It can inspect a repo. It can plan. It can write code. It can run commands. It can use tools. It can work with subagents, hooks, skills, memory, MCP, and SDK-based workflows. That is powerful. But for an architect, power is never the whole story. The real question is: Can we safely
Mark Kendall
3 days ago8 min read
Claude Architect Certification Articles 45–49: From Intent to Pull Request to Release Decision
Claude Architect Certification Articles 45–49: From Intent to Pull Request to Release Decision At this point in the Claude Architect certification journey, we should be past the basic question of whether Claude Code can help us write software. Of course it can. That is not the architect-level question. The real question is: Can we design a repeatable delivery loop where Claude Code takes intent, understands the repo, makes safe changes, validates the result, captures evidence
Mark Kendall
3 days ago8 min read
Claude Architect Certification Articles 40–44: The Architecture Is Not the Tool — It Is the Loop
Claude Architect Certification Articles 40–44: The Architecture Is Not the Tool — It Is the Loop At this point in the certification journey, we should stop thinking about Claude Code as a smarter coding assistant. That is too small. For an architect, Claude Code is not just a prompt box. It is an operating environment. It can read a codebase, reason across files, use tools, delegate work, run commands, preserve project memory, call MCP servers, trigger hooks, apply skills, an
Mark Kendall
3 days ago7 min read
Claude Architect Certification Prep: Articles 37–40 Combined
Claude Architect Certification Prep: Articles 37–40 Combined The Exam Decision Matrix: Knowing When to Use Claude Chat, Claude Code, MCP, Agents, Hooks, Skills, and Human Approval At this stage in the certification series, we are past the vocabulary. We already know the major building blocks: Claude. Claude Code. MCP. Agents. Subagents. Hooks. Skills. Memory. Structured output. Context. Evidence. Human approval. But the real certification question is not: Do you know what the
Mark Kendall
4 days ago8 min read
Claude Architect Certification Prep: Articles 33–36 Combined
Claude Architect Certification Prep: Articles 33–36 Combined The Architect’s Core Skill: Turning Chaos Into an Executable System At this point in the certification journey, the exam is no longer just asking whether you know what Claude Code, MCP, tools, prompts, agents, and context windows are. It is testing whether you can architect with them. That is a different thing. A developer may ask, “Can Claude write the code?” An architect asks: What should Claude know? What should
Mark Kendall
4 days ago7 min read
Claude Code Certification Prep: Articles 29–32 Combined
Claude Code Certification Prep: Articles 29–32 Combined What You Need to Know About Hooks, Subagents, MCP, and Structured Outputs At this point in the certification journey, we are moving past the basic vocabulary. We are now in the architecture layer. This is where Claude Code stops being just a coding assistant and starts becoming part of a serious engineering operating model. These four areas matter a lot: Hooks. Subagents. MCP. Structured outputs. Each one solves a differ
Mark Kendall
5 days ago9 min read
Home: Blog2
Home: Subscribe

Contact
Home: Contact
bottom of page