Data Science, Econometrics, and Research in the Age of AI

Producing with AI, verifying with discipline

LearnNotebookLM
ExploreGoogle Colab
ResearchGitHub

Carlos Mendez

Nagoya University

2026

The New Trade-off in the Age of AI

The problem

Producing content has never been cheaper

AI writes the essay, the code, and the chart in seconds — for almost nothing.

But can we trust what it produced?

Cheap to produce, expensive to verify — the new danger zone

Cost of verification
highlow
NEW DANGER ZONEcheap to make,
expensive to confirm
Costly all aroundslow to make and
hard to check
Trivialeasy to make,
easy to check
OLD WORLDmanual effort
embedded the checking
lowhigh
Cost of production

AI slashes production cost — but not verification cost — so work migrates into the danger zone.

The real risk is black-box work — in learning and in research

When we can’t check the output, we’re trusting a black box.

  • In learning — plausible answers that quietly mislead.
  • In research — results no reviewer, including you, can audit.

The fix isn’t to avoid AI. It’s to design a workflow that separates production from verification.

One principle, three tools, one workflow

  • One principle — separate what AI produces from what you verify.
  • Three tools — NotebookLM (learn), Google Colab (explore), GitHub (research).
  • One workflow — plan, produce with AI, verify at every step.

NotebookLM — Learn

Tool 1

NotebookLM grounds AI in your sources — a protected study environment

You give it your notes, PDFs, slides, and data. It answers only from those sources.

Grounded in your materials → far less hallucination, and every answer is traceable.

One set of notes → podcasts, videos, summaries, quizzes, and a grounded chatbot

Your sourcesnotes · PDFs · slides · data

🎙 Podcast 🎬 Video overview 📝 Summary ❓ Quiz 💬 Grounded chat

One upload becomes many ways to learn — the AI podcasts and AI tutors behind metricsAI work exactly this way.

In practice: NotebookLM “Deep Dives” you can listen to

Every chapter of the metricsAI project becomes an AI-generated audio discussion — published as a podcast on Spotify.

Listen on Spotify

Google Colab — Explore

Tool 2

Colab: a data-science lab in the browser, with AI inside

  • zero installation — nothing to set up
  • free CPUs and GPUs
  • AI inside — it writes code and explains errors

Start on your laptop at a café; the lab is the same everywhere.

metricsAI: a full econometrics course in Colab notebooks

Every chapter ships as a Google Colab notebook — code, output plots, and an AI assistant beside it.

Course: quarcs-lab.github.io/metricsai  ·  Example: Chapter 1 in Colab

With the right credentials, Colab reaches planetary-scale data

Connect Google Earth Engine and query satellite data straight from a notebook:

  • pollution — aerosols, air quality
  • energy — nighttime lights
  • social — population and development indicators

Big geospatial data, no supercomputer — just a notebook and credentials.

Exploration in Colab becomes a research project — managed in GitHub

A notebook is where discovery happens. Now make the work reproducible and reviewable.

A promising exploration → a project anyone can re-run and audit → GitHub.

GitHub — Research

Tool 3

GitHub makes AI-assisted research transparent and auditable

Collaborate with AI agents the way you would with a careful coauthor — in the open.

Claude Code + GitHub + Overleaf: code, results, and manuscript, all version-controlled.

Everything lives in one repository

The responsible-ai-assisted-research-101 template: analysis code, data, the manuscript, and an agent operating manual — all versioned in one place.

github.com/quarcs-lab/responsible-ai-assisted-research-101

Change the unit of verification: review a story step-by-step

Not a monolithic block of text — a sequence of small, legible changes.

  • each commit is one decision
  • each diff shows exactly what changed
  • the history is the audit trail

800 lines to trust, or 12 to check?

Left: an 800-line dump you’d have to trust wholesale. Right: a bounded 12-line diff and the commit story you actually review.

A work environment built for verification — the antidote to black-box research

GitHub manages the discussion of the code, the results, and the story of the manuscript.

Every claim traces back to the commit that produced it.

But doesn’t AI just do the work for me?

Objection. If the AI produces everything, what is left for the researcher?

Response. AI produces; you design, verify and decide. The judgment — what question, which check, whether to trust the result — stays human. The tools make that judgment easier to exercise, not optional.

One Integrated Workflow

Putting it together

Learn → Explore → Research: NotebookLM, Colab, GitHub in one loop

LearnNotebookLM
ExploreGoogle Colab
ResearchGitHub
↻ iterate — and verify at every step

Three takeaways

  1. Understand the trade-off — AI cuts production cost, so verification becomes the job.
  2. AI assists both learning and research — but only with verification built in.
  3. Integrate the tools — NotebookLM, Colab, and GitHub together serve both production and verification.

In the age of AI, the scarce skill is not production — it’s verification.