The Verification Bottleneck: Why AI's Real Cost Is Human Attention
AI scales execution to near-zero cost. But verifying that output stays biologically bounded. The bottleneck was never intelligence. It's human verification bandwidth.
AI scales execution to near-zero cost. But verifying that output stays biologically bounded. The bottleneck was never intelligence. It's human verification bandwidth.
READ THE LATEST →
If AI scales execution and verification is the bottleneck, the winning move is to make verification cheaper. Here are the patterns that actually work.
Container registries store bytes. They don't know what's inside. The Agent Registry is a governance layer for AI agents, skills, and MCP servers, built on A2A AgentCard, MCP server.json, and Agent Skills as native identity formats.
Six gateway architectures for AI agents, ranked from full control plane to no gateway at all. Interactive diagrams with animated data flows.
Every agent team rebuilds the same auth, rate limiting, and credential management. I built an agent gateway for Kubernetes that generates it all from two CRDs so the people building agents never touch security and the people running the platform never touch agent code.
56 of 56 posts
AI coding agents pulled developers back to the terminal. But the data says the real split isn't CLI versus GUI. It's about what you're doing.
The builder model is appealing and mostly wrong. Faster building means more need for someone deciding what to build, not less.
n8n is good at workflow automation. But when your workflows touch internal models and sensitive data, you need it on the same cluster. Here's how to deploy n8n on OpenShift and wire it into vLLM and OpenShift AI.
Decoding MCP's Technology, Market Impact, and Potential as a Foundational AI Standard.
Sifting Through 2024, Gazing at 2025
Prepare for the Next Wave of (Generative) AI
Moving Beyond the Hack Towards Robust and User-Friendly Language Models
Understanding the key trends and opportunities.
Invent on the customer's behalf
A Framework for Building Great AI Products
Do the right thing!
Exploring Innovation Lifecycles through the Lens of AI
Understanding the AI Market Dynamics, to be or not to be!
From Ancient Dreams to Modern Realities
Analyzing the Impact of External factors on NVIDIA's Market Cap
A detailed mindmap explaining pretraining and finetuning
Navigating the Nuances of Platforms + Strategies for Success
When should a startup create a Platform team? And when they do, should they build everything from scratch or buy off-the-shelf solutions?
If you are curious how sandboxed containers look like from the inside compared to normal containers, this thread will be covering the basics. {{<audio...
An interactive overview of Kata Containers architecture end-to-end, from the CRI runtime to the lightweight VM boundary.
I recently watched an interesting interview from one of the best minds in computer science, Donald Knuth, author of the six-volume series "The Art of Computer...
Recently I have been trying to wrap my head around what has been happening in the kubernetes runtime space, doing so made me realize that alot has happened and...
Docktorino is a real-time continious testing tool for your docker builds, helping you containerize with confidence! When building Docker images it is sometimes...
DOCKument is a tool that helps you auto-generate documentation for your Dockerfiles and Docker images the way you would an API. Matthias Lübken gave an example...
Kubernetes has been taking over the container orchesteration stage for sometime now, it has a large community and a great set of tooling and contributers...
I am walking across the office corridor right after the weekend, I push my mouth wide open to both of its ends, nod my head and give a friendly smile, what do...
In this post we will be covering eBPF concepts, as well as challenges faced when applying network policies for microservices and how these challenges can be...
Alright, so recently I decided to use sensor for different applications. Sensors are a great way to hear, see, and even feel things that we as humans can't see...
OCI, Containerd, runC, Moby, linuxkit are all relatively new components that work together for building containers. In this post we will explain each component...
As you might know already Docker is now the defacto standard for containers. It is being used as the run-time for many clustering frameworks. Therefore, I...
I have received many questions about a new project that I have created called GoSayan, so I decided to write a blog post about it. Needless to say that GoSayan...
Welcome to "Go Recipes For the Lost" post, this is a live post, it won't ever be done as long as I am writing go code. The intention here is to share with you...
Microservices are decoupled components that follows the Single Responsibility Principle (SRP), that is, a component does one thing but does it really well. In...
In this post we will walk through the definitions, Properties and patterns for building Microservices. A microservice is really just a service that adheres to...
Have you ever tried to spend sometime alone somewhere, thinking about nothing, just letting your absolute self talk to you. I have, and it feels...
As a young kid, I strived for being good at school, for being the best at the swimming club, for getting high honors, and most importantly for being recognized...
Okay, so I am going to try and make this brief and to the point for you to get going. You need a Kubernetes cluster working with Kubeadm? good you are in the...
In today's virtual network architecture, NFV is paving the way to become to defacto standard for providing network services in the cloud. NFV relies on Service...
We tend to have a very narrow perspective when it comes to defining happiness. Some people think that happiness is where "happy" people are. Truth is, it has...
In this post, we are going take a quick look at how OpenStack does networking, along the process we are going to mention the important agents involved. <ul...
So having problems using SSH to log into your servers? don't fret, I am writing this to make your life easier. There are two ways to use SSH, one using...
Welcome to the Software-Define Stack Series, this will be an extensive series, exploring the software-defined aspects behind OpenStack and digging deeper into...
The formal definition for CloudArray is: “EMC-Cloud Array is a data storage software technology that easily integrates cloud (object) storage into traditional...
Okay, so recently I have had the chance to play around with vRealize Automation (vRA). Therefore, I am using this chance to share with you the outcomes of this...
I have recently had the chance to do some reading on VMware NSX. I come from a networking background Intertwined with software, previously I have had a chance...
IT Manager, Ops, and network administrators suffer today from the complex approaches being followed towards network operations which gives no space for...
Recently any technologies started making use of virtualization, therefore, it is important to be familiar with the underlying concepts. In this article, the...
Recently any technologies started making use of virtualization, therefore, it is important to be familiar with the underlying concepts. In this article, the...
The IP network was a network that was designed to be best effort, and wasn’t designed to support complex functionalities such as address translation, tunneling...
Software Defined Networking (SDN) is a concept that rooted back to the last decade, yet only flourished nowadays. SDN started by a proof of concept and ended...
Current networking architectures are quite different from the Original Internet as we know it, they are hungry for services and applications that can’t be...
Current networking architectures are quite different from the Original Internet as we know it, they are hungry for services and applications that can’t be...
To understand SDN, it is recommended to understand the stack of technologies the led to it. This presentation (the first quick presentation I did on SDN)...
61 of 61 posts
AI scales execution to near-zero cost. But verifying that output stays biologically bounded. The bottleneck was never intelligence. It's human verification bandwidth.
If AI scales execution and verification is the bottleneck, the winning move is to make verification cheaper. Here are the patterns that actually work.
Container registries store bytes. They don't know what's inside. The Agent Registry is a governance layer for AI agents, skills, and MCP servers, built on A2A AgentCard, MCP server.json, and Agent Skills as native identity formats.
Six gateway architectures for AI agents, ranked from full control plane to no gateway at all. Interactive diagrams with animated data flows.
Every agent team rebuilds the same auth, rate limiting, and credential management. I built an agent gateway for Kubernetes that generates it all from two CRDs so the people building agents never touch security and the people running the platform never touch agent code.
AI coding agents pulled developers back to the terminal. But the data says the real split isn't CLI versus GUI. It's about what you're doing.
The builder model is appealing and mostly wrong. Faster building means more need for someone deciding what to build, not less.
n8n is good at workflow automation. But when your workflows touch internal models and sensitive data, you need it on the same cluster. Here's how to deploy n8n on OpenShift and wire it into vLLM and OpenShift AI.
Decoding MCP's Technology, Market Impact, and Potential as a Foundational AI Standard.
RAG is dead, Long-Live RAG
Sifting Through 2024, Gazing at 2025
Prepare for the Next Wave of (Generative) AI
Moving Beyond the Hack Towards Robust and User-Friendly Language Models
Understanding the key trends and opportunities.
With Great Power Comes Great Responsibility
Invent on the customer's behalf
A Framework for Building Great AI Products
Do the right thing!
Exploring Innovation Lifecycles through the Lens of AI
Understanding the AI Market Dynamics, to be or not to be!
From Ancient Dreams to Modern Realities
Analyzing the Impact of External factors on NVIDIA's Market Cap
A detailed mindmap explaining pretraining and finetuning
From Novice to Apprentice
Navigating the Nuances of Platforms + Strategies for Success
When should a startup create a Platform team? And when they do, should they build everything from scratch or buy off-the-shelf solutions?
If you are curious how sandboxed containers look like from the inside compared to normal containers, this thread will be covering the basics. {{<audio...
An interactive overview of Kata Containers architecture end-to-end, from the CRI runtime to the lightweight VM boundary.
I recently watched an interesting interview from one of the best minds in computer science, Donald Knuth, author of the six-volume series "The Art of Computer...
Recently I have been trying to wrap my head around what has been happening in the kubernetes runtime space, doing so made me realize that alot has happened and...
Docktorino is a real-time continious testing tool for your docker builds, helping you containerize with confidence! When building Docker images it is sometimes...
DOCKument is a tool that helps you auto-generate documentation for your Dockerfiles and Docker images the way you would an API. Matthias Lübken gave an example...
Kubernetes has been taking over the container orchesteration stage for sometime now, it has a large community and a great set of tooling and contributers...
I am walking across the office corridor right after the weekend, I push my mouth wide open to both of its ends, nod my head and give a friendly smile, what do...
In this post we will be covering eBPF concepts, as well as challenges faced when applying network policies for microservices and how these challenges can be...
Alright, so recently I decided to use sensor for different applications. Sensors are a great way to hear, see, and even feel things that we as humans can't see...
OCI, Containerd, runC, Moby, linuxkit are all relatively new components that work together for building containers. In this post we will explain each component...
As you might know already Docker is now the defacto standard for containers. It is being used as the run-time for many clustering frameworks. Therefore, I...
I have received many questions about a new project that I have created called GoSayan, so I decided to write a blog post about it. Needless to say that GoSayan...
Welcome to "Go Recipes For the Lost" post, this is a live post, it won't ever be done as long as I am writing go code. The intention here is to share with you...
Microservices are decoupled components that follows the Single Responsibility Principle (SRP), that is, a component does one thing but does it really well. In...
In this post we will walk through the definitions, Properties and patterns for building Microservices. A microservice is really just a service that adheres to...
Have you ever tried to spend sometime alone somewhere, thinking about nothing, just letting your absolute self talk to you. I have, and it feels...
As a young kid, I strived for being good at school, for being the best at the swimming club, for getting high honors, and most importantly for being recognized...
Okay, so I am going to try and make this brief and to the point for you to get going. You need a Kubernetes cluster working with Kubeadm? good you are in the...
In today's virtual network architecture, NFV is paving the way to become to defacto standard for providing network services in the cloud. NFV relies on Service...
We tend to have a very narrow perspective when it comes to defining happiness. Some people think that happiness is where "happy" people are. Truth is, it has...
In this post, we are going take a quick look at how OpenStack does networking, along the process we are going to mention the important agents involved. <ul...
So having problems using SSH to log into your servers? don't fret, I am writing this to make your life easier. There are two ways to use SSH, one using...
Welcome to the Software-Define Stack Series, this will be an extensive series, exploring the software-defined aspects behind OpenStack and digging deeper into...
The formal definition for CloudArray is: “EMC-Cloud Array is a data storage software technology that easily integrates cloud (object) storage into traditional...
Okay, so recently I have had the chance to play around with vRealize Automation (vRA). Therefore, I am using this chance to share with you the outcomes of this...
I have recently had the chance to do some reading on VMware NSX. I come from a networking background Intertwined with software, previously I have had a chance...
IT Manager, Ops, and network administrators suffer today from the complex approaches being followed towards network operations which gives no space for...
Recently any technologies started making use of virtualization, therefore, it is important to be familiar with the underlying concepts. In this article, the...
Recently any technologies started making use of virtualization, therefore, it is important to be familiar with the underlying concepts. In this article, the...
The IP network was a network that was designed to be best effort, and wasn’t designed to support complex functionalities such as address translation, tunneling...
Software Defined Networking (SDN) is a concept that rooted back to the last decade, yet only flourished nowadays. SDN started by a proof of concept and ended...
Current networking architectures are quite different from the Original Internet as we know it, they are hungry for services and applications that can’t be...
Current networking architectures are quite different from the Original Internet as we know it, they are hungry for services and applications that can’t be...
To understand SDN, it is recommended to understand the stack of technologies the led to it. This presentation (the first quick presentation I did on SDN)...