# Algorithm Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/algorithm
> Markdown URL: https://aitinkerers.org/technologies/algorithm.md
> Technology record last updated: 2026-03-11T20:54:31Z
> Generated: 2026-09-22T17:52:59Z

An algorithm is a finite, rigorous set of instructions designed to solve a specific problem or perform a computation (e.g., Google's PageRank for search ranking).

An algorithm is the core blueprint for computation: a rigorous, finite sequence of well-defined steps. Its function is to systematically process an input and produce a desired output, ensuring a specific problem is solved or a calculation is performed (e.g., sorting 10 million data points). Historically, the Euclidean algorithm (c. 300 BC) demonstrated this logic by finding the greatest common divisor. Today, algorithms are fundamental to everything from securing global data (RSA encryption) to optimizing logistics (Dijkstra’s algorithm). We analyze their efficiency using Big O notation (e.g., a fast Quicksort averages O(n log n) complexity): performance is key.

- Official technology site: https://en.wikipedia.org/wiki/Algorithm
- Public AI Tinkerers demos and talks: 2
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Teaching a robot to always win connect four via LeRobot](https://berlin.aitinkerers.org/talks/rsvp_HveawmqfJoQ)

I trained an autonomous robot arm setup using Hugging Face’s LeRobot framework that plays a game of Connect Four and is annoying as it always beats human opponents. The robot perceives the physical board state via a camera, calculates the optimal move, and executes the physical token drop.

- Event context: AI Tinkerers Berlin - June 17, 2026 — 2026-06-17 — Berlin
- Public talk page: https://berlin.aitinkerers.org/talks/rsvp_HveawmqfJoQ

### [Speeding up inference with Effort Engine](https://poland.aitinkerers.org/talks/rsvp__2MDM6B1P6s)

Founder of Effort Engine (new algorithm for LLM Inference)

- Event context: AI Tinkerers Poland - First Inaugural Meetup in Warsaw (November) — 2024-11-21 — Poland
- Public talk page: https://poland.aitinkerers.org/talks/rsvp__2MDM6B1P6s

## Related Technologies

- [Action Chunking (ACT)](https://aitinkerers.org/technologies/action-chunking-act) ([Markdown](https://aitinkerers.org/technologies/action-chunking-act.md)) — 1 public demo
- [Chunking](https://aitinkerers.org/technologies/chunking) ([Markdown](https://aitinkerers.org/technologies/chunking.md)) — 2 public demos
- [Effort Engine](https://aitinkerers.org/technologies/effort-engine) ([Markdown](https://aitinkerers.org/technologies/effort-engine.md)) — 1 public demo
- [Hardware](https://aitinkerers.org/technologies/hardware) ([Markdown](https://aitinkerers.org/technologies/hardware.md)) — 2 public demos
- [Hugging Face](https://aitinkerers.org/technologies/hugging-face) ([Markdown](https://aitinkerers.org/technologies/hugging-face.md)) — 41 public demos
- [Imitation Learning](https://aitinkerers.org/technologies/imitation-learning) ([Markdown](https://aitinkerers.org/technologies/imitation-learning.md)) — 1 public demo
- [Inference](https://aitinkerers.org/technologies/inference) ([Markdown](https://aitinkerers.org/technologies/inference.md)) — 9 public demos
- [LeRobot](https://aitinkerers.org/technologies/lerobot) ([Markdown](https://aitinkerers.org/technologies/lerobot.md)) — 1 public demo
- [Optimization](https://aitinkerers.org/technologies/optimization) ([Markdown](https://aitinkerers.org/technologies/optimization.md)) — 1 public demo
- [policy training](https://aitinkerers.org/technologies/policy-training) ([Markdown](https://aitinkerers.org/technologies/policy-training.md)) — 1 public demo
- [Robotic Arm](https://aitinkerers.org/technologies/robotic-arm) ([Markdown](https://aitinkerers.org/technologies/robotic-arm.md)) — 1 public demo
- [SO101](https://aitinkerers.org/technologies/so101) ([Markdown](https://aitinkerers.org/technologies/so101.md)) — 1 public demo
- [Transformers](https://aitinkerers.org/technologies/transformers) ([Markdown](https://aitinkerers.org/technologies/transformers.md)) — 148 public demos
- [Transformers (ACT)](https://aitinkerers.org/technologies/transformers-act) ([Markdown](https://aitinkerers.org/technologies/transformers-act.md)) — 1 public demo
