Harvard Agentic Science

Automate the analysis you keep doing by hand

Every time a new batch of data arrives, you do the same thing: open the files, clean the columns, run some statistics, copy the results and make a nice plot. You have been meaning to write a script for months, but the data format keeps changing slightly between batches, the edge cases are annoying, and writing the script from scratch feels like its own project. So you keep doing it by hand.

With agentic AI, you'd walk the model through your workflow once. What does the raw data look like? What do you do first? What gets cleaned, what gets computed, what format does the output need to be in? Talk it through an example. It writes a script in Python, R, or whatever you use that replicates your workflow end to end. You run it on your most recent data, compare the output to what you would have produced by hand, and tell if there is anything to fix. Once it matches, you save the workflow.

From then on, every time new data arrives, you run the agentic script instead of doing it manually. If the data format changes later on, you describe what changed and the model updates the script. And because the script is documented and reproducible, anyone in the lab can run it, not just the person who knows the workflow by heart.