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
737x faster LangGraph checkpoints, and the case where Rust lost

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

2
Comments 1
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
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...