Blog

Insights on AI, testing, developer productivity, and building better software.

When AI tests pass but your code still breaks
Engineering

When AI tests pass but your code still breaks

LLM-generated tests often create a 'safety illusion' - coverage metrics climb while actual defect detection plummets. We break down the seven deadly patterns of AI test generation and practical strategies to fix them.

Jan 10, 202614 min read
Read more
RAG demystified: giving your AI actual knowledge instead of hallucinations
AI Architecture

RAG demystified: giving your AI actual knowledge instead of hallucinations

Retrieval-Augmented Generation (RAG) is the industry standard for grounding AI in reality. We demystify the pipeline - from chunking to vector databases - and explain why it's often better than fine-tuning.

Dec 22, 202515 min read
Read more
The complete guide to AI-powered test generation for Python
Engineering

The complete guide to AI-powered test generation for Python

Writing unit tests is one of the most time-consuming parts of software development. We explore how modern AI tools generate tests, what they can and cannot do reliably, and how to build a practical workflow.

Dec 22, 202510 min read
Read more
Under the Hood: The Architecture of KeelTest's Agentic Pipeline
Product

Under the Hood: The Architecture of KeelTest's Agentic Pipeline

We're excited to announce KeelTest, our VS Code extension that generates comprehensive unit tests with industry-leading pass rates. We dive deep into the architecture of our agentic pipeline.

Dec 21, 202512 min read
Read more
What is Agentic Coding?
Engineering

What is Agentic Coding?

Agentic coding is the shift from AI that just suggests code to agents that actually do the work. We break down the history, the technical breakthroughs, and the tools like Cursor and Claude Code that are changing how we build.

Dec 18, 20258 min read
Read more