Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
NotHowItWorks
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
NotHowItWorks
13d ago
Track doesn’t mean store. The word you are looking for is “collect”. Saying you “track” implies you’re putting together a profile to be consumed in other services
2.
▲
by
NotHowItWorks
13d ago
It literally is token prediction with vector search. Yes there’s an app layer in the chat product for convenience and parsing but the model is exposing methods like ‘complete’ that predict out word sequences. When model temperature settings
3.
▲
by
NotHowItWorks
13d ago
Facepalm
4.
▲
by
NotHowItWorks
13d ago
LLMs are read only. A developer would be the one using the LLM to evaluate page response text and scraping what they need. LLMs cannot “crawl pages” or “scrape” or do anything - it’s an offline archive with a few convenience methods.