Migrating from d6tflow to oryxflow
The rename is the migration: your task classes, your API, and your cache all come with you.
Notes on making data analysis trustworthy and reproducible — for humans and AI coding agents. Results you can believe, lineage that says which code and inputs made every number, honest tool comparisons — and, because nothing recomputes twice, a trustworthy path that also happens to be the fast, cheap one.
Trust, reproducibility & caching
Tool comparisons
Trustworthy AI-assisted data science
LLM evals
Practical patterns
The rename is the migration: your task classes, your API, and your cache all come with you.
An eval matrix is a Cartesian product. Metered platforms bill every cell, every time — then delete the answers.
LLM evals are a parameter sweep. Use a parameter sweep tool.
The scoring is genuinely new. The matrix underneath it is a solved problem from 2015.
AI coding agents write plausible analysis fast. The hard part — is it reproducible, and is it right? — hasn't changed. These practices are about making AI-generated analysis you can actually trust.
Most people who search "Airflow alternatives" want a lighter orchestrator. Some of them don't need an orchestrator at all — they need a research loop whose results they can trust and reproduce. This roundup covers both.
AI can write a whole analysis in seconds. The unsolved question is whether you can trust and reproduce what it just produced.
The landscape is early, so stop shopping for a "best plugin" and start choosing by the job you need done — the one below keeps AI-generated analysis reproducible.
Why features_v3_final.pkl keeps burning you — and how to make cached reuse something you can actually trust.
A skill is the part of a Claude Code plugin that teaches the agent how to work. For data science, that turns out to be exactly what's missing from "AI writes the analysis fast."