Dipankar Sarkar PRO
dipankarsarkar
AI & ML interests
Building the AI-native stack. Agents as infrastructure, safety as architecture, performance as plumbing. I publish the receipts: papers, datasets, demos.
Recent Activity
liked a dataset about 7 hours ago
agentic-moral-alignment/mtma liked a dataset about 7 hours ago
Escanor77/engosoft-local-code-agent-eval repliedto their post about 7 hours ago
Your issue tracker is in the wrong place.
It lives on a server. Your code lives in git. So every time an agent picks up work it makes an API call, burns a token, fights a rate limit, and still cannot see what the other agent just did.
Move the issues into the repo. Append-only event log in git refs. Branches when you branch, merges when you merge, CRDT so two agents never conflict. No server, no database.
The coordination signal that PR-level telemetry misses lives before the pull request. The paper, and a live demo running the real tool:
https://huggingface.co/papers/2606.19616
https://huggingface.co/spaces/neullabs/grite
If your agents share a repo, where does their shared state actually live right now?