Agentic-Ai

7 min read

Zero Token Architecture: Getting the Model Out of the Hot Path

My homelab runs a daily report agent every morning. It pulls from a handful of sources, works out what changed overnight, and leaves a summary waiting before I’ve opened the laptop. I built it …

Read More: Zero Token Architecture: Getting the Model Out of the Hot Path

5 min read

Stop Chasing the Best AI Model. Start Defining the Problem Better!

During an agentic coding session, my AI assistant hit an accuracy wall on a classification task and decided to swap models.

Read More: Stop Chasing the Best AI Model. Start Defining the Problem Better!

8 min read

100% Coverage, and the Service Still Failed

The 80% code coverage bar has been the industry’s comfort blanket for over a decade. Teams set it as a CI gate, PRs get blocked if they dip below it, and everyone sleeps a little better knowing …

Read More: 100% Coverage, and the Service Still Failed

11 min read

Multi-Vector Multimodal RAG - The Upgrade Your RAG Pipelines Need

I was building a document search system when something odd happened. The retrieval scores looked fine - cosine similarities in the 0.85+ range, top-5 results all semantically relevant. But the LLM …

Read More: Multi-Vector Multimodal RAG - The Upgrade Your RAG Pipelines Need

15 min read

I Built 2 Multi-Agent Systems - Here's What I Learned About the Architecture

Enterprise adoption of multi-agent AI surged from 23% in 2024 to 72% in 2026. The market is projected to reach $52 billion by 2030. Yet between 41% and 87% of multi-agent LLM systems fail in …

Read More: I Built 2 Multi-Agent Systems - Here's What I Learned About the Architecture

9 min read

The Three Layers of AI Transformation

Singapore just established a National AI Council chaired by Prime Minister Wong, committed over S$1 billion to AI research and development, and set a target to train 100,000 workers to become …

Read More: The Three Layers of AI Transformation

6 min read

The Hard Truth About OpenClaw

Every few months, a new open-source AI framework captures the collective imagination of the tech community. Right now, that spotlight belongs to OpenClaw. Forums light up with screenshots, YouTube …

Read More: The Hard Truth About OpenClaw

5 min read

To Vibe or Not To Vibe

You know the feeling. Late night, fresh idea buzzing, your AI coding companion humming along. You describe a function, sketch a UI, and poof - lines of code bloom onto the screen. Features materialize …

Read More: To Vibe or Not To Vibe

5 min read

MCP Explained from Inside Out

I was running a local AI agent on my homelab when I hit a familiar wall. I asked it to summarize a file from my NAS. It could not see the file. I asked it to search the web for the latest Gemini …

Read More: MCP Explained from Inside Out

5 min read

Unleashing the Power of Collaborative AIs

I spent months using ChatGPT and local LLMs as standalone assistants. They were impressive, but something kept bothering me. I would ask one model for a business strategy and get a decent plan - but …

Read More: Unleashing the Power of Collaborative AIs