top of page

Demo.png

Woman with Headphones

In the Woods

Demo.png
Spring Time
Modern Software Solutions
“Everyday can be a better day in Software Engineering”
Home: Welcome
Search
Chapter 3
The "Agentic Operating System" (AOS) marks a shift from treating AI as a chatbot to treating it as runtime infrastructure. To move from "experiment" to "enterprise," the architecture must move away from non-deterministic "black boxes" and toward a structured, layered stack. Here is a breakdown of the architectural layers and mandates required to implement this concept. 1. The Agentic OS Stack In a production-grade AOS, the LLM is merely the CPU (the reasoning engine). The "Op
Mark Kendall
Feb 192 min read
Chapter 2
Chapter 2: From Experimentation to Industrialization This chapter provides the foundational technical guidance required for enterprise AI architects to transition from "proof-of-concept" thinking to production-grade engineering. In the experimental phase, success is often defined by a single impressive output or a "magical" interaction. In the industrial phase, success is defined by consistency, safety, and the ability to scale without systemic collapse. To achieve this, we m
Mark Kendall
Feb 194 min read
Chapter 1
Chapter 1: The Enterprise AI Inflection Point The transition of Artificial Intelligence from experimental laboratory curiosity to core production infrastructure marks the "Enterprise AI Inflection Point." For the modern AI architect, this shift necessitates a departure from the "black box" mentality of early Large Language Model (LLM) implementations toward a rigorous, engineering-first framework. As defined by the architectural standards at learnteachmaster.org, AI systems m
Mark Kendall
Feb 193 min read
An Executive Framework for AI Adoption Without the Hype
Learn, Teach, Master AI An Executive Framework for AI Adoption Without the Hype A Corporate Management Perspective By Mark Kendall Pepperdine University – Management Lens Executive Summary Artificial Intelligence is not a technology initiative. It is a capital allocation decision. For corporations such as Best Buy , T-Mobile , financial institutions, healthcare providers, and enterprise service firms, AI should be evaluated not as a technical curiosity, but as an operating le
Mark Kendall
Feb 183 min read
Simpson’s Paradox and LLM Token Efficiency
Simpson’s Paradox and LLM Token Efficiency Why Aggregated Context Hurts Accuracy — and How to Fix It in Microservices Most engineers have heard of Simpson’s Paradox. Fewer engineers realize it’s happening every day inside their LLM calls. And even fewer realize it’s quietly costing them money. This article isn’t about hype. It’s about architecture discipline. What Is Simpson’s Paradox? Simpson’s Paradox is a statistical phenomenon where: A trend appears within separate groups
Mark Kendall
Feb 183 min read
Things to Consider in the AI Age
Things to Consider in the AI Age Everyone is talking about AI adoption. Budgets are being approved. Pilots are being launched. Tools are being purchased. After many years in IT — and many years as a software engineer and architect — here’s what I’m seeing: Most organizations are focusing on acceleration without addressing accumulation. And that’s where risk quietly grows. 1️⃣ AI Does Not Fix Entropy If your organization already has: Hundreds of repositories Duplicate business
Mark Kendall
Feb 182 min read
Reusing an Existing AWS API Gateway for EKS Microservices
Reusing an Existing AWS API Gateway for EKS Microservices A Practical, Empathetic Playbook for App Teams and Cloud Teams Modern cloud friction rarely comes from technology. It comes from ownership, governance, risk, and time pressure. If you’re running: An EKS cluster A VPC landing zone Microservices already reachable internally CI/CD pipelines working A shared AWS API Gateway already fronting Lambda … and now you need to expose EKS services through that same gateway — this a
Mark Kendall
Feb 184 min read
Do You Want to Be an AI Engineer
Do You Want to Be an AI Engineer? Can You Do This One Simple Thing? Everybody wants to be an AI engineer right now. The titles are flashy. The job descriptions are ridiculous. The salaries are intoxicating. “Build RAG systems.” “Fine-tune LLMs.” “Own the end-to-end lifecycle.” “Deploy scalable GenAI infrastructure.” Sounds powerful. But here’s the real question: Can you do one simple thing? 🔥 The 90-Day Test If you want to know whether you’re actually serious about becoming
Mark Kendall
Feb 172 min read
🧱 Enterprise Python Agent Template (Production-Ready)
🧱 Enterprise Python Agent Template (Production-Ready) This is not a toy LangChain script. This is a microservice-grade structure. 1️⃣ Repository Structure enterprise-agent/ │ ├── app/ │ ├── main.py # FastAPI entrypoint │ ├── config.py # Settings (Pydantic) │ │ │ ├── api/ │ │ ├── routes.py # HTTP endpoints │ │ └── schemas.py # Request/Response models │ │ │ ├── agent/ │ │ ├── orchestrator.py # La
Mark Kendall
Feb 163 min read
🚀 The AI-Age Dream Team (At the App Team Level)
🚀 The AI-Age Dream Team (At the App Team Level) I’ve been thinking a lot lately about what a high-performing application team should look like in the age of AI. Not a bloated org chart. Not hype about replacing engineers. Not “AI will solve everything.” Just a realistic, high-functioning dream team model. Here’s what I’m seeing. 1️⃣ The Systems Architect (North Star) Someone has to think 2–3 years ahead. Defines ingress/egress patterns Owns governance guardrails Aligns secur
Mark Kendall
Feb 162 min read
Implementing an AWS API Gateway
Implementing an AWS API Gateway Learn → Teach → Master Framework for Enterprise App & Cloud Teams By Mark Kendall | Learn · Teach · Master You do not implement an API Gateway by configuring routes. You implement it by defining a boundary. This framework keeps the team grounded using the 7 ± 2 principle — three architectural planes, each with no more than seven focus areas. Six weeks is enough — if you stay disciplined. 1️⃣ LEARN — Establish the External Boundary Mental Model:
Mark Kendall
Feb 163 min read
Enterprise Multi-Agent Architecture as Bounded Context
🧠 LEARN → TEACH → MASTER Enterprise Multi-Agent Architecture as Bounded Contexts We’re going to define three maturity contexts — not just skill levels, but architectural states. 1️⃣ LEARN Bounded Context: “Agent Experimentation Zone” This is where most enterprises are right now. [ User / Developer ] ↓ [ Prompt App / Copilot ] ↓ [ LLM API ] ↓ [ Basic RAG (Vector DB) ] Characteristics Prompt-driven Mostly stateless Minimal orchestration No strong govern
Mark Kendall
Feb 163 min read
The Three Planes of Success
The Three Planes of Success How Learn. Teach. Master. Aligns Executives, Leaders, and Engineering Teams Most organizations don’t fail because of lack of talent. They fail because thinking does not scale across levels. Executives speak in outcomes. Middle leaders speak in delivery. Engineers speak in implementation. And somewhere between those three layers, clarity fractures. Learn. Teach. Master. exists to align those planes. Not with more meetings. With cognitive systems. Pl
Mark Kendall
Feb 152 min read
🧠 Learn. Teach. Master.
🧠 Learn. Teach. Master. The Foundation of Cognitive Authority in the AI Age We are living in a time where information is infinite and clarity is rare. AI can generate answers. Search engines can retrieve data. Social feeds can simulate insight. But none of those create mastery. Mastery is not access to information. Mastery is disciplined thinking. Learn Teach Master is a framework for professionals who want durable cognitive authority — not trends, not noise, not borrowed op
Mark Kendall
Feb 152 min read
🧠 Stateful Agents: Why Our Python Agent Infrastructure Must Remember
🧠 Stateful Agents: Why Our Python Agent Infrastructure Must Remember By Mark Kendall We’re building our first Python-based control-plane agent. It starts simple: Microservice Endpoints DevOps pipeline Observability Eventually tied to an LLM But before we plug in intelligence, we need to talk about something more important: State. Because without state, agents don’t become intelligent. They become expensive. 🚨 The Problem: Stateless AI Creates Enterprise Risk In an enterpris
Mark Kendall
Feb 153 min read
How to Make AI Your Thinking Partner (Not Your Shortcut)
How to Make AI Your Thinking Partner (Not Your Shortcut) There’s a lot of noise around AI right now. Secret prompts. Prompt engineering courses. Markdown hacks. Clone frameworks. “Three prompts that bypass the internet.” I’ve watched them all. Some are useful. Most are packaging. But recently, I learned something more important than any prompt trick. AI isn’t powerful because of hidden commands. It’s powerful because of how you structure the conversation. And that changes eve
Mark Kendall
Feb 153 min read
Python in the Agentic Age A Systems-Level Guide for Developers Who Think Beyond Code
Python in the Agentic Ag A Systems-Level Guide for Developers Who Think Beyond Code Python developers are not going away. But the job is changing. We are no longer just writing functions and classes. We are designing systems where: Humans write code AI writes code Agents execute code Observability interprets code Policy governs code The question is no longer: “Is this function correct?” The question is: “Does this system remain understandable, safe, and evolvable?” That’s a d
Mark Kendall
Feb 143 min read
The 7 ± 2 Rule Chunking for Advanced Architecture Thinking
The 7 ± 2 Rule Chunking for Advanced Architecture Thinking There’s a quiet cognitive constraint that shapes every architecture decision we make. Most engineers never think about it. Most architects feel it — but rarely name it. It’s the “7 ± 2” rule. And if you understand it deeply, it changes how you design systems. The Human Constraint In 1956, psychologist George A. Miller proposed that the human mind can hold roughly 5 to 9 chunks of information in working memory at once.
Mark Kendall
Feb 143 min read
The Future of the App Team
The Future of the App Team The Future of the App Team A Vision for the Next Era of Engineering There’s a quiet shift happening inside engineering organizations. It’s not loud. It’s not theatrical. It’s not a headline about “AI replacing developers.” It’s structural. And if you’re paying attention, you can feel it. From Code Factories to Cognitive Platforms For the last 15 years, most enterprises organized themselves around domains: Payments team Customer team Orders team Inve
Mark Kendall
Feb 143 min read
This guide explains how to structure a production-ready AI agent using the Learn–Teach–Master architecture.
Implementing an AI agent microservice requires a shift from traditional "if-then" programming to an orchestrator-worker pattern. Below is a comprehensive developer's guide to implementing this framework. Developer Guide: Building Modular AI Agents This guide explains how to structure a production-ready AI agent using the Learn–Teach–Master architecture. 1. Core Philosophy: The Orchestrator Pattern Instead of writing a giant script, we separate concerns into four distinct laye
Mark Kendall
Feb 132 min read
Home: Blog2
Home: Subscribe

Contact
Home: Contact
bottom of page