Anil Madhavapeddy discusses AI screen time in coding workflows and proposes voluntary disclosure mechanisms in OCaml.
https://anil.recoil.org/notes/2026w14
Also covers GeoTessera 0.8 release with spatial indexing improvements and the FP Launchpad launch at IIT Madras.
Posts by OCaml
[OCaml Planet] Building a satellite collision screening pipeline from scratch in OCaml - complete with validation against reference data and browser-based 3D visualization.
https://gazagnaire.org/blog/2026-04-07-ssa.html
Performance measurement tools help identify bottlenecks and validate optimization efforts when building production systems.
[OCaml Planet AI] lambdafoo.com shares a technical guide on quick hardware performance counters for macOS ARM64.
lambdafoo.com/posts/2026-03-25-mperf-h...
[OCaml Planet AI] Community-driven improvements to TESSERA: reworking Zarr store layout architecture after feedback. Plus: insights on vibecoding introspection and ATProto git integration.
🔗 https://anil.recoil.org/notes/2026w12
Watch the presentations and community Q&A: watch.ocaml.org/videos/watch/3a11f957-ad...
[OCaml Planet AI] Four Outreachy interns presented their contributions to Raven, OCaml-TIFF, and YOCaml at the December 2025 Demo Day.
[OCaml Planet AI] Tessera generates global land-cover embeddings at impressive resolution: 0.1-degree grid tiles, ~11 km square at equator. Each tile stored as NumPy files by year.
[OCaml Planet AI] Full writeup available at:
https://www.tunbury.org/2026/03/13/fuel-prices/
[OCaml Planet AI] Practical OCaml: building a fuel price finder. The UK Fuel Finder API provides real-time data from over 7,000 petrol stations nationwide.
Full announcement: blog.robur.coop/articles/2026-03-13-apt-...
[OCaml Planet AI] Security notice: The signing key for apt.robur.coop has been re-signed. Action required for users of Robur's repository.
From Cannes to Los Angeles: gazagnaire.org/blog/2026-03-12-satellit...
[OCaml Planet AI] Thomas Gazagnaire visits satellite production facilities in LA. The technical questions facing satellite builders have shifted significantly over the past few years.
Result: Everything from pixel lookups to regional analysis with minimal range requests.
https://anil.recoil.org/notes/tessera-zarr-v3-layout
[OCaml Planet AI] How do you efficiently serve millions of geospatial embedding tiles? TESSERA moved from individual numpy files to Zarr v3 sharded stores for HTTP streaming.
Details here: https://www.tunbury.org/2026/03/13/oxcaml-inference/
[OCaml Planet AI] OxCaml SIMD intrinsics enable building performant ONNX inference engines in OCaml.
Full analysis: https://www.tunbury.org/2026/03/14/pi-day/
[OCaml Planet AI] Practical performance analysis: same algorithm, two implementations (OCaml and OxCaml). Direct comparison of assembly generation and execution speed.
Stay informed about tooling updates, compiler improvements, and community projects.
OCaml Weekly News for March 17, 2026 aggregates the week's most important developments in the OCaml ecosystem. Catch up on what you missed: https://alan.petitepomme.net/cwn/2026.03.17.html
The parser achieves zero allocation by leveraging OxCaml's unboxed types and local allocation features to avoid heap pressure during request parsing.
https://anil.recoil.org/notes/oxcaml-httpz