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.

Partridge Puzzle

Quite often, you install a new package from opam and are keen to jump right in and want a tailored example for your use case. This happened to me during Day 12 of Advent of Code.

17 Dec 2025

Marc Elvers

Read Article
AoAH Day 16: Vibesplaining JSON Pointers using OCaml/Javascript

Building interactive OCaml tutorials that compile to JavaScript, using agents to generate executable documentation that teaches protocols like JSON Pointer while you code review.

16 Dec 2025

Anil Madhavapeddy's Blog

Read Article
AoAH Day 15: Porting a complete HTML5 parser and browser test suite

Vibespiling JustHTML from Python to pure OCaml, achieving 100% pass rate on the browser html5lib test suite using agentic workflows.

15 Dec 2025

Anil Madhavapeddy's Blog

Read Article
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