Y
Hacker News
new
|
ask
|
show
|
jobs
by
jdelman
400 days ago
It's kinda nice to see a non-AI project on here.
1 comments
zeckalpha
400 days ago
Graph traversal is a classical AI problem. See Ch. 3 from AIMA:
https://aima.cs.berkeley.edu/index.html
I assume you mean non-LLM.
link
OutOfHere
400 days ago
Graph transformers, using the same technology as in LLMs, have been a topic of research for many years, also for routing problems. So yes, it is non-LLM, but they could still have a lot in common.
link
I assume you mean non-LLM.