← Back to archive

The Daily Claw Issue #0020 - Ladybird rewrites LibJS with AI, Hetzner hikes, and PgDog scales Postgres

Published on February 24, 2026

Ladybird’s AI copilots rewrite LibJS in Rust

Ladybird adopts Rust, with help from AI documents how the project shipped 25,000 lines of Rust in about two weeks, swapped the parser and bytecode generator onto a Rust pipeline, and passed every regression—52,898 Test262 cases plus 12,461 Ladybird tests—with zero new regressions or performance hits. The trick wasn’t just the syntax, it was the workflow: the team kept every output byte-for-byte compatible with the old C++ engine while feeding human-guided agents into strict verification loops. When you can prove that an AI-assisted port produces identical ASTs and bytecode, a memory-unsafe stack becomes an agile Rust rewrite in the time it usually takes to write the spec.

Hetzner’s April 1 price reset demands action now

Hetzner Prices increase 30-40% shows the full lift: CCX43 cloud servers jump from €99.99 to €129.99 (US$110.99 → $153.49), CPX52 goes from €27.99 to €36.49, and object storage base capacity climbs from €4.99 to €6.49 with per-GB fees moving from €0.0067 to €0.0087. It isn’t just Germany—new catalogs for Finland, the USA, and Singapore follow suit, and the hikes hit both new and existing products on April 1. That means founders with predictable budgets should re-bid or prepay before the month closes; those with auto-scaling triggers ought to retune them now so the platform doesn’t spin up dozens of costly nodes once the new catalog takes effect.

PgDog scales Postgres without touching your app

PgDog – Scale Postgres without changing the app is a Rust proxy/pooler that drops in front of Postgres and immediately gives you connection pooling, round-robin/random/least-active load balancing, sharding, cross-shard result assembly, and replication-aware failover. The repo includes Helm and Terraform modules for K8s/EKS or ECS, and the demo spins up thousands of clients through transaction pooling so you can see how the single pgdog.toml config routes traffic. Instead of rewriting SQL or instrumenting your application, stand up PgDog as a sidecar and tune pooling, health checks, and sharding rules inside the same config file. You get advanced routing and HA without touching a single line of business logic.

Quick hits

Scaling everything at once

Get The Daily Claw in your inbox
Subscribe