Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
piterrro
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
piterrro
7d ago
They can run it on „commodity” hardware as gpus, that gives them ability to change direction fast without burning money on ASIC? The space moves fast so model on ASIC can be outdated in couple of months?
2.
▲
by
piterrro
8d ago
I’m using this model to „rerank” results from vector store. The model is provided a set of results and asked to produce a string of 1s and 0s where the offset reflects the position in the result set. The prompt goes along the line „do this
3.
▲
by
piterrro
8d ago
The problem with that is that it only works with simple, least interactive UIs. Each new UI a human will be presented needs to be learned to be ised effectively otherwise a user will be lost. Having said that, imo, Gen UI only makes sens as
4.
▲
by
piterrro
8d ago
I think there is a big misunderstanding in the space around what Gen UI is and what its used for. Lots of folks refer to it as a framework for building web apps - its not. Gen UI is a DSL for LLM to build UIs on the fly in a multi turn conv
5.
▲
by
piterrro
9d ago
The thing Im missing the most is the goal of this experiment. Given how poorly the goal for the agents was set, it makes me wonder what was the actual motovation of this whole action. Lets get the „make as much money as possible” goal broke
6.
▲
by
piterrro
12d ago
You can get determinostic output (mostly) by setting the temperature to zero. Using couple of other tricks you can get close to 100% of determinism with LLMs.
7.
▲
by
piterrro
13d ago
If you own or work for an invisible company, upvote this comment
8.
▲
by
piterrro
17d ago
I just typed a random sequence of the characters, long enough to be certain such domain doesnt exist. No only, the browser send an autocomplete request for every keystroke but for each request it returned a set of proposed domain names (whi
9.
▲
by
piterrro
18d ago
I do that in psql and it works really well. But your post got me thinking since I need to find a solution to store content of multiple documents, have a way to do FTS as well as vector similarity. I dont need that for all of the documents a
10.
▲
by
piterrro
20d ago
I get the closed source open binary approach - I would test it if I woild be in a need!
11.
▲
by
piterrro
22d ago
RAG only makes sense if you have an LLM review the results, pick the most relevant ones and iterate further if there's a need running another query and repeating the process. Raw dump of vector search (even with reranking) is asking fo
12.
▲
by
piterrro
27d ago
You could write that pseudocode as a prompt for the agent and get the same result. Use plan mode to understand what agent wants to do. Am i missing anything?
13.
▲
by
piterrro
29d ago
true to that - currently using psql (in a single monolithic codebase) as: sql db, json db, vector store, logs store, full-text search, queue, message bus. multiple processes connected to it.
14.
▲
by
piterrro
29d ago
really impressive, could that be the way to locate yourself without GPS? assuming we know more/less where we are
15.
▲
by
piterrro
1mo ago
Companies specialized in building DCs and AI labs specialized in niche models?
16.
▲
by
piterrro
1mo ago
The problem is, beside their size, they have not moat to compete in AI space. Their data centers are spread across the world in other companys DCs (btw do they own any DC actually from top to bottom?).
17.
▲
by
piterrro
1mo ago
I would propose the following, query vector store for 10 closest categories based on a query, feed it to an LLM, in the prompt ask it to produce a single digit 0-9 representing the number of the most appropriate choice. Use plain text promp
18.
▲
by
piterrro
1mo ago
https://grugbrain.dev/ Similar on this topic
19.
▲
by
piterrro
1mo ago
You can even run it on your desk if you want, a single gtx 4090 is enough. It can be fully air gapped.
20.
▲
by
piterrro
1mo ago
Accuracy can have different dimensions, depends on what you can tolerate and whether you can detect it to apply more powerful methods. Imagine you have a cheap and 99% accurate ocr. The other 1% you can detect and apply more powerful (more
21.
▲
by
piterrro
1mo ago
Most use cases dont need that kind of accuracy, just doesnt justify the 3-4usd range. I build for that exact case (tender documents, we’re processing north of 100k pages per day), it doesnt need to recognize scanned written text from 1930s,
22.
▲
by
piterrro
1mo ago
For anyone interested, I have an ocr pipeline running on rented GPUs, doing around 1000pages for 0.05-01 usd with around 0.8 seconds per page with full bounding boxes support for grounding. If you’re interested you can find contact to me vi
23.
▲
by
piterrro
2mo ago
In these situations I always use AI to respond
24.
▲
by
piterrro
2mo ago
Could this vllm port be faster to install? Im starting gpu machine multiple times a day and it takes 5 minutes to set vllm up. If Inise this port that time is minimized?
25.
▲
by
piterrro
2mo ago
Just cant believe AI slop is getting 1k stars on github in two days. Nothing really innovative about this project, nothing you cannot do yourself in two days with a coding agent. I wrote it before, OSS is changing in a way that will basical
26.
▲
by
piterrro
2mo ago
When can we run doom on it?
27.
▲
by
piterrro
2mo ago
Will it fit on ESP32??
28.
▲
by
piterrro
2mo ago
At first I felt bad about not having come up with this solution. But then I realized I have problems with writing binary search by myself in JS and immediately felt better. Now way I could have come up with Kimi Delta Attention.
29.
▲
by
piterrro
2mo ago
this is enough to keep them on the first page of HN and similar services. Its a growth strategy: invest tokens, build some "nice" project nobody wants, get some reach through publishment. Rinse and repeat. Heads up, in 12 months f
30.
▲
by
piterrro
2mo ago
That's a one big hell of a contribution ;-) https://github.com/vercel-labs/scriptc/commit/725b931cf43ba7...
More ›