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
Stop Asking Every Developer to Become an AI Expert
Stop Asking Every Developer to Become an AI Expert Why Enterprise AI Adoption Depends on a Layered Operating Model Over the past several months, I’ve had the opportunity to work with engineering organizations adopting AI-assisted software development. One pattern keeps emerging, regardless of the company, technology stack, or large language model (LLM) they choose. The biggest obstacle isn’t the AI. It’s the operating model. Many organizations unintentionally ask every featur
Mark Kendall
40 minutes ago3 min read
Stop Starting AI Projects with Code. Start with Intent.
Stop Starting AI Projects with Code. Start with Intent. Over the past year, I’ve written extensively about Intent-Driven Engineering—why intent matters, why enterprise context matters, and why AI-assisted software development needs a better operating model. The most common question I receive isn’t about Claude Code, GitHub Copilot, MCP servers, or prompt engineering. It’s much simpler. “Where do I actually start?” For a while, the answer was spread across dozens of articles c
Mark Kendall
5 hours ago3 min read
The Canonical Intent-Driven Engineering Repository
The Canonical Intent-Driven Engineering Repository The Repository Every New AI Project Should Start From The Canonical Intent-Driven Engineering Repository One of the questions I receive most often is surprisingly simple. “Where do I start?” Not: “How do I prompt Claude?” Not: “How do I use MCP?” Not: “How do I write better agents?” Instead… “What should my repository actually look like?” After building numerous AI-enabled delivery projects and experimenting with different la
Mark Kendall
6 hours ago4 min read
Intent Readiness: The Missing Layer Between Business Requests and AI Coding
Intent Readiness: The Missing Layer Between Business Requests and AI Coding Why the next engineering advantage won’t come from a better coding assistant—it will come from better engineering intent. Every week, a new AI coding assistant promises to generate code faster. Claude Code. GitHub Copilot. Cursor. Codex. Tomorrow there will be another. They’re all becoming increasingly capable. But they’re all limited by one thing: The quality of the engineering intent they’re given.
Mark Kendall
18 hours ago3 min read
You’re Not a Java Developer Anymore
You’re Not a Java Developer Anymore How Engineers Can Move Beyond a Single Technology Stack and Reposition Themselves for the AI Era For years, software engineers were encouraged to specialize. Become the Java developer. Become the .NET developer. Become the Angular developer. Become the Spring Boot expert, the React expert, the Python expert, or the cloud infrastructure specialist. That advice made sense when companies built stable technology teams around long-lived platform
Mark Kendall
1 day ago9 min read
How to Create an Intent File That Produces Better Results, Lower Costs, and Controlled Delivery
Everybody eventually asks the same question: How do you create a good intent file? Not a long prompt. Not a vague business request. Not a document filled with background material that leaves the agent guessing. A real intent file must do something much more important. It must tell the delivery system: What business outcome matters What must be built What “done” actually means What constraints must be respected What evidence must be produced What limits control cost and execut
Mark Kendall
3 days ago11 min read
When Claude Leaves the IDE
When Claude Leaves the IDE A Developer’s Guide to Agentic Loops, Harnesses, Orchestration, Hooks, and Subagents There is a growing problem in the way agentic development is being explained. Developers are told that to use Claude effectively, they need to understand: Agentic loops Stop reasons Tool execution Hooks Skills Subagents Coordinators Context passing Session state Orchestration Model Context Protocol Error propagation Human escalation Structured handoffs All of those
Mark Kendall
3 days ago11 min read
A Developer’s Guide to Claude Code in the IDE
A Developer’s Guide to Claude Code in the IDE Let Intent Lead. Let Claude Determine the Path. Most developers using Claude Code are not building an agentic system from scratch. They are not manually inspecting stop_reason. They are not writing an execution loop. They are not creating a coordinator, spawning subagents, wiring tool results back into the conversation, or controlling every internal step. They are working inside Visual Studio Code. They open a repository, describe
Mark Kendall
3 days ago11 min read
The Agentic Harness Is the Engine. Intent Is the Steering System.
The Agentic Harness Is the Engine. Intent Is the Steering System. Enterprise technology is entering a new phase. The first wave of generative AI focused on individual productivity. People used copilots to write code, summarize documents, generate tests, draft requirements, and accelerate routine work. The second wave focused on agents. Organizations began connecting models to tools, APIs, repositories, databases, ticketing systems, cloud platforms, and enterprise workflows. A
Mark Kendall
4 days ago8 min read
The Architect’s Master Plan for Preparing Senior Developers for Claude Certification
The Architect’s Master Plan for Preparing Senior Developers for Claude Certification Turning Certification Licenses into a Qualified Enterprise AI Architecture Team When an organization has access to Anthropic certification licenses, those licenses should not simply be distributed to anyone who expresses interest. A certification opportunity should be treated as an investment in the company’s future architecture capability. The objective is not merely to produce employees who
Mark Kendall
4 days ago13 min read
You Bought the AI Tools. Now Build the Operating Model.
You Bought the AI Tools. Now Build the Operating Model. Across the enterprise, the first phase of AI adoption has already happened. Developers have access to coding assistants. Teams are experimenting with agents. Pilots have been completed. Training sessions have been delivered. Repositories are being connected to AI tools, and engineering leaders are being asked to show results. The excitement is real. So is the pressure. Executives now want to know whether AI is improving
Mark Kendall
4 days ago10 min read
CLAUDE.md Is Not Documentation. It Is How Your Repository Teaches AI to Work.
Real Python’s tutorial gets the mechanics right. The more interesting story is that CLAUDE.md is not merely a configuration file—it is the beginning of a repo-level operating model for AI-assisted engineerin CLAUDE.md Is Not Documentation. It Is How Your Repository Teaches AI to Work. Claude Code can read thousands of files, trace dependencies, write tests, refactor services, and implement entire features. But it still does not automatically know how your team wants software
Mark Kendall
5 days ago8 min read
The History of Software, Languages, and a Few Tidbits
The History of Software, Languages, and a Few Tidbits Software engineering has a funny history. Every generation believes it has finally discovered the right language, the right architecture, the right database, the right methodology, and the right way to build systems. Then twenty years later, another generation arrives, looks at everything that came before it, and asks: Who built this mess? The answer, of course, is that we did. We built it one business requirement, one dea
Mark Kendall
7 days ago12 min read
The Future of Software Engineering Is Not More Code. It Is Executable Intent.
The Future of Software Engineering Is Not More Code. It Is Executable Intent. Software engineering is entering a strange and important phase. For the past several years, the industry has been flooded with increasingly powerful ways to generate code. We have seen prompt engineering, AI pair programming, vibe coding, specification-driven development, autonomous agents, repository-aware assistants, code generators, copilots, orchestration frameworks, and entire digital developme
Mark Kendall
7 days ago9 min read
Stephen Grider Is Showing the AI Industry How Technical Training Should Be Done
Stephen Grider Is Showing the AI Industry How Technical Training Should Be Done Great technology still needs someone who can teach people how to use it Artificial intelligence is moving quickly. Claude Code is moving quickly. Agentic engineering, Model Context Protocol, tool use, context management, skills, hooks, subagents, and AI-assisted software delivery are all advancing faster than most organizations can absorb them. That creates an enormous need for people who can stan
Mark Kendall
Jul 147 min read
The Intent-Driven Enterprise Needs an Operating Model
Why Intent-Driven Engineering Must Extend Far Beyond the Developer Intent-Driven Engineering first became visible inside software development. Developers began moving beyond isolated prompts and informal AI experimentation. They started capturing intent in durable files, giving AI agents the context required to inspect repositories, develop plans, implement bounded changes, run validations, and prepare software for human review. That was an important beginning. But it was onl
Mark Kendall
Jul 1412 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
Jul 136 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
Jul 137 min read
Home: Blog2
Home: Subscribe

Contact
Home: Contact
bottom of page