# Agentic data science patterns Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/agentic-data-science-patterns
> Markdown URL: https://aitinkerers.org/technologies/agentic-data-science-patterns.md
> Technology record last updated: 2026-03-24T08:05:50Z
> Generated: 2026-09-21T10:49:53Z

Agentic data science patterns transition static notebooks into autonomous loops where LLMs iterate on feature engineering, model selection, and error analysis.

Modern data science is shifting from manual experimentation to agentic workflows using frameworks like LangGraph and AutoGen. These patterns employ specialized agents to handle discrete tasks: one for SQL generation, another for cleaning outliers, and a third for hyperparameter tuning. By implementing iterative loops (think ReAct or Plan-and-Execute), these systems can self-correct when a Python script fails or a model underperforms. This approach reduces the time to find optimal XGBoost parameters or valid feature sets from hours of human labor to minutes of automated execution. The focus is on robust orchestration: ensuring the agent can validate its own statistical assumptions before finalizing a deployment pipeline.

- Official technology site: https://www.deeplearning.ai/the-batch/how-agents-can-improve-machine-learning-workflows/
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Agentic Data Science Patterns](https://berlin.aitinkerers.org/talks/rsvp_JY4fRVGs-2g)

Compare agentic patterns for data science workflows, e.g. tool use vs. code sandbox for plotting.

- Event context: AI Tinkerers Berlin Meetup - March 11, 2026 — 2026-03-11 — Berlin
- Public talk page: https://berlin.aitinkerers.org/talks/rsvp_JY4fRVGs-2g

## Related Technologies

- [LangGraph](https://aitinkerers.org/technologies/langgraph) ([Markdown](https://aitinkerers.org/technologies/langgraph.md)) — 67 public demos
- [LLM](https://aitinkerers.org/technologies/llm) ([Markdown](https://aitinkerers.org/technologies/llm.md)) — 123 public demos
- [LLM-based data science ecosystem](https://aitinkerers.org/technologies/llm-based-data-science-ecosystem) ([Markdown](https://aitinkerers.org/technologies/llm-based-data-science-ecosystem.md)) — 1 public demo
- [Python](https://aitinkerers.org/technologies/python) ([Markdown](https://aitinkerers.org/technologies/python.md)) — 662 public demos
