Viewing profile — SomewhatLikely
SomewhatLikely
HN member- Joined
- Tue, May 19, 2015, 6:18 PM UTC
- HN karma
- 692
- Public activity
- 402 items
- HN profile
- View on Hacker News ↗
About SomewhatLikely
No profile information was provided.
Recent public activity
-
comment
Comment #48936182
Cool idea. This might be a time where an option to have an alphabetically ordered keyboard would be useful. By the way, I like testing AIs on new games as they aren't in the traini…
-
comment
Comment #47958845
Checking my history I searched ["chaos goblin" chatgpt] on March 6th after seeing too many goblins and gremlins and didn't find anyone talking about it then. I did have the nerdy p…
-
comment
Comment #47894639
There would still be a point to encourage better predictions from the public information through better modeling. We aren't always using the optimal models to predict. One example:…
-
comment
Comment #47894269
If I'm understanding correctly, this might be the first example of just-in-time agentic coding that I've come across.
-
comment
Comment #47361305
http://astronaut.io/
-
comment
Comment #46042880
I've seen it so this too. I had it keeping a running tally over many turns and occasionally it would say something like: "... bringing the total to 304.. 306, no 303. Haha, just ki…
-
comment
Comment #44844323
The default outputs are considerably shorter even in thinking mode. Something that helped me get the thinking mode back to an acceptable state was to switch to the Nerd personality…
-
comment
Comment #44834044
Nobody's preventing them from rendering it and refining. That's certainly what we'd expect an AGI to do.
-
comment
Comment #44820866
It's likely that the commenter has read less than 5 million posts worth of text though. So perhaps this still points to a lack of diversity in content.
-
comment
Comment #44782765
What was the alternative you went with?
-
comment
Comment #44774880
I saw a very similar timely appeal here on Hacker News a few years ago and taught my son with this book at the age of 4. It has become my go-to comparison when prompting chat bots …
-
comment
Comment #44460370
It's pretty damn capital intensive to be a productive farmer today. That said, AI will likely, hopefully, get cheaper over time.
-
comment
Comment #42489336
You could probably modify the metric to addressed comments per 1000 lines of code.
-
comment
Comment #41807183
"Here, we provide a quantifiable definition: A multimodal native model refers to a single model with strong understanding capabilities across multiple input modalities (e.g. text, …
-
comment
Comment #41784984
My first thought upon seeing the prompt: If you would build an in-memory cache, how would you do it? It should have good performance and be able to hold many entries. Reads are mor…
-
comment
Comment #41485772
Where I thought this might be going from the first paragraph: Negative numbers are sometimes represented with parentheses: (234.58) Tables sometimes tell you in the description tha…
-
comment
Comment #41471809
Something worth mentioning is that if your vectors all have the same length then cosine similarity and Euclidean distance will order most (all?) neighbors in the same order. Think …
-
comment
Comment #41471624
This feels similar to those adversarial examples that first came out that were very tuned for a specific image recognizer. I haven't followed the research but I know they had some …
-
comment
Comment #41463334
https://jonpauluritis.com/articles/why-arent-developers-paid...
-
comment
Comment #41442907
Can I recommend you provide some cost estimates next to the examples for using your own key? I tried a few custom extractions and then checked my usage dashboard and it was already…
-
comment
Comment #41406936
https://arxiv.org/abs/2006.16236 Transformers are RNNs: Fast Autoregressive Transformers with Linear Attention
-
comment
Comment #41376879
Video games are gonna be wild in the near future. You could have one person talking to a model producing something that's on par with a AAA title from today. Imagine the 2d sidescr…
-
comment
Comment #41344159
I've switched to LLM's for explaining commands. Here's ChatGPT4o: The command tar xvzf 1.zip appears to be trying to extract a compressed archive file, but there's a mismatch betwe…
-
comment
Comment #41317598
I suspect there may be a flaw in the visualization where smaller dots are drawn with disproportionately more pixels than bigger dots. Just looking at how much green is on the map i…
-
comment
Comment #40526551
Both of your references use RRF=1/(60+Rank) So I'm not sure why the article uses 1/Rank alone. Did you test both and find that the smoothing didn't help? My understanding is that i…