Private improvement. Public learning, only by choice.

The public work library

Good work,
worth learning from.

Explore real work from across the fields. Open the original, notice a useful technique, and take an idea into your next private attempt.

28 curated public examples

Curated public exampleCode

Code & software

Iterate on a tolerant XML parser

Ronacher published a tolerant XML parser after earlier parsing approaches failed. He describes directing the initial implementation, reviewing it, requesting further fixes and an extensive test suite, and releasing the resulting library.

Published byArmin Ronacher

Curated public exampleNotebook

Analysis & finance

Rolling market-exposure estimates with statsmodels

The notebook applies a 60-month rolling CAPM to technology-industry excess returns using Ken French’s factor and industry data. It displays coefficient tables, confidence-interval plots, and an expanding-window example.

Published bystatsmodels developers

Curated public exampleGuide

Research & strategy

Mapping grocery proximity in Chicago

The guide projects Chicago community areas and grocery locations into a metric coordinate system, buffers stores by one kilometre, and displays intersection and difference maps. It defines coverage geometrically.

Published byGeoPandas developers

Curated public exampleNotebook

Math & science

Partial pooling for Minnesota radon measurements

The notebook joins Minnesota household and county data, fits pooled, unpooled and hierarchical radon models, and displays posterior diagnostics and comparisons. The partial-pooling plots show how estimates change with county sample size.

Published byChris Fonnesbeck and contributors / PyMC

Curated public exampleNotebook

Writing & design

Ground a short caption in the pictured product

OpenAI works through furniture images from an Amazon product dataset, generating descriptions and then concise captions. Printed examples show how the product title identifies the intended item when an image contains several objects.

Published byOpenAI Cookbook

Curated public exampleLesson

Operations & education

Teaching plots with Gapminder data

Software Carpentry’s lesson reads Gapminder country data and displays labeled GDP time-series and scatter plots. It shows table transposition, legends and file export, alongside learner exercises and accessibility guidance.

Published bySoftware Carpentry / The Carpentries

Curated public exampleNotebook

Everyday work

Compare audio and visuals before summarizing video

OpenAI’s notebook processes a real DevDay recap into frames and audio, then prints summaries and answers from visual input, audio-derived text, and both together. The differing outputs make missing context visible.

Published byOpenAI Cookbook / Juston Forte

Curated public exampleCode

Code & software

Expose clipboard formats before debugging paste

Willison built a browser clipboard viewer while investigating rich-text paste. His public write-up links the code and conversation; the conversation shows requests to display available formats and then make long output easier to inspect.

Published bySimon Willison

Curated public exampleGuide

Analysis & finance

Joining air-quality measurements to station metadata

The tutorial concatenates NO2 and particulate-measurement tables, shows row-count checks, and joins station coordinates and parameter descriptions. Displayed tables trace how the measurement dataset gains metadata.

Published bypandas documentation contributors

Curated public exampleReport

Research & strategy

Accounting for food-system emissions

Hannah Ritchie’s analysis visualizes food emissions using Poore and Nemecek’s published meta-analysis. It separates livestock, crops, land use and supply-chain contributions, explaining category boundaries and the distinction between food-system and global totals.

Published byHannah Ritchie / Our World in Data

Curated public exampleGuide

Math & science

Selecting peaks in a recorded ECG signal

The SciPy example applies height, spacing, prominence and width conditions to a recorded ECG segment. It displays selected peaks, interval arrays and property values, making each filtering choice inspectable.

Published byThe SciPy community

Curated public exampleDesign

Writing & design

Judge whether visual iteration actually helped

Glaser published an experiment in which models generated an SVG, inspected a rasterized rendering, and iterated. His before-and-after results were mixed: several models added detail without fixing the underlying composition.

Published byRobert Glaser

Curated public exampleReport

Operations & education

Testing recovery assumptions after GitLab’s database outage

GitLab’s postmortem reconstructs its January 2017 production-database outage, failed backup paths, and recovery from an earlier snapshot. It documents unrecoverable changes and traces follow-up work to monitoring, recovery testing, runbooks and operational ownership.

Published byGitLab

Curated public exampleNotebook

Everyday work

Control summary detail without confusing length and quality

OpenAI summarizes a Wikipedia article about artificial intelligence using different chunk counts and a detail parameter. The notebook prints summaries and their lengths, including a recursive variant that supplies earlier summaries as context.

Published byOpenAI Cookbook

Curated public exampleNotebook

Code & software

Check the expected values in generated tests

OpenAI publishes a multi-step test-writing notebook with a concrete Pig Latin function and generated pytest cases. Several printed expected values conflict with the function, making this a worked example of why generated tests themselves need review.

Published byOpenAI Cookbook

Curated public exampleGuide

Analysis & finance

Seasonal baselines for Australian beer production

Using Australian quarterly beer-production data, the book compares mean, naïve, and seasonal-naïve forecasts against later observations. Its displayed example shows the seasonal baseline following the observed pattern more closely.

Published byRob J Hyndman and George Athanasopoulos / OTexts

Curated public exampleReport

Research & strategy

Auditing mortgage-denial disparities

The Markup analyzes 2019 mortgage-application records with logistic regression and publishes adjusted disparities. Its methodology documents selection rules, model variables, missing credit-score information and limitations of the available public data.

Published byEmmanuel Martinez and Lauren Kirchner / The Markup

Curated public exampleNotebook

Math & science

Inspecting and stacking astronomical FITS images

The tutorial opens a Horsehead Nebula FITS image, displays its dimensions, statistics, histogram and alternative stretches, then sums M13 images and writes the resulting FITS file.

Published byLia Corrales and coauthors / Learn Astropy

Curated public exampleWorkflow

Writing & design

Treat generated continuations as creative options

Sloan built an Atom editor plugin offering inline completions from a recurrent neural network trained on old magazine text. His public account describes the working interaction and concludes that its creative effects did not yet justify the effort.

Published byRobin Sloan

Curated public exampleReport

Operations & education

Coordinating GitHub’s database incident recovery

GitHub’s report traces an October 2018 network partition through database failover, inconsistent replicas, recovery and delayed background processing. The timeline explains why responders prioritized data integrity and why early recovery estimates proved unreliable.

Published byJason Warner / GitHub

Curated public exampleWorkflow

Everyday work

Overlay extracted coordinates to find hidden errors

Willison published bounding-box outputs and visual tools for locating objects in images. When boxes appeared rotated, he investigated image orientation metadata, tested a different image representation, and documented a preprocessing fix.

Published bySimon Willison

Curated public exampleCode

Code & software

Use a known-good compiler to isolate failures

Carlini describes supervising parallel Claude agents building a C compiler. When agents collided on Linux build failures, he introduced comparisons with GCC and tighter regression checks to isolate faults and divide the remaining work.

Published byAnthropic / Nicholas Carlini

Curated public exampleWorkflow

Analysis & finance

From historical prices to portfolio weights

Robert Andrew Martin’s guide transforms historical share prices into return and covariance estimates, prints optimized portfolio weights, and demonstrates regularization and integer-share allocation. Its performance figures are model estimates.

Published byRobert Andrew Martin / PyPortfolioOpt

Curated public exampleWorkflow

Math & science

Cropping a solar map in sky coordinates

The example loads a SWAP solar image, defines crop corners with SkyCoord in the map’s coordinate frame, and displays the cropped region with a solar limb and coordinate grid.

Published byThe SunPy Community

Curated public exampleNotebook

Writing & design

Translate prose while checking document structure

With the author’s permission, OpenAI demonstrates translating Milan Mitrović’s Euclidean Plane Geometry from Slovenian into English. The notebook provides chunking code and a printed translation while attempting to retain the manuscript’s LaTeX structure.

Published byOpenAI Cookbook

Curated public exampleWorkflow

Everyday work

Specify how a small tool should accept your input

Willison describes creating a QR decoder when he lacked his phone during a meeting. The linked conversation shows an initial URL-based implementation followed by a request for file selection, drag-and-drop and pasted images.

Published bySimon Willison

Curated public exampleReport

Code & software

Separate a code solution from its edit format

Aider published code-editing benchmark results for an architect model that describes a solution and an editor model that converts it into file changes. The report compares paired configurations with solo baselines and discusses latency tradeoffs.

Published byAider

Curated public exampleCode

Code & software

Show the model a packaging pattern once

Willison published Python utilities made with a Claude Project configured to include inline dependencies. His HTML-to-text server example includes the prompt, generated source and conversation, showing how a short implementation pattern shaped a concrete deliverable.

Published bySimon Willison

Let the work give you a question.

The practice suggestions are authored starting points. Choose your own permitted material, a meaningful check and an honest way to compare attempts.

Start a private practice