Agentic Engineering: Spec-to-Code is a Velocity Trap
There’s a growing belief that AI has collapsed software development into a single step: write a spec and get working code. In demos, this looks like a...
Ashok Dudhade — Full stack software engineer
Long-form writing on engineering, agentic tools, and the lessons that only show up after deploy.
There’s a growing belief that AI has collapsed software development into a single step: write a spec and get working code. In demos, this looks like a...
For most of the past decade, the software industry operated under a stable economic assumption: building serious software was expensive. Not conceptually...
I’ve observed a specific architectural bottleneck remain stubbornly consistent across language runtimes: the inefficiency of the multi-process concurrency...
By the end of 2025, it became clear that AI had entered a new phase. The question was no longer whether we could build advanced systems, but whether we...
As AI agents evolve from simple chatbots into full-fledged workflow orchestrators, Model Context Protocol (MCP) is quickly becoming a cornerstone of this...
A year ago, deploying AI meant managing a toolkit of specialized models. You matched each task, translation, image recognition, and summarization to a...
Rust is known for its speed, safety, and expressive type system but what about using it for scalable web backends?Meet rust-http-example-server: a...
There is something that might surprise you: there is no such thing as a perfect prompt when working with large language models. And that’s not a flaw, it’s...
Guide to use git bisect to identify bug introduced commits
Guide to build api in kotlin using ktor framework
It a guide to write react hooks application without using recompose or redux dependencies
There are so many posts available for creating react app with yarn workspaces, but I have not came across any article with typescript.
This post covers details on using docker to improve the productivity of programmers.