All
Articles 109,920Blog Posts 120,627Tech Tutorials 27,988Research Papers 22,439News 16,521
⚡ AI Lessons

Dev.to · rinat kozin
3d ago
Two routes in an evening: from a debug worker to an enterprise runtime with redb.Route + Tsak
Series: redb ecosystem Integration code has a funny asymmetry to it. Writing a couple of...

Dev.to · rinat kozin
3w ago
redb.Route.Llm 3.1.1 — per-message audit fields for LLM compliance / replay
When an auditor asks "reproduce this exact answer" six months later, you need more than (messages,...

Dev.to · rinat kozin
🧠 Large Language Models
⚡ AI Lesson
3w ago
redb.Route 3.1.0 — LLM(AI) as just another connector: `.To("llm://claude")` and tools-as-routes
Series: redb ecosystem (announcement; deep-dive separate) redb.Route 3.1.0 just shipped two new...

Dev.to · rinat kozin
⚡ AI Lesson
3w ago
REDB inside, part 1.1 — why the same 13 tables stay fast no matter how many classes you throw at them
A couple of weeks ago I published REDB inside, part 1 — the 13 tables the whole engine runs on. It...

Dev.to · rinat kozin
⚡ AI Lesson
1mo ago
REDB inside, part 1 — the 13 tables the whole engine runs on (with the actual SQL, and why it's not EAV)
A couple of weeks ago I published the redb.Core intro post — what RedBase is at the API level, why...

Dev.to · rinat kozin
1mo ago
RedBase / redb.Route / redb.Tsak 3.0.0 shipped
redb hit 20k NuGet downloads Three packages, one version bump. RedBase 3.0.0 — Free tier now...

Dev.to · rinat kozin
⚡ AI Lesson
1mo ago
An EF Core alternative for .NET apps with complex object graphs — full LINQ, no migrations, no DbContext
Today I'd like to slow down a bit and talk about redb.Core — the data engine at the heart of the...

Dev.to · rinat kozin
1mo ago
We built an enterprise integration stack for .NET from scratch: EAV + DSL + runtime
Three open-source libraries. One coherent stack. All Apache 2.0. This is the story of what we...
DeepCamp AI