Blog

The OCaml Planet RSS

Articles and videos contributed by both experts, companies and passionate developers from the OCaml community. From in-depth technical articles, project highlights, community news, or insights into Open Source projects, the OCaml Planet RSS feed aggregator has something for everyone.

Want your Blog Posts or Videos to Show Here?

To contribute a blog post, or add your RSS feed, check out the Contributing Guide on GitHub.

AoAH Day 14: Debugging a Karakeep CLI against the live service

Vibe coding an OCaml library for the Karakeep bookmarking service by giving an agent a live API key and letting it debug jsont codecs against the real service.

13 Dec 2025

Anil Madhavapeddy's Blog

Read Article
AoAH Day 13: Heckling an OCaml HTTP client from 50 implementations in 10 languages

Agentically synthesising a batteries-included OCaml HTTP client by gathering recommendations from fifty open-source implementations across JavaScript, Python, Java, Rust, Swift, Haskell, Go, C++, PHP and shell.

13 Dec 2025

Anil Madhavapeddy's Blog

Read Article
Advent of Code 2025

With the start of Advent comes a new set of Advent of Code problems. My code is available at mtelvers/aoc2025.

12 Dec 2025

Marc Elvers

Read Article
AoAH Day 12: Eio Connection pooling and event tracing

Building a TCP/TLS connection pooling library for Eio with DNS-based load balancing, stacked error handling, and self-contained HTML visualisations for stress test results.

12 Dec 2025

Anil Madhavapeddy's Blog

Read Article
AoAH Day 11: HTTP Cookies and vibing RFCs for breakfast

Synthesizing three RFC-compliant libraries (punycode, public-suffix, and cookeio) directly from Internet RFC specifications, establishing a workflow for automating standards implementation with proper cross-referencing to spec sections.

10 Dec 2025

Anil Madhavapeddy's Blog

Read Article
Creating `ocaml.nvim` to Bring Neovim Support to OCaml's LSP Server

Introducing the `ocaml.nvim` plugin, which integrates OCaml's Neovim editor with the LSP.

10 Dec 2025

Tarides

Read Article