# GPT agents Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/gpt-agents
> Markdown URL: https://aitinkerers.org/technologies/gpt-agents.md
> Technology record last updated: 2026-05-18T12:27:57Z
> Generated: 2026-09-22T17:54:02Z

Autonomous Large Language Models (LLMs) that self-prompt, plan multi-step workflows, and execute actions across external tools (e.g., web browsers, APIs) to achieve complex, high-level objectives.

GPT agents are autonomous software entities: they execute complex, long-horizon tasks without human micro-management. This agentic loop involves four core steps: planning, tool selection, execution, and self-reflection. Unlike reactive chatbots, agents dynamically break down a fuzzy goal—like 'analyze Q3 market data and draft a report'—into distinct sub-tasks. They leverage tools such as a visual browser, a code interpreter, or external APIs (Gmail, GitHub) to act on a virtual computer. Major implementations, including the integrated ChatGPT Agent and the AgentKit SDK, demonstrate this shift from conversational AI to proactive, end-to-end automation.

- Official technology site: https://openai.com/developers/agents
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Using GPT Agents to fill out spreadsheets](https://boston.aitinkerers.org/talks/rsvp_9YX0sEY_z7M)

I built a hack project called Airfill, an app that uses home grown GPT agents to fill out Airtable spreadsheets

- Event context: July 2024 Meetup at C10 Labs — 2024-07-22 — Boston
- Public talk page: https://boston.aitinkerers.org/talks/rsvp_9YX0sEY_z7M

## Related Technologies

- [Airfill](https://aitinkerers.org/technologies/airfill) ([Markdown](https://aitinkerers.org/technologies/airfill.md)) — 1 public demo
- [Airtable](https://aitinkerers.org/technologies/airtable) ([Markdown](https://aitinkerers.org/technologies/airtable.md)) — 6 public demos
- [Airtable API](https://aitinkerers.org/technologies/airtable-api) ([Markdown](https://aitinkerers.org/technologies/airtable-api.md)) — 1 public demo
- [ChatGPT](https://aitinkerers.org/technologies/chatgpt) ([Markdown](https://aitinkerers.org/technologies/chatgpt.md)) — 83 public demos
