Reading Feed

Articles I've read with my notes and highlights

A Complete Guide To AGENTS.md by Matt Pocock
  • Notice the light touch, no “always,” no all-caps forcing. Just a conversational reference.
Announcing Bonsai 27B: The First 27B-Class Model to Run on a Phone by PrismML
DuckDB Extensions: The Past, the Present, and the Future by DuckDB
Can We Agree on a Storage/Workload Architecture Taxonomy? — Jack Vanlightly
  • OLTP such as the RDBMS like Postgres and MySQL use row-based storage engines. OLAP, such as Clickhouse, cloud data warehouse and the lakehouse use column-based storage.
  • HTAP is a hybrid workload system: one system -> both transactional and analytical workloads. The HTAP system therefore has specialized storage and specialized query engine to stitch together the row-based and columnar data.
DuckCon #7 – ggsql: A grammar of graphics for SQL (Teun van den Brand)
A return to two-pizza culture by
  • Within a week, Swami Sivasubramanian, our VP of Agentic AI, saw the prototype and gave the team his full support. Three engineers joined. By the second week, they had a software development manager and a few more engineers, reaching a roughly even split between science and engineering. They were deliberate about not scaling too fast. Each person who was brought on was selected because they had a specific skill, and they had to adapt to a culture that was a complete departure from how the broader organization operated. They were expected to own a problem and deliver with autonomy, and ownership meant the same thing it has always meant at Amazon: you build it, you own it.
  • Writing is still as important as ever, and it should be you doing the writing, not your AI. Writing forces you to think clearly and confront gaps in your logic.
The Coming Loop by Armin Ronacher
  • Obviously that is powerful and I cannot deny that it sounds appealing. But giving in to that idea, particularly with less and less human oversight means accepting that we may no longer understand the whole system in the same way. We treat it, we monitor it, we stabilize it, but we do not necessarily comprehend it.
New DuckDB-Iceberg Features in v1.5.3 by Tom Ebergen, Thijs Bruineman
Test-Driving the Lance Lakehouse Format in DuckDB by LanceDB team and Guillermo Sanchez
PostgreSQL 19 New Features by Neon
Introducing Durable Functions in PostgreSQL by abeomor-msft
Loop Engineering by Addy Osmani
  • Your understanding still rots if you allow it. The faster the loop ships code you did not write, the bigger the gap between what exists and what you actually get. Thats comprehension debt and a smooth loop just makes it grow faster unless you read what the loop made.
  • And the comfortable posture is the dangerous one. When the loop runs itself its very tempting to stop having an opinion and just take whatever it gives back. I called that cognitive surrender.