AI Workflow
29 articles
Claude Code starter kit for economists
Seven starter resources for carrying project instructions and verification routines into later Claude Code sessions, with guarded installation steps.
Validating a Double Machine Learning Estimate
Double machine learning in Python: why a naive plug-in reads a true effect of 1.0 as 0.55, how cross-fitting recovers 0.97, and the confounder it still cannot detect.
How do we know an AI's estimator does what we meant?
AI-generated econometric code can run without error and still be wrong. A routine to verify it: spec the low-visibility choices, plant a known truth, and read the code against its source.
Rolling DiD with Few Units: Article-Reported Simulation
A guide to rolling difference-in-differences with few units. Simulation estimates and the Python rebuild are article-reported, not reproduced.
Regression vs. language-model readouts for survey prediction
An article-reported local comparison of logistic regression and language-model readouts. Scripts, provenance, and matched outputs are not public.
Prediction-powered inference for AI-assisted survey estimation
A method guide with an article-reported HINTS imputation example and a separate regression-adjustment simulation. The local results are not publicly reproduced.
A regression view of steering vectors
An article-reported local experiment comparing steering-vector estimators. The scripts, advance document, and matched outputs are not publicly reproduced.
Running Claude Code skills, for applied economists
A setup guide for the TETS Claude Code skills introduced in the tool series (papers-md-generator, replication-package-analytics, attribution-audit-network).
A field map for causal-inference methods
A Claude Code skill that builds a navigable citation network around a single method family, surfacing the seminal references, the current authors, the recent…
A reference library for empirical methods
A Claude Code skill that turns a DOI or PDF into a structured papers.md block documenting the estimator, identification strategy, and named assumptions, with…
A common shape for econ replication packages
A public v0.1 code skeleton for measuring replication-package structure; seed files, tests, validation outputs, and a public panel are not yet shipped.
Well-Executed but Not Important
Publication scope and citation patterns across four health-economics journals, and the limits of using citations to infer editorial importance.
Cycling Through Bad Ideas Faster
An article-reported Medicaid branding example that illustrates iterative critique; the project results and timings are not publicly reproduced.
A Pre-Analysis Plan for Your Coding Agent
A three-layer architecture, rule, gate, and verification, for keeping an AI coding agent disciplined, and why trained priors beat a system prompt.
Connecting Claude to FRED, Census, and More
How to connect Claude Code to external data sources like FRED, Census, and Google Scholar, bringing integrated research workflows into natural conversation.
Hooks: Automation Without Asking
Hooks are automatic triggers that run without asking - like auto-save, but for research tasks. A power-user feature, entirely optional.
Reading Our Analysis Files: How Claude Sees Our Research Code
How Claude Code explores research projects using three core tools: Read (look at a file), Glob (find files by pattern), and Grep (search inside files).
Why It Forgot Everything: Understanding Context
Understanding how AI context windows work, why sessions reset, and how to work with this fundamental limitation of large language models.
What Claude Code /insights Reveals at Every Stage
How to read a Claude Code /insights report at beginner and intermediate levels: the same usage data yields different lessons at each stage.
Your First Session: What Claude Code Is and Isn't
A practical walkthrough of what Claude Code can and cannot do, with prompting patterns and a complete first-task example.
Research Phases Need Different Prompts
Exploration, implementation, and documentation require different AI prompting strategies. Match the prompt to the phase.
The Verification Tax: Every AI Output Needs Checking
Every AI output needs checking. Building verification into the research workflow to catch fabricated citations and errors before they compound.
Context Window Budgeting: Treating Tokens as a Finite Resource
Treating an AI context window as a finite budget: when to spawn sub-agents, when to work directly, and how to keep a long session from degrading.
End-of-Session Hygiene: What to Capture Before Context Resets
What to capture before an AI context window resets, and how five minutes of end-of-session notes saves twenty minutes rebuilding context tomorrow.
Creating Skills for Research
Skills are recipe cards for research tasks. Write the steps once, save them in a file, and Claude Code follows those instructions whenever needed.
Building Our Research System: Putting It All Together
How CLAUDE.md, skills, hooks, and MCP servers combine into a personal research system that becomes more valuable over time. Part 5 of the Advanced Tier series.
Creating Helpers: When to Delegate Work
When to create separate Claude Code helpers for focused work, how to design tasks that are easy to hand off, and patterns for running multiple helpers at the…
Antigravity Research Graphics Workflow
A practical workflow for using Antigravity image generation to explore a figure layout while keeping the final quantitative graphic reproducible in code.
The Cold Start Problem: Why the First Five Minutes Matter Most
Why the first five minutes of an AI coding session matter most, and how a CLAUDE.md context file solves the cold-start problem before work begins.