# Router Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/router
> Markdown URL: https://aitinkerers.org/technologies/router.md
> Technology record last updated: 2026-02-25T10:13:48Z
> Generated: 2026-09-21T21:38:43Z

A Layer 3 network device: it inspects IP packet headers, consults its routing table, and forwards data between disparate networks (LAN, WAN, Internet) for optimal path delivery.

The router functions as the internet's traffic controller, operating at Layer 3 (Network Layer) of the OSI model. It analyzes the destination IP address in every packet and uses a dynamic routing table to determine the most efficient path, utilizing protocols like OSPF or BGP for route discovery and exchange. For example, a Cisco ASR 9000 series router aggregates traffic across a service provider's network, while a small office's Integrated Services Router (ISR) connects the internal LAN to the external WAN, often performing Network Address Translation (NAT) to share a single public IP address among multiple private devices. The core directive is high-speed, intelligent packet forwarding.

- Official technology site: https://www.techtarget.com/searchnetworking/definition/router
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Automatic model router for LLM workflow](https://montreal.aitinkerers.org/talks/rsvp_8OPa3_aZ15Q)

In this demo, I'll show how I implemented automatic model router to choose which LLM to call in my AI trip planner workflow. It reduced cost by about 50% and latency by about 30%

- Event context: AI Tinkerers Montreal - March 2025 Meetup at Shopify — 2025-03-12 — Montreal
- Public talk page: https://montreal.aitinkerers.org/talks/rsvp_8OPa3_aZ15Q
