Show HN: Recursively apply patterns for pathfinding

Published: (February 24, 2026 at 04:51 PM EST)
1 min read

Source: Hacker News

Overview

I’ve been begrudgingly working on autorouters for 2 years, looking for new techniques or modern methods that might allow AI to create circuit boards.

One of the biggest problems, in my view, for training an AI to do autorouting is the traditional grid‑based representation of autorouting problems, which challenges spatial understanding. But we know that vision models are very good at classifying, so I wondered if we could train a model to output a path as a classification. However, how do you represent the path? This led me down the track of trying to build an autorouter that represented paths as a bunch of patterns.

More details:

0 views
Back to Blog

Related posts

Read more »

The Robotic Dexterity Deadlock

Article URL: https://www.origami-robotics.com/blog/dexterity-deadlocks.html Comments URL: https://news.ycombinator.com/item?id=47184744 Points: 8 Comments: 0...