📰 Dev.to · Rohan Sharma
Articles from Dev.to · Rohan Sharma · 7 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9011)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog

Dev.to · Rohan Sharma
2d ago
I built a semantic diff that understands functions, not just lines
git diff shows you lines. But when you're reviewing code, you think in functions, classes, and...

Dev.to · Rohan Sharma
2w ago
SQLite as a Graph Database: Recursive CTEs, Semantic Search, and Why We Ditched Neo4j
Knowledge graphs are having a moment. Every AI agent framework wants one. The typical stack looks...

Dev.to · Rohan Sharma
1mo ago
Your RAG Pipeline is Leaking - 4 Data Leak Points Nobody Talks About
Every enterprise running RAG today is doing what Samsung engineers did in 2023 — sending sensitive...

Dev.to · Rohan Sharma
1mo ago
Every AI Agent Tool Creates Git Worktrees. None of Them Make Worktrees Actually Work.
I've been deep in the parallel AI agent ecosystem for months — Conductor, Claude Squad, Agent Deck,...

Dev.to · Rohan Sharma
1mo ago
I got tired of writing the same 80-line setup script for every AI worktree
If you've been running parallel AI coding agents — Claude Code, Aider, Codex, anything — you've hit...

Dev.to · Rohan Sharma
1mo ago
I Built workz: The Zoxide for Git Worktrees That Finally Fixes .env + node_modules Hell in 2026
I've been using git worktrees a lot lately — especially for running multiple Claude/Cursor AI...

Dev.to · Rohan Sharma
2mo ago
Git's Line-Based Merge is Broken for the AI Agent Era
How entity-level merging solves Git's false conflict problem when AI agents work in parallel
DeepCamp AI