# DSPLCE.co > A technology partner — not a vendor — that takes AI-built software the last mile: from a prototype that demos to something production-grade you can actually run a company on. ## Site - [dsplce.co](https://dsplce.co/): What we do, how we work, and the projects we ship. - [Our work](https://dsplce.co/our-work): Open-source tools we build and maintain. ## Blog - [Claude Opus 5: everything you need to know](https://dsplce.co/blog/claude-opus-5-everything-you-need-to-know): Claude Opus 5 is out at half the price of Fable 5, with thinking on by default — and one change that breaks existing code. The facts, from the docs. - [Kimi K3 vs Claude Fable 5 and Opus 4.8: a benchmark you can run yourself](https://dsplce.co/blog/kimi-k3-vs-claude-real-code): Everyone posts Kimi K3 benchmark scores; the benchmark itself is harder to find. So we built one vs Claude Fable 5 and Opus 4.8, read every line all three wrote, and open-sourced it. - [Building an MCP server in Python (and connecting it to Claude Code)](https://dsplce.co/blog/build-mcp-server): An MCP server lets an AI model call your own tools. Here's how to build one in Python with the official SDK and connect it to Claude Code — tested end to end. - [How to use Kimi K3 with Claude Code (subscription, not API)](https://dsplce.co/blog/kimi-k3-claude-code): Kimi K3 just shipped and it rivals Claude Fable 5. Here's how to run it inside Claude Code on a Kimi subscription — no Anthropic account, no API bill. - [Kubernetes kills your pod? Here's why](https://dsplce.co/blog/kubernetes-pod-eviction): Your pods keep getting killed. Not crashing — killed. One moment they're running fine, the next they're gone and Kubernetes is spinning up replacements. You check the logs and there's nothing useful… - [How to see running queries in Postgres and kill them](https://dsplce.co/blog/postgres-running-queries): Something is slow. Maybe a page takes forever to load, maybe a migration is hanging, maybe your Supabase dashboard just spins. You suspect a query is stuck somewhere in your database… - [HTML/CSS Animation to Video (MP4): the Headless, Deterministic Way (incl. Claude)](https://dsplce.co/blog/claude-animation-to-video): Convert an HTML/CSS animation to MP4 video the deterministic way: headless Chrome plus FFmpeg, frame-perfect every time — including animations Claude generated for you. - [How to toggle realtime on a table in Supabase migrations](https://dsplce.co/blog/supabase-realtime-migration): You set up a table locally, opened it in Supabase Studio, flipped the Realtime toggle on, and everything worked — your frontend was getting live updates, subscriptions firing perfectly…