Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. MultiTOOL Pro AI Kit Utilities(play.google.com ↗)
    discuss
  2. Show HN: Native Mac menu bar app for the Anker Prime 160W (local BLE)(github.com/djui ↗)
    discuss
  3. Nipple tattooist 'frustrated' by online censorship(bbc.com ↗)
    discuss
  4. Periodic Table of North American Electrical Outlets(imgur.com ↗)
    discuss
  5. Mini-Microsoft Wins at Last(molochinations.substack.com ↗)
    discuss
  6. Warren Buffett is stepping down as chairman of Berkshire Hathaway(businessinsider.com ↗)
    discuss
  7. Prompt Wars – An AI riff on Core Wars to prompt-inject each other(promptwars.party ↗)
    1comments
  8. It's Easy to Dismiss Jev as Just a Classifier(sebastianraschka.com ↗)
    discuss
  9. Boring Company is working on a Hyperloop tunnel between Austin and San Antonio(twitter.com/elonmusk ↗)
    discuss
  10. Show HN: Ran Qwen 3.8 27B autonomously(ish) for 3 weeks on single 3090(huggingface.co ↗)
    discuss
  11. Jev is now available to everyone. No waitlist.(twitter.com/typesafeai ↗)
    discuss
  12. Omarchy Quattro [video](youtube.com ↗)
    discuss
  13. Palemoon v35.0.0 has been released(palemoon.org ↗)
    discuss
  14. Is this website more boring than it used to be, or am I just used to it?
    1comments
  15. Ask HN: How have NLP researchers adapted since LLM disrupted their field
    discuss
  16. Whirlpool Washer Transmission Repair (2007)(k0lee.com ↗)
    discuss
  17. Ask HN: In your workplace are non-devs making vibecoded apps?
    discuss
  18. Show HN: AgentTrace–Observability and runtime self-healing engine for AI agents(github.com/mohitkumar188 ↗)
    discuss
  19. Locked Out of China's AI Boom, Graduates Turn to Bootcamps(sixthtone.com ↗)
    discuss
  20. The Death and Life of Chinese Civil Society(madeinchinajournal.com ↗)
    discuss
  21. What It's Like to Work in One of America's Data Centers(wsj.com ↗)
    discuss
  22. Moneypenny: Build Grok bot like bots in Claude or codex(moneypennyagent.com ↗)
    discuss
  23. I stopped drinking the AI Kool-Aid(joshtronic.com ↗)
    4comments
  24. Precision Engineering and Dumpster Diving at Worlds Largest Particle Physics Lab [video](youtube.com ↗)
    discuss
  25. Show HN: Jevlang: Python with a Smart "If"(github.com/sumanmichael ↗)
    discuss
  26. China's 6th-Gen J-36 Fighter-Bomber to Feature Combat Laser(defence-ua.com ↗)
    discuss
  27. Building a genomic primitives library in Rust: the why and how(claymcleod.dev ↗)
    discuss
  28. Shooter game with every NPC tactical decisions made by Jev(yardsort.sh ↗)
    1comments
  29. Preschoolers Who Blink More Often Show Stronger Self-Control, Study Finds(studyfinds.com ↗)
    discuss
  30. Named and Optional Arguments Are Awesome(botahamec.dev ↗)
    1comments

I turned Jev into a (lousy) chatbot

70 pointsby 4h agogithub.com
21 comments
3h agoHN ↗

It's the digital equivalent of Morty speaking with the death crystal: https://youtu.be/YjepJlvkdKs?t=51. The crystal shows him how he will die, so he iteratively determines his speech based on whether he sees himself dying with the life he wants.

2h agoHN ↗

Sometimes I think I'm Morty speaking with the death crystal but I don't even have a death crystal and all I fear is life itself.

3h agoHN ↗

Try returning a short list of word options by lookup based on the current word completion. Would save some turns.

3h agoHN ↗

> write me a short story

a story

I think this is the first time I’ve knowingly laughed at a model’s joke.

1h agoHN ↗

In the olden days when the text-davinci models would just wholesale make shit up they did some pretty funny completions.

An early ChatGPT model made me a pretty funny track list for my imaginary Indian cover band The Needful Dead. It's no longer in my chat history though so clearly Sam retconned anything his models did that could be considered racist.

44m agoHN ↗

Reminds me of the very early LlMs. I also sometimes miss the sheer demented horror of early image models told to generate images of biology.

3h agoHN ↗

Codex and I were trying to infer why Jev gave a certain parameter a given score. So I asked codex to produce a list of like 30 plausible reasons Jev might've selected that and then presented Jev with the initial prompt, followed by "You scored this with XYZ. What was your reasoning for doing this?" And then allowed it to do a noul value for each of the reasons codex generated. Felt like those people that give their dogs the buttons to push.

3h agoHN ↗

Use one black box to debug another black box. Neat :)

2h agoHN ↗

Jev has taught me the same lesson three times over now.

When it first came out, I thought "this weekend, I'll do a little open-source Jev based on single-token prediction and the token logit output", but of course when it came to it, there were at least 5 that had already been done between me thinking that and getting around to it.

So I wrote up[0] what other people had done, but wasn't happy with how weak the benchmarks were, but in the time between writing the first word and the last few, two excellent sets of benchmarks had been written, so I was able to incorporate those. I published the article, and one of the authors of one of the implementations commented that I'd beaten him to doing the write-up he'd wanted to.

This morning I thought "huh, you could have some fun giving Jev a single letter or token at a time, turning it into a chatbot", but as the time of looking two people had already done this (and taken the gag further than I would have), and ... this is isn't either of the ones I'd found. I bet if you scratch the surface there already at leat 5.

Time from idea to output has dropped off a fucking cliff.

0: https://sgnt.ai/p/jev/

2h agoHN ↗

Time from pointless idea to bad output, anyways. We aren't seeing good software, and now neat hobby project ideas are getting harvested pointlessly when the only purpose of those ideas was the fun and learning of doing.

2h agoHN ↗

LLMs are now like major highways, and everyone thinks theyll solve software jams by just adding one more lane; but that just induces demand, and doesnt increase efficiency because the traffic jam is about how people evaluate usage and fill the voids.

Similar to how we upgraded computers for decades and the software bloated to fill the specs

2h agoHN ↗

Good ideas are the survivors of lots of bad ideas.

Slack is glorified IRC yet they're worth billions.

Dropbox can be trivially implemented via rsync yet they're worth billions.

42m agoHN ↗

There is a canonical hacker news post about Dropbox being useless and a pointless idea at one point :)

1h agoHN ↗

when the only purpose of those ideas

I quite enjoyed handwriting my article to be honest.

2h agoHN ↗

I had the same sort of thing going on ahah. But I was convinced some hoje must have already done it and I decided I’d research when I got home (I’m out today). Didn’t expect it to reach hacker news so soon, though!!

1h agoHN ↗

I'll do a little open-source Jev based on single-token prediction and the token logit output

How is this idea generally working out in comparison with Jev? I'm curious, from what I read so far it seems like Jev is still beating this kind of thing.

But it's curious because it's not entirely clear why, from an architecture point of view for all we know that's exactly what they're doing. So it must come down to the quality of those logits, ie., model size and training details.

It seems to me that what most of these single-token-prediction projects are missing is that Jev seems to be claiming they predict well-calibrated probabilities. This is an incredibly valuable thing that LLMs simply can't deliver unless they are trained specially for it.

1h agoHN ↗

How is this idea generally working out in comparison with Jev?

Jev clearly has _some_ secret sauce compared to doing the dumbest thing that could possibly work with Qwen. It's not clear how durable that advantage is against OpenAI wiring up Luna-5.6 and doing a minimum amount of tweaking, but I presume we'll know in a week or two.

11m agoHN ↗

Everything old is new again, huh. I remember people doing this back in the early llama days, restricting grammars to yes and no tokens or 0 and 1 and then classifying questions. Usually it was rather ass in terms of performance cause no model is tuned to reply that way and it was WAY out of distribution, and yet then it got turned into the main way to run multiple choice benchmarks, and then everyone benchmaxxed it. Doesn't the normal MMLU/Pro also just do the same thing, restrict the output to one token, top-k=1, and it has to be one of the choice letters?

I think the real difference Jev makes is the fast parallel decode, it just seems rather bizzare how that works.

57m agoHN ↗

Given Jev does System 1 thinking, this would be equivalent to your ADHD heavy friend.

44m agoHN ↗

The worst part about this is someone still using poetry for python development.