# Claude SDK Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/claude-sdk
> Markdown URL: https://aitinkerers.org/technologies/claude-sdk.md
> Technology record last updated: 2026-09-18T15:13:42Z
> Generated: 2026-09-21T18:43:34Z

The Claude SDK provides official client libraries (Python, TypeScript, Java, Go) for direct, programmatic integration with the Claude API.

You need the Claude SDK for robust, native integration: it delivers official client libraries in key languages like Python, TypeScript, and Java. This is your direct access point to Claude's models (e.g., Claude 3.5 Sonnet) and core functionalities, including streaming, tool use, and structured output. Use the SDK to build autonomous AI agents, automate complex workflows (code review, data analysis), and embed Claude’s reasoning capabilities directly into your production applications. Installation is simple: for Python, run `pip install anthropic`; for TypeScript, use `npm install @anthropic-ai/sdk`.

- Official technology site: https://claude.com/docs/api/client-sdks
- Public AI Tinkerers demos and talks: 4
- Result page: 1 of 1

## Recent Public Talks and Demos

### [The Autonomous Data Platform](https://denver-boulder.aitinkerers.org/talks/rsvp_trQMLCPz4zA)

Most tools make data teams more efficient. We've built a solution that makes them obsolete, by automating the data platform work end-to-end. Rather than specialized roles (e.g., data engineers, scientists, analysts), one expert manages a team of AI agents that handles the entire data workload, from building data pipelines, to dashboards, to analytics.

- Event context: AI Tinkerers Denver - April Meeting — 2026-04-27 — Denver
- Public talk page: https://denver-boulder.aitinkerers.org/talks/rsvp_trQMLCPz4zA

### ["Review Before Review" — the paradox of fixing code before it hits review](https://boston.aitinkerers.org/talks/rsvp_9tEaK6_3R68)

LLMs keep getting better with every release but code reliability is still an issue. Coding agents dont reliably enforce user defined guardrails and/or completely bypass instructions. (Wrote about it here - https://hasaber8.github.io/agents-and-me-experiments-with-ai-workflows-in-production/) After months of experimenting with AI workflows in production, I've found a way to make Claude actually follow the rules. ATX (Agent Nexus) seamlessly connects to ClaudeCode, and OpenCode provides real-time feedback, enforcing rules and standards before they ever reach code review.

- 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_9tEaK6_3R68

### [Optimizing MCP Servers is Weird](https://amsterdam.aitinkerers.org/talks/rsvp_uc8iaAnKqWI)

Building MCP servers feels like run-of-the-mill API development, but testing and optimizing an MCP server requires a unique blend of skills that we typically find in product managers and machine learning scientists. For a software developer to test and optimize how an MCP server behaves inside a client, they'll need to understand the basics of evals, and ways to programmatically iterate on server tool descriptions and outputs. This talk will show an example of running evals on MCP server tools using a "golden prompt set" and show how that can be used to recursively optimize them.

- Event context: AI Tinkerers Amsterdam – November 2025 Edition — 2025-11-11 — Amsterdam
- Public talk page: https://amsterdam.aitinkerers.org/talks/rsvp_uc8iaAnKqWI

### [Claude as a Hedge Fund Manager](https://nyc.aitinkerers.org/talks/rsvp_UJ83m4qKmdg)

At pocket size fund we are building a fully-automated, open-source hedge fund and we are using Claude to: - extract data from news feeds to find signals for buying/selling equities ("my dudes, new iPhone just dropped, maybe buy some AAPL stonks") - chatting over our event stream to understand what our platform is doing ("hey guys, you just bought some stonks good job!") - explainable AI ("we just ran a price prediction forecast and here's why you got the results you saw") - our digital scrum master ("hey team, I've been looking at the code base, your task list, and some of the performance numbers, I think you should work on issue 832 today, and here's some code to get you started, good luck out there!") Oh and btw we are writing all of it in Rust!

- Event context: Building with Claude | An evening with Anthropic — 2024-10-21 — New York City
- Public talk page: https://nyc.aitinkerers.org/talks/rsvp_UJ83m4qKmdg

## Related Technologies

- [Claude Code](https://aitinkerers.org/technologies/claude-code) ([Markdown](https://aitinkerers.org/technologies/claude-code.md)) — 215 public demos
- [Agent Nexus](https://aitinkerers.org/technologies/agent-nexus) ([Markdown](https://aitinkerers.org/technologies/agent-nexus.md)) — 1 public demo
- [Claude](https://aitinkerers.org/technologies/claude) ([Markdown](https://aitinkerers.org/technologies/claude.md)) — 174 public demos
- [Claude CLI](https://aitinkerers.org/technologies/claude-cli) ([Markdown](https://aitinkerers.org/technologies/claude-cli.md)) — 3 public demos
- [Claude CLI/SDK](https://aitinkerers.org/technologies/claude-cli-sdk) ([Markdown](https://aitinkerers.org/technologies/claude-cli-sdk.md)) — 1 public demo
- [Golang](https://aitinkerers.org/technologies/golang) ([Markdown](https://aitinkerers.org/technologies/golang.md)) — 4 public demos
- [Kubernetes](https://aitinkerers.org/technologies/kubernetes) ([Markdown](https://aitinkerers.org/technologies/kubernetes.md)) — 35 public demos
- [MCP](https://aitinkerers.org/technologies/mcp) ([Markdown](https://aitinkerers.org/technologies/mcp.md)) — 129 public demos
- [mcp-lite](https://aitinkerers.org/technologies/mcp-lite) ([Markdown](https://aitinkerers.org/technologies/mcp-lite.md)) — 1 public demo
- [OpenCode](https://aitinkerers.org/technologies/opencode) ([Markdown](https://aitinkerers.org/technologies/opencode.md)) — 12 public demos
- [React](https://aitinkerers.org/technologies/react) ([Markdown](https://aitinkerers.org/technologies/react.md)) — 220 public demos
- [Rust](https://aitinkerers.org/technologies/rust) ([Markdown](https://aitinkerers.org/technologies/rust.md)) — 56 public demos
- [TypeScript](https://aitinkerers.org/technologies/typescript) ([Markdown](https://aitinkerers.org/technologies/typescript.md)) — 205 public demos
