Skip to Content
We are live but in Staging 🎉
Use CasesWhy Dodil

Use Cases

Most AI features — a support assistant, document extraction, semantic product search, an automation agent — need the same handful of pieces: a vector store, embeddings and an LLM, somewhere to run code, object storage, and the glue that ties them together. The usual approach is to assemble those from separate vendors and operate them yourself. Dodil gives you all of them as one integrated platform.

Why Dodil is faster and cheaper

Building one of these features the DIY way means standing up — then paying for and operating — a stack like this:

What you needAssemble it yourselfOn Dodil
Vector searchA vector DB (Pinecone, Weaviate, Qdrant) — its own account, auth, billK3 Vector  / VBase 
Embeddings + LLMAn inference API (OpenAI, Cohere) — another account, auth, billIgnite Models  (OpenAI/Cohere-compatible)
Running your codeLambda / Fargate / k8s — provision, scale, pay for idleIgnite Compute  (serverless, scale-to-zero)
Object storageS3 + its own accountK3 Storage 
Ingest → chunk → embedGlue code you write and maintainK3 pipelines  (automatic on upload)
Identity across all of itWire auth into every serviceOne IAM token — works everywhere (it’s even your Milvus token)
Monitoring, scaling, upgradesPer service, foreverOne platform

Collapsing that stack is where the wins come from:

  • Faster to ship. One platform, one SDK/CLI, one auth, and pipelines that handle ingestion for you — features that take weeks to wire up land in days. The API is typed and reflection-discoverable, so people and agents build against it without guesswork.
  • Cheaper to run. One vendor and one bill instead of four to six. No integration glue to build and maintain. Serverless compute with scale-to-zero means you don’t pay for idle. No cross-service ops tax.
  • Less to break. Fewer moving parts and a single identity model mean a smaller surface to secure, monitor, and keep in sync.

The savings are structural — they come from removing vendors, glue, and idle capacity, not from a pricing gimmick.

What teams build

Each use case leads with the outcome and the “why Dodil,” then links to a step-by-step example for the build.


See also

  • Examples — the step-by-step builds behind these use cases
  • Platform Design — how the pieces fit (RPC-first, one auth, agent-discoverable)