DEV Community

Dipankar Sarkar profile picture

Dipankar Sarkar

I build AI-native infrastructure, mostly in Rust. Drop-in accelerators for the Python AI stack, local LLM inference, agent tooling, and a safer C. I ship in the open and write about how it works.

Joined Joined on  Personal website https://github.com/dipankar
Running five coding agents in parallel is easy. Not losing their state when one crashes is the hard part

Running five coding agents in parallel is easy. Not losing their state when one crashes is the hard part

1
Comments 3
5 min read

Want to connect with Dipankar Sarkar?

Create an account to connect with Dipankar Sarkar. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
AI agents that browse the web need a fleet of isolated browsers, here is a brokerless scheduler for it

AI agents that browse the web need a fleet of isolated browsers, here is a brokerless scheduler for it

2
Comments 1
5 min read
A key-value store where the query language is Lua, and you can build RAG inside it

A key-value store where the query language is Lua, and you can build RAG inside it

1
Comments 1
5 min read
A package.lock for the prompts hiding in your codebase

A package.lock for the prompts hiding in your codebase

6
Comments
5 min read
I threw 750 autonomous LLM exploit attempts at a $10k sandbox bounty. Zero escapes.

I threw 750 autonomous LLM exploit attempts at a $10k sandbox bounty. Zero escapes.

2
Comments 4
4 min read
737x faster LangGraph checkpoints, and the case where Rust lost

737x faster LangGraph checkpoints, and the case where Rust lost

2
Comments 2
5 min read
Why I built a C-like language for agent-written code

Why I built a C-like language for agent-written code

1
Comments
5 min read
Learning how LLMs actually work by building 18 of them in Zig

Learning how LLMs actually work by building 18 of them in Zig

2
Comments
5 min read
Sandboxing untrusted agent code with gVisor costs ~200ms per cold start. Blocking syscalls instead of emulating them costs ~8ms

Sandboxing untrusted agent code with gVisor costs ~200ms per cold start. Blocking syscalls instead of emulating them costs ~8ms

3
Comments 1
5 min read
We let an AI agent hit a database 1034 times. Text-to-SQL ran 23 unsafe ops. The policy layer ran zero

We let an AI agent hit a database 1034 times. Text-to-SQL ran 23 unsafe ops. The policy layer ran zero

Comments
4 min read
I put a Rust layer under LiteLLM. Here is where it actually helped (and where it did not)

I put a Rust layer under LiteLLM. Here is where it actually helped (and where it did not)

1
Comments
3 min read
loading...