# Code generation Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/code-generation
> Markdown URL: https://aitinkerers.org/technologies/code-generation.md
> Technology record last updated: 2026-03-05T10:12:08Z
> Generated: 2026-08-26T20:18:34Z

Code generation is automated programming: it translates high-level specifications or natural language prompts into executable source code, eliminating manual boilerplate.

This technology leverages large language models (LLMs) and machine learning to accelerate the software development lifecycle. Tools like GitHub Copilot and Amazon CodeWhisperer analyze context—existing code, comments, and documentation—to suggest or produce complete functions and files in languages like Python, Java, and JavaScript. It dramatically boosts developer productivity by automating repetitive tasks, such as writing unit tests or configuring data models, allowing engineers to focus on complex architecture and problem-solving. The process ensures consistency, reduces human error, and can cut time-to-market for new applications significantly.

- Official technology site: https://aws.amazon.com/what-is/ai-code-generation/
- Public AI Tinkerers demos and talks: 3
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Using AI for AppDev](https://prague.aitinkerers.org/talks/rsvp_UKbVFjothGU)

Using AI at scale for enterprise to generate maintainable code :)

- Event context: AI Tinkerers Prague June Meetup — 2026-06-12 — Prague
- Public talk page: https://prague.aitinkerers.org/talks/rsvp_UKbVFjothGU

### [ai-fun: The LLM-powered function builder for TypeScript](https://vienna.aitinkerers.org/talks/rsvp_y5v5W6yDd4M)

ai-fun is an experimental LLM-powered function library. It lets you define the function purpose, the parameters and the output schema and generates and executes the code for you in the background. Think Cursor/GitHub Copilot but as a pluggable library.

- Event context: AI Tinkerers Vienna ICML Edition — 2024-07-24 — Vienna
- Public talk page: https://vienna.aitinkerers.org/talks/rsvp_y5v5W6yDd4M

### [Browserbase Codegen](https://sf.aitinkerers.org/talks/rsvp_5c6ARxGau98)

This is a demo of a new way to generate repeatable code from human actions in a web browser. It paves the way for teaching AI how to use the web like a human.

- Event context: AI Tinkerers - San Francisco - Summer Edition - July 2024 — 2024-07-12 — San Francisco
- Public talk page: https://sf.aitinkerers.org/talks/rsvp_5c6ARxGau98

## Related Technologies

- [AI](https://aitinkerers.org/technologies/ai) ([Markdown](https://aitinkerers.org/technologies/ai.md)) — 54 public demos
- [AI agents](https://aitinkerers.org/technologies/ai-agents) ([Markdown](https://aitinkerers.org/technologies/ai-agents.md)) — 35 public demos
- [ai-fun](https://aitinkerers.org/technologies/ai-fun) ([Markdown](https://aitinkerers.org/technologies/ai-fun.md)) — 1 public demo
- [AppDev](https://aitinkerers.org/technologies/appdev) ([Markdown](https://aitinkerers.org/technologies/appdev.md)) — 1 public demo
- [BERT](https://aitinkerers.org/technologies/bert) ([Markdown](https://aitinkerers.org/technologies/bert.md)) — 179 public demos
- [Browserbase Codegen](https://aitinkerers.org/technologies/browserbase-codegen) ([Markdown](https://aitinkerers.org/technologies/browserbase-codegen.md)) — 1 public demo
- [Claude](https://aitinkerers.org/technologies/claude) ([Markdown](https://aitinkerers.org/technologies/claude.md)) — 171 public demos
- [Cursor](https://aitinkerers.org/technologies/cursor) ([Markdown](https://aitinkerers.org/technologies/cursor.md)) — 62 public demos
- [GitHub Copilot](https://aitinkerers.org/technologies/github-copilot) ([Markdown](https://aitinkerers.org/technologies/github-copilot.md)) — 20 public demos
- [GPT-3](https://aitinkerers.org/technologies/gpt-3) ([Markdown](https://aitinkerers.org/technologies/gpt-3.md)) — 191 public demos
- [GPT-4](https://aitinkerers.org/technologies/gpt-4) ([Markdown](https://aitinkerers.org/technologies/gpt-4.md)) — 529 public demos
- [Keras](https://aitinkerers.org/technologies/keras) ([Markdown](https://aitinkerers.org/technologies/keras.md)) — 74 public demos
- [LLM](https://aitinkerers.org/technologies/llm) ([Markdown](https://aitinkerers.org/technologies/llm.md)) — 121 public demos
- [ONNX](https://aitinkerers.org/technologies/onnx) ([Markdown](https://aitinkerers.org/technologies/onnx.md)) — 83 public demos
- [PyTorch](https://aitinkerers.org/technologies/pytorch) ([Markdown](https://aitinkerers.org/technologies/pytorch.md)) — 273 public demos
- [scikit-learn](https://aitinkerers.org/technologies/scikit-learn) ([Markdown](https://aitinkerers.org/technologies/scikit-learn.md)) — 83 public demos
- [TensorFlow](https://aitinkerers.org/technologies/tensorflow) ([Markdown](https://aitinkerers.org/technologies/tensorflow.md)) — 90 public demos
- [TypeScript](https://aitinkerers.org/technologies/typescript) ([Markdown](https://aitinkerers.org/technologies/typescript.md)) — 199 public demos
