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
Mastering Enterprise AI Architecture A Repeatable Workflow for Turning Business Intent into Production Software
Mastering Enterprise AI Architecture A Repeatable Workflow for Turning Business Intent into Production Software Prompt engineering is no longer enough. As AI becomes a standard part of enterprise software delivery, the question has shifted from “How do I write better prompts?” to “How do I build a repeatable engineering workflow that consistently delivers production-ready results?” That distinction matters. Many developers still think of AI as a chatbot that answers questions
Mark Kendall
3 hours ago4 min read
Claude Architect Expert Mode: The 8 Advanced Patterns That Separate Builders from Architects
Claude Architect Expert Mode: The 8 Advanced Patterns That Separate Builders from Architects If you’ve mastered Claude Code basics—CLAUDE.md, Plan Mode, Skills, Hooks, MCP, and structured outputs—you’ve reached an important milestone. But passing the Claude Architect exam and succeeding in enterprise AI requires something more. It requires thinking like an architect. Architects don’t simply ask Claude to generate code. They design systems that are reliable, secure, maintainab
Mark Kendall
2 days ago4 min read
Prompt Chaining: The Enterprise Architect’s Guide to Building Reliable AI Workflows
Prompt Chaining: The Enterprise Architect’s Guide to Building Reliable AI Workflows One of the biggest misconceptions in enterprise AI is that better results come from writing bigger prompts. They don’t. The most successful AI architects rarely rely on one massive prompt containing hundreds of lines of instructions. Instead, they decompose complex work into a series of focused, deterministic steps. This approach is called Prompt Chaining, and it’s one of the most valuable tec
Mark Kendall
4 days ago3 min read
Claude Code Foundations: The Core Features Every Enterprise Architect Must Master
Claude Code Foundations: The Core Features Every Enterprise Architect Must Master If you’re preparing for the Claude Certified Architect – Foundations exam, it’s easy to become overwhelmed by the terminology. Hooks, Slash Commands, MCP Servers, Plan Mode, Prompt Chaining, Skills—the names can blur together. The key is to stop memorizing features and start understanding why each one exists. Every feature solves a different enterprise problem. Once you understand that purpose,
Mark Kendall
4 days ago3 min read
Claude Certified Architect: Welcome to Expert Mode
Claude Certified Architect: Welcome to Expert Mode If you’ve made it through the fundamentals, congratulations. You’re no longer preparing to use Claude Code—you’re preparing to think like an AI architect. That distinction matters. The Claude Certified Architect exam isn’t designed to test whether you know a list of commands. It’s designed to evaluate how you solve problems, structure workflows, govern AI systems, and make architectural decisions in enterprise environments. T
Mark Kendall
5 days ago3 min read
You Don’t Need to Master Claude. You Need to Master Your Delivery System.
You Don’t Need to Master Claude. You Need to Master Your Delivery System. By Mark Kendall Every day my LinkedIn feed is filled with posts promising to teach me how to “Master Claude” in a week. Most of them have beautiful graphics. Some have clever prompts. A few have genuinely useful advice. Recently I came across one that was actually pretty good. It talked about using Projects, persistent instructions, connectors, context packs, and automation. That’s all solid guidance. B
Mark Kendall
7 days ago3 min read
Enterprise Claude Code Starter Kit
Enterprise Claude Code Starter Kit Every successful enterprise AI rollout starts with consistency. An Enterprise Claude Code Starter Kit provides every repository with the same proven foundation, allowing developers to focus on delivering business value instead of configuring tooling. Directory Structure enterprise-starter-kit/ │ ├── CLAUDE.md ├── README.md ├── .mcp/ │ ├── config.json │ └── servers.json │ ├── .claude/ │ ├── commands/ │ │ ├── plan.md │ │ ├── impl
Mark Kendall
7 days ago3 min read
Three Weeks Until My Claude Certified Architect Exam: Here’s What I Know
Three Weeks Until My Claude Certified Architect Exam: Here’s What I Know So Far: There are now just three weeks left until I sit for the Claude Certified Architect exam. Rather than cramming during the last few days, I’ve been taking a different approach. Every day I spend a little time reviewing the material, answering practice questions, building real projects, and teaching the concepts back through blogs and demonstrations. Something interesting has happened. I’ve stopped
Mark Kendall
7 days ago3 min read
Beyond the Claude Code Roadmap
Beyond the Claude Code Roadmap From Coding Workflow to Enterprise AI Delivery Scene: A dramatic futuristic command center with a glowing blue/orange theme. A winding digital road starts on the left labeled Business Intent and ends on the right labeled Customer Value. Along the road are illuminated milestones: Intent Repository Context CLAUDE.md Plan Mode MCP Connectors Subagents Skills Hooks Validation Pull Request Deployment Observability Customer Feedback Delta Intent On th
Mark Kendall
Jul 271 min read
Stop Measuring Developers. Start Measuring Delivery.
Before AI, companies hired developers. Today, many companies are hiring AI tools. Tomorrow, the winners will build AI delivery systems. Stop Measuring Developers. Start Measuring Delivery. The AI Industry Is Solving the Wrong Problem For the past year I’ve watched the AI industry race toward one goal: “Make developers code faster.” It’s a worthwhile goal. It’s also the wrong one. Customers don’t buy code. Executives don’t buy pull requests. Shareholders don’t buy prompts. The
Mark Kendall
Jul 273 min read
From RAG to Intent-Driven Engineering: The Next Evolution of Enterprise AI
From RAG to Intent-Driven Engineering: The Next Evolution of Enterprise AI Over the past two years, Retrieval-Augmented Generation (RAG) has become the default architecture for enterprise AI. It solved one of the biggest challenges facing large language models: grounding responses in trusted enterprise data instead of relying solely on the model’s training. RAG was—and still is—a major step forward. But if your goal is simply to answer questions, RAG is enough. If your goal i
Mark Kendall
Jul 263 min read
Intent-Driven Engineering: Building on the Foundation of Spec-Driven Development
Intent-Driven Engineering: Building on the Foundation of Spec-Driven Development Spec-Driven Development gave us discipline. Intent-Driven Engineering gives us adaptability. For years, software teams have relied on specifications as the primary contract between business stakeholders and engineering. A well-written specification provides clarity, establishes scope, and reduces ambiguity before implementation begins. That discipline has helped countless organizations deliver su
Mark Kendall
Jul 253 min read
Stop Posting AI Pictures. Start Shipping AI Plugins.
Stop Posting AI Pictures. Start Shipping AI Plugins. Build a Real Claude Code Plugin in Under an Hour Every day my LinkedIn feed is filled with impressive AI-generated architecture diagrams. Clouds. Agents. Robots. Neural networks. Futuristic dashboards. They look great. But here’s my question: Where’s the code? Where’s the repository someone can clone? Where’s the README? Where’s the working example? If we’re going to help developers adopt AI, we need to do more than create
Mark Kendall
Jul 243 min read
Is Your Company Deploying Forward-Deployed Engineers—or Just Renaming Consultants?
Is Your Company Deploying Forward-Deployed Engineers—or Just Renaming Consultants? Enterprise AI doesn’t need another title. It needs people who leave behind capability. Over the past year, one term has become increasingly common across the consulting industry: Forward-Deployed Engineer (FDE). It’s a compelling concept. Instead of consultants spending months interviewing stakeholders and producing PowerPoint presentations, forward-deployed engineers embed directly with custom
Mark Kendall
Jul 243 min read
Intent-Driven Engineering Meets Graph Engineering
Intent-Driven Engineering Meets Graph Engineering Why the Future of Enterprise AI Needs Both Over the past year, the AI engineering community has evolved at an incredible pace. First it was prompt engineering. Then RAG. Then agentic workflows. Then MCP servers. Then skills, hooks, and sub-agents. Now the conversation is rapidly shifting toward Graph Engineering—the idea that instead of building one intelligent agent, we build an entire graph of specialized agents that collabo
Mark Kendall
Jul 233 min read
From Jira Story to Production in Three Days or Less
From Jira Story to Production in Three Days or Less How Enterprise Shared Services Can Transform AI-Assisted Software Delivery By Mark Kendall For the past several months, I’ve been helping enterprise engineering organizations adopt AI-assisted development with Claude Code. One question keeps surfacing from engineering leaders: “Can we start with a Jira story and automatically produce a high-quality pull request?” Not “Can AI write code?” We already know it can. The real ques
Mark Kendall
Jul 234 min read
Studying for the Anthropic Claude Certified Architect Exam? Build Your Own AI Tutor.
Studying for the Anthropic Claude Certified Architect Exam? Build Your Own AI Tutor. One of the biggest challenges with technical certifications isn’t finding information. It’s retaining it. The Anthropic Claude Certified Architect exam covers much more than prompt engineering. It expects you to understand Claude Code workflows, context management, CLAUDE.md hierarchy, settings precedence, MCP integration, skills, hooks, enterprise governance, and practical architectural deci
Mark Kendall
Jul 232 min read
Claude Certified Architect: The 24-Hour Exam Cram Guide
Claude Certified Architect: The 24-Hour Exam Cram Guide The commands, concepts, and workflows that matter most. Over the past several months, I’ve spent a great deal of time working with engineering teams adopting Claude Code in enterprise environments. One observation keeps coming up. Many engineers worry that they need to memorize every command, every keyboard shortcut, and every configuration option. You don’t. To be successful with Claude Code—and to pass the Claude Certi
Mark Kendall
Jul 234 min read
Home: Blog2
Home: Subscribe

Contact
Home: Contact
bottom of page