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
The First 30 Minutes with Claude Code: Why the Best Engineers Don’t Start by Writing Code
The First 30 Minutes with Claude Code: Why the Best Engineers Don’t Start by Writing Code One of the biggest misconceptions about AI-assisted software development is that success comes from writing the perfect prompt. It doesn’t. During a recent workshop, Boris Cherny—the creator of Claude Code—shared a series of onboarding habits used internally at Anthropic. Surprisingly, almost none of them were about clever prompting. Instead, they focused on understanding the codebase, c
Mark Kendall
1 hour ago4 min read
Intent + GitHub Copilot: Why Intent Is Becoming the New Programming Language Repository
Intent + GitHub Copilot: Why Intent Is Becoming the New Programming Language Repository https://github.com/kendallmark3/intent-with-copilot The AI Isn’t the Secret Over the last few weeks, I’ve been experimenting with GitHub Copilot, Claude Code, and Cursor. Like many developers, I initially assumed the biggest productivity gains would come from choosing the “best” AI coding assistant. I was wrong. The biggest improvement came from something much simpler: Giving the AI a clea
Mark Kendall
9 hours ago3 min read
# How to Use Cursor for Enterprise Development Work (The Intent-Driven Way)
# How to Use Cursor for Enterprise Development Work (The Intent-Driven Way) Most people open Cursor and start typing prompts into the chat panel. That works fine for a weekend project. It falls apart in an enterprise codebase, where “just build it” produces code nobody can trace back to a requirement, review, or business outcome. The fix isn’t a better prompt. It’s a repository that tells Cursor how your organization actually wants work to happen before a single line of code
Mark Kendall
12 hours ago3 min read
Don’t Spend Any Token Before It’s Time
Don’t Spend Any Token Before It’s Time A Practical Principle for Intent-Driven Engineering AI has made it incredibly easy to generate software. That does not mean we should generate it immediately. One of the biggest mistakes organizations make with AI-assisted development is assuming that more context, more prompts, more agents, and more generated code automatically produce a better result. They do not. Every token should have a purpose. Every retrieval should answer a quest
Mark Kendall
19 hours ago11 min read
The Enterprise AI Question Every CTO Should Be Asking
The Enterprise AI Question Every CTO Should Be Asking How do we make AI-generated software development repeatable, auditable, governed, and scalable across thousands of developers? As organizations adopt AI coding assistants, many focus on the model itself. That is the wrong place to start. The real challenge isn’t selecting the best AI model. The challenge is creating an operating model that allows hundreds or thousands of developers to produce consistent, high-quality softw
Mark Kendall
2 days ago2 min read
Intent Driven Engineering aligns perfectly with Claude Code Docs
This is an excellent update from Anthropic, and it actually validates many of the enterprise patterns we’ve been developing for Intent-Driven Engineering. A few sections stand out as especially important if your goal is to become a top-tier Claude Code architect. The biggest architectural changes 1. Context is the primary engineering resource ⭐⭐⭐⭐⭐ This is probably the single most important statement in the document. Instead of thinking about: CPU → Memory → Disk Claude Code
Mark Kendall
3 days ago3 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 days 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
6 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
Jul 303 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
Jul 303 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
Jul 293 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
Jul 283 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
Jul 283 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
Jul 283 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
Home: Blog2
Home: Subscribe

Contact
Home: Contact
bottom of page