Claude Code

26 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.

Jul 2026 · Methodology

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).

May 2026 · Methodology

Claude Code Skills Get Stale. Audit Them Quarterly.

A proposed quarterly audit for AI skills, hooks, and memory entries, with hypothetical failure paths to convert into regression tests.

May 2026 · Methodology

What AI Impact Looks Like in the Slow Data

Usage telemetry sees AI adoption; slow public data sees household conditions. The same AI tooling can read both at the cadence either one needs.

May 2026 · Methodology

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.

May 2026 · Methodology

Building a Literature Surveillance System

Building a literature-surveillance workflow on Google Scholar and Semantic Scholar alerts, with an AI assistant adding the glue and a verification layer.

Apr 2026 · Methodology

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.

Mar 2026 · Methodology

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.

Mar 2026 · Methodology

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).

Feb 2026 · Methodology

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.

Feb 2026 · Methodology

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.

Feb 2026 · Methodology

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.

Feb 2026 · Methodology

Monitoring Government Data Portals

A case study in tracking California health data releases with Claude Code.

Jan 2026 · Methodology

Staging LinkedIn Posts with Browser Automation

A case study in form-filling workflows that keep humans in the loop. Browser automation handles navigation and data entry while the human retains final…

Jan 2026 · Methodology

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.

Jan 2026 · Methodology

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.

Jan 2026 · Methodology

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.

Dec 2025 · Methodology

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.

Dec 2025 · Methodology

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…

Dec 2025 · Methodology

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.

Dec 2025 · Methodology

Cleaning a Research Codebase: An Article-Reported Example

A workflow for mapping dependencies and reorganizing research code. The 47-to-15 script count and timing claims are not publicly reproduced.

Nov 2025 · Methodology

Robust API Collection: Pagination, Limits, Retries

Collecting location data from Google Places API at scale requires handling rate limits, pagination, and failure recovery.

Nov 2025 · Methodology

Grocery Store Classifier Results Under Review

The article reports 94% balanced accuracy and 94% and 96% spot-check rates; those metrics and the feature-importance values are not publicly reproduced.

Oct 2025 · Methodology

Copy-Paste vs. Agent Coding: An Illustrative Comparison

An illustrative comparison of copy-paste and repository-aware coding. The workflows and SNAP-transit correlation are hypothetical, not benchmarks or findings.

Oct 2025 · Methodology

Methods-to-Code with AI: An Article-Reported Workflow

An article-described methods-to-code workflow; the 408 by 4,847 example, output, and timing comparison are not publicly reproduced.

Oct 2025 · Methodology

One Context File: A Workflow for Persistent Project Context

A workflow for documenting research conventions in CLAUDE.md. Time savings and prevented-error counts are article-reported, not independently timed.

Sep 2025 · Methodology