quantum of sollazzo logo

quantum of sollazzo

Archives
Sponsor
Subscribe
August 4, 2026

669: quantum of sollazzo

Quantum of Sollazzo

NO. 669 ·

alt text

Did someone forward you this email?
If so, you can subscribe here.

You can view this email online here.

In this issue...

A solar eclipse is coming up on August 12th. It should be visible from a lot of places in Europe, the best being Spain, but an Italian developer has created a great map which you'll find in the Topical section. Speaking about Europe, don't miss the European Data Journalism Network analysis of megafires on the continent. Among a few tools linked in this issue, my favourite must be img2threejs, allowing users to uploade a single image and create a model entirely using AI-generated (but allegedly token-efficient) threejs code, not mesh files or code. There's also the intriguing story of Anthropic's latest cybersecurity incident.

·

Last week I had a few deeply intellectual, satisfying conversations about using AI in production to replace human processes. As you know, I've worked with AI for quite some time while, still, describing myself as an AI-skeptic (although, more correctly, I'm a hype-skeptic). The main topic that caught my attention was how to set up proper quality controls and guardrails in AI. I couldn't help but repeat my usual stance: humans get it wrong, too, in a measurable way. Which means, I think, that we should be reframing the AI deployment question as "*what is your error baseline, and is AI improving it on it?"

Thinking of this brought back memories of a story from my time working in Italian healthcare over 20 years ago.

Our product was a set of software packages to automate blood and urine testing in hospital labs, so that the processing and reporting would be faster to reach doctors and patients and, we strongly suggested, more accurate than manual processes. In a world that was, back then, rather close to microscope-and-paper, we still had customers challenging the accuracy of the tests. Some of them were resistant to automate, despite strong assurances, quality checks, and clear guardrails and monitor. Things changed massively when the news told in this academic paper became known: "In February 2007, three organs from an human immunodeficiency virus (HIV)-positive donor were transplanted at two hospitals in the Tuscany Regional Health Care Service, owing to a chain of errors during the donation process. ... During the donation process, the result of the lab test performed for evaluation of organ suitability was mistakenly transcribed from positive to negative. This wrong negative result was then included in the donation record without any cross-check."

While this situation was, likely, a rare occurrence, it did make me thing about quality checks and guardrails in human processes – or lack thereof: single points of failures, no controls, no measurements, no alarms. It's remarkable that we worry about all these points when we're talking about automated processes, but we rarely do (or did) when their equivalent was human-led.

Obviously, I do appreciate that automation makes the consequences of mistake have worse, much worse impacts, especially in processes involving large scales. But the reality is that humans can get things disastrously wrong, too. The first step to automating a human process properly is to ask: what is the rate of human error in the pre-automation version of that process? That is your comparison to develop and deploy an AI.

But the most important consequence of this is that if you can't answer the question, you shouldn't be automating that process – with AI or other technology – until you can.

·

Quantum #669 had an open rate of 33% and a click rate of 12%.

The most clicked link was the quirky We > Ultrarich billionaire budget simulator.

·

This Freedom of Information request to Transport for London is truly another level.

Screenshot 2026-08-01 at 21.02.24.png

·

The Quantum of Sollazzo grove now has 50 trees. It helps managing this newsletter's carbon footprint. Check it out at Trees for Life.

'till next week,
Giuseppe @puntofisso.bsky.social

Topical

Solar eclipse map

An Italian service to help find spots to experience the solar eclipse on August 12th.

Eclissi_12_agosto_2026_dove_vederla_Solar_eclipse_map_6a79cb97_screenshot_chosen.png

UK Drought Map

This is n interactive drought monitoring tool for the United Kingdom, offering climate intelligence data to track drought conditions across the region.
(via Alex Wrottesley)

UK_Drought_Map_Interactive_Drought_Monitoring_Climate_Intelligence_a22f1e5b_screenshot_chosen.png

The Age of MegaFires

This European Data Journalism Network examines large-scale wildfires between 2015 and 2025. The study reveals that "2025 was the second most destructive wildfire season since monitoring began, in 2000. In total, 18 megafires (above 10,000 hectares) occurred in Europe in the span of just a few months. All data available.

Screenshot_2026_07_30_at_17_50_16_uploaded.png

Sponsored by Jane Street

Jane Street depends on all sorts of messy, real-world data to understand financial markets and the global economy: think world news, decades of weather patterns, deidentified credit card spending, or packet captures of stock exchange market data feeds.

We're hiring Data Engineers to turn datasets like these into reliable inputs for trading. Working closely with our researchers, you'll evaluate unfamiliar datasets, build robust ELT pipelines, develop deep domain expertise, and decide what's worth exploring next. 

The job requires a mix of engineering, data analysis, and product sense. If you love the detective work of investigating a weird dataset and figuring out what it actually means, we want to hear from you. No financial background is necessary.

We have openings in New York, London, and Hong Kong.


Tools & Tutorials

Building a World Map with only 500 bytes

"A little over 10 years ago, I entered a JS1k compeition and built a small jsfiddle clone in under 1k. A few years later, I joined the competiton again to see if it was possible to build a World Map in under 1k. My approach was to render the world as ASCII inside a <pre> tag and use tiny characters for land and water. It worked, but lately I wanted to see if we can go even smaller in size, perhaps with the help of GenAI. I have been doing a lot with Claude Code so for this I wanted to try Codex and I was surprised that AI did not perform very well."

Building_a_World_Map_with_only_500_bytes_2b5f84df_1_chosen.png

img2threejs

img2threejs is an open-source tool that converts a single reference image into a fully procedural Three.js model written entirely in code, without relying on mesh files or asset downloads.

Screenshot_2026_07_30_at_17_51_47_uploaded.png

QueryTuner

QueryTuner is a SQL query analyser tool designed to help developers and database administrators optimize their database queries. It runs on the web.

Screenshot_2026_07_30_at_17_52_33_uploaded.png

The Unreasonable Difficulty of Time Series Forecasting

"I’ve been thinking recently about what makes time series forecasting problems so difficult compared to other sequence learning tasks or IID Machine Learning problems."

Screenshot_2026_07_30_at_17_52_47_uploaded.png

data.table, base, dplyr, pandas, and polars

This is a comprehensive side-by-side comparison of common data manipulation operations across five popular frameworks: data.table, base R, dplyr, polars, and pandas.

Screenshot_2026_07_30_at_17_53_06_uploaded.png

How Observability Turns Vibe Coding into AI Engineering

This article explores how organisations can transform AI-generated code from unpredictable outputs into reliable engineering work by integrating observability into the development workflow. This process involves prompt engineering, planning (making AI explain its approach before coding), skills (reusable organizational standards), and tools (CLI access to observability platforms).

How_Observability_Turns_Vibe_Coding_into_AI_Engineering_200b8eb7_3_chosen.png

Stolen Buttons

Anatoly Zenkov has put together a collection of common user interface buttons and call-to-action elements scraped from various websites.

Screenshot_2026_07_30_at_17_53_45_uploaded.png

MapLibre GL JS

MapLibre GL JS is a TypeScript library that uses WebGL to render interactive maps from vector tiles directly in web browsers.

Screenshot_2026_07_30_at_17_54_00_uploaded.png

More fun with world generation

Randy Au has been developing Worldsim, a fantasy world simulation game designed to generate interesting narratives. The simulation now features character goals (exploring, settling, creating art, forming bonds), wars of conquest when civilizations meet, and the ability to generate civilisation-level historical narratives using LLMs.

More_fun_with_world_generation_218e6c22_5_chosen.png

Dataviz, Data Analysis, & Interactive

Castle Map

Castlemap is a free interactive digital atlas mapping 5,793 of the world's most significant castles, fortresses, and palaces across 138 countries. It includes 2,591 castles, 1,180 fortresses, 934 palaces, and 1,088 ruins.

Castle_Map_Explore_5_793_Castles_Fortresses_Palaces_Worldwide_df9299c4_screenshot_chosen.png

A hidden infrastructure

"Arbuscular mycorrhizal fungi have shaped life on land for over 450 million years by forming symbiotic networks that move carbon and nutrients between plants and soils. These networks are made of tubular cells called hyphae, through which carbon can flow from plants into the soil. We were motivated by a simple question: what would it look like if we could see the hidden fungal networks beneath our feet? Much like trees define the structure of forests aboveground, these fungal networks form a living infrastructure in soils. Here, we explain the science behind our recent work published in Science, which provided the data for the Mycorrhizal Infrastructure Map."

Screenshot_2026_07_30_at_17_55_14_uploaded.png

The Iran War threatened a food crisis with soaring fertilizer costs.

"Modern farming depends on cheap fertilizer. The war made fertilizer more expensive, with ships trapped, fertilizer plants shut down, farmers panicking and world food production thrown into peril."

Screenshot_2026_07_30_at_17_55_49_uploaded.png

Making Sense of Voting Systems

Published during the 2024 U.S. election year, this interactive tool allows users to explore how different voting systems produce varying outcomes.

Screenshot_2026_07_30_at_17_56_16_uploaded.png

So how does lightning locating work?

This is just so nerdy and amazing. An article explaining how global lightning detection systems work, focusing on the technology behind lightningmaps.org.

So_how_does_lightning_locating_work_9d96278a_2_chosen.png

How colour drained from our furniture

The European Correspondent looks at the evolution of IKEA couch colours, a painstaking analysis of 3,500 couches in IKEA catalogues spanning 1960 to 2021, which confirms the hunch that interiors have become progressively less colourful.

How_colour_drained_from_our_furniture_a6f76c07_2_chosen.png

Not-Ship is taking a short summer hiatus!

Amanda Shendruk announces a much deserved summer hiatus for her newsletter Not-Ship, while showing a brilliant chart of annual leave policies around the world.

Screenshot_2026_07_30_at_17_56_54_uploaded.png

Apple TV+: Prestige Darling, Streaming Loser

Great charts and analysis by Stat Significant of the fortunes of streaming services. Apple TV+'s success at Emmy Awards is not replicated in terms of viewer share.

Apple_TV_Prestige_Darling_Streaming_Loser_b0deba7a_9_chosen.png

AI

The Archive of Incorrect AI Predictions

A catalogue of 70 years of failed predictions about artificial intelligence made by prominent researchers, executives, and public intellectuals. The creator highlights that their "purpose is neither ridicule nor vindication" but rather to provide essential context for evaluating current predictions.

Screenshot_2026_07_30_at_17_58_03_uploaded.png

Investigating three real-world incidents in our cybersecurity evaluations

"In a review of our cybersecurity evaluation transcripts, we found three incidents in which a Claude model reached the internet from within or while interacting with a third-party evaluation environment, and then gained unauthorized access to the real systems of three different organizations. Below we describe what happened, how it happened, and what we’re changing. We encourage other AI labs to perform similar reviews. This post reflects our current understanding; we'll update it if any details change."

Other

Games don't get more hated than this one classic. Apparently, you've been playing it all wrong.

This is amazing. I had no idea that we mostly play Monopoly the wrong way (do we?). A small group of enthusiasts insists the game is actually good if played by its official rules, which almost nobody follows, which seem to include no money collected on Free Parking (WHAT???), unsold properties immediately go to auction starting at $1 (REALLY??), no loans or donations allowed, and only $200 for passing Go (NO WAY!). "When you play by the rules as printed, the game takes two hours tops" explains Brian Valentine, who finished third in the 2015 Monopoly World Championship.

DID YOU LIKE THIS ISSUE?

Buy Me A Coffee

You're receiving this email because you subscribed to Quantum of Sollazzo, a weekly newsletter covering all things data, written by Giuseppe Sollazzo (@puntofisso). If you have a product or service to promote and want to support this newsletter, you can sponsor an issue.

quantum of sollazzo is also supported by Andy Redwood’s proofreading – if you need high-quality copy editing or proofreading, check out Proof Red. Oh, and he also makes motion graphics animations about climate change.

Logo for ProofRed

The Quantum of Sollazzo grove now has 50 trees. It helps managing this newsletter's carbon footprint. Check it out at Trees for Life.

Quantum of Sollazzo. · The data newsletter by Giuseppe Sollazzo

(c) 2012-2026 Giuseppe Sollazzo · London · UK

Unsubscribe

Don't miss what's next. Subscribe to quantum of sollazzo:
← Newer 670: quantum of sollazzo Older → 668: quantum of sollazzo
Powered by Buttondown, the easiest way to start and grow your newsletter.