# GET Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/get
> Markdown URL: https://aitinkerers.org/technologies/get.md
> Technology record last updated: 2026-03-05T19:10:59Z
> Generated: 2026-09-20T22:45:37Z

GET is the core HTTP request method: it retrieves a representation of a specified resource without altering server state.

GET is your primary method for data retrieval, strictly designed for read-only operations (safe and idempotent). The request sends all necessary parameters via the URL's query string (e.g., `/api/users?id=456`); it must not contain a request body. This architecture makes the response highly cacheable, significantly improving performance for repeat requests. A successful execution returns a `200 OK` status code, delivering the requested resource data directly to the client.

- Official technology site: https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET
- Public AI Tinkerers demos and talks: 3
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Proactive agents that learn from user behavior](https://amsterdam.aitinkerers.org/talks/rsvp_OIXfXSDJe8Q)

For my startup https://donethat.ai I have an agent that can do two things: Send people a daily email and open a chat window proactively. Both are very high risk because as soon as people get annoyed they'll disable that channel forever. To prevent this, I built a system that monitors user response and adjusts behavior based on this.

- Event context: AI Tinkerers Amsterdam x MotherDuck: May Demo Night — 2026-05-28 — Amsterdam
- Public talk page: https://amsterdam.aitinkerers.org/talks/rsvp_OIXfXSDJe8Q

### [Bead Manager](https://boston.aitinkerers.org/talks/rsvp_CMfZIqIUI5k)

Bead Manager is a proof-of-concept web-based user interface for Steve Yegge's Beads project and GasTown agent orchestration system. Bead Managers goals are to: 1. Provide non-technical stakeholders visibility into work-in-progress 2. Provide all users better high-level visibility across the the work 3. Enable stakeholders to provide strategic direction through the web interface 4. Surface and visualize Beads concepts like molecules, bonds, protos, and formulas

- Event context: {Cancelled due to Blizzard Warning } AI Tinkerers Boston: February 2026 Meetup — 2026-02-23 — Boston
- Public talk page: https://boston.aitinkerers.org/talks/rsvp_CMfZIqIUI5k

### [PassportMCP: Auto-sync browser auth with tools for agents](https://sf.aitinkerers.org/talks/rsvp_ni6fhBf7xO0)

PassportMCP is an sdk that automatically syncs your browser's auth state so that you can build MCP servers for any given website. When using the sdk, you don't have to worry about attatching cookies, refreshing tokens, or any of that. Instead, you can make normal GET and POST requests. This lets you build any MCP server you want! The sdk can also be used in scenarios that have nothing to do with MCP. It's just a useful utility if you ever want to make http requests that will automatically be authenticated using the credentials/cookies stored in the browser.

- Event context: AI Tinkerers - San Francisco - February 2025 Demos + Science Fair — 2025-02-28 — San Francisco
- Public talk page: https://sf.aitinkerers.org/talks/rsvp_ni6fhBf7xO0

## Related Technologies

- [Attio](https://aitinkerers.org/technologies/attio) ([Markdown](https://aitinkerers.org/technologies/attio.md)) — 1 public demo
- [Beads](https://aitinkerers.org/technologies/beads) ([Markdown](https://aitinkerers.org/technologies/beads.md)) — 7 public demos
- [Claude Code](https://aitinkerers.org/technologies/claude-code) ([Markdown](https://aitinkerers.org/technologies/claude-code.md)) — 214 public demos
- [Cookies](https://aitinkerers.org/technologies/cookies) ([Markdown](https://aitinkerers.org/technologies/cookies.md)) — 1 public demo
- [Data](https://aitinkerers.org/technologies/data) ([Markdown](https://aitinkerers.org/technologies/data.md)) — 8 public demos
- [Data warehouse](https://aitinkerers.org/technologies/data-warehouse) ([Markdown](https://aitinkerers.org/technologies/data-warehouse.md)) — 2 public demos
- [Dolt](https://aitinkerers.org/technologies/dolt) ([Markdown](https://aitinkerers.org/technologies/dolt.md)) — 1 public demo
- [DoltHub](https://aitinkerers.org/technologies/dolthub) ([Markdown](https://aitinkerers.org/technologies/dolthub.md)) — 1 public demo
- [Go](https://aitinkerers.org/technologies/go) ([Markdown](https://aitinkerers.org/technologies/go.md)) — 24 public demos
- [HTTP](https://aitinkerers.org/technologies/http) ([Markdown](https://aitinkerers.org/technologies/http.md)) — 14 public demos
- [LangChain](https://aitinkerers.org/technologies/langchain) ([Markdown](https://aitinkerers.org/technologies/langchain.md)) — 445 public demos
- [PassportMCP](https://aitinkerers.org/technologies/passportmcp) ([Markdown](https://aitinkerers.org/technologies/passportmcp.md)) — 1 public demo
- [Postman](https://aitinkerers.org/technologies/postman) ([Markdown](https://aitinkerers.org/technologies/postman.md)) — 2 public demos
- [React Flow](https://aitinkerers.org/technologies/react-flow) ([Markdown](https://aitinkerers.org/technologies/react-flow.md)) — 5 public demos
- [ReactFlow](https://aitinkerers.org/technologies/reactflow) ([Markdown](https://aitinkerers.org/technologies/reactflow.md)) — 1 public demo
- [test](https://aitinkerers.org/technologies/test) ([Markdown](https://aitinkerers.org/technologies/test.md)) — 2 public demos
- [Tokens](https://aitinkerers.org/technologies/tokens) ([Markdown](https://aitinkerers.org/technologies/tokens.md)) — 3 public demos
