Back to browse
Recursively apply patterns for pathfinding

Recursively apply patterns for pathfinding

by seveibar·Feb 24, 2026·26 points·5 comments

AI Analysis

●●SolidBig BrainWizardry

Novel pattern-classification approach to autorouting, but unproven against real boards.

Strengths
  • Reframes grid-based routing as pattern classification, enabling vision models
  • Interactive visual demos let you test pathfinding on custom obstacle layouts
  • 2-year research context shows serious domain engagement, not weekend hobby
Weaknesses
  • No benchmark against established autorouters or proof it scales to real PCBs
  • Blog post is theoretical; unclear if patterns solve practical industrial routing problems
  • Narrow audience: only relevant to EDA researchers or PCB enthusiasts
Target Audience

Circuit designers, EDA engineers, researchers in AI-assisted PCB routing

Similar To

KiCad autorouter · Altium Designer · Traditional grid-based A* routing

Post Description

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. But then how do you represent the path? This lead me down the track of trying to build an autorouter that represented paths as a bunch of patterns.

More details: https://blog.autorouting.com/p/the-recursive-pattern-pathfin...

Similar Projects