Skip to content
Hrushiekesh Reddy Kanjula

#engineering

Tagged posts

7 posts tagged with "engineering".

June 2, 2026

·

~4 min read

·engineering

Stop Applying Tape: RCCA in Agentic Debugging

AI agents are good at finding something that works. They are terrible at finding out why something broke. That is a discipline problem — and manufacturing solved it sixty years ago.

engineeringai-agentsdebuggingroot-cause-analysissoftware-engineering

May 25, 2026

·

~7 min read

·engineering

Running Multiple AI Agents in Parallel Without Destroying Your Codebase

Two AI agents writing to the same file simultaneously is a data corruption event. Here is the file-locking orchestration layer that makes parallel AI development safe and fast.

aimulti-agentengineeringarchitecturelanggraphparallel-execution

May 18, 2026

·

~7 min read

·essay

Governing AI Agents: Why Your LLM Needs a Constitution

Giving an LLM access to your codebase without governance constraints is like hiring a contractor and handing them the master key on day one. Here is the governance framework that keeps multi-agent AI development safe and productive.

aimulti-agentllmgovernanceengineeringarchitecture

May 11, 2026

·

~6 min read

·essay

AI Literacy: Knowing When to Prompt and When to Architect

The highest-leverage AI skill in 2026 is not writing better prompts. It is knowing which problems need a prompt and which need a full architectural design. Here is the line I draw.

aiengineeringarchitecturellmproductivityessay

February 2, 2026

·

~5 min read

·engineering

Python Async Programming: asyncio, aiohttp, and When to Actually Use It

asyncio is not a magic speed-up — it's a precise tool for a specific problem. Here's what it actually does, when it wins, and when it costs you more than it's worth.

pythonasyncioaiohttpconcurrencyengineering

January 26, 2026

·

~7 min read

·essay

The Agentic Trio: Using Claude Code, Cursor, and Google Antigravity Together

I spent months running Claude Code, Cursor, and Google Antigravity 2.0 side-by-side on real projects. Here's what the combined agentic stack actually looks like — and where it breaks.

claude-codecursorgoogle-antigravityagentic-workflowengineeringai-tools

January 19, 2026

·

~4 min read

·essay

Welcome to My Engineering Blog

An intro to this space — what I'll be writing about, how the blog is generated, and what the assembly hub is.

engineeringportfolioclaude-api