Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. The Great Gatsby(calmscroll.com ↗)
    discuss
  2. Canada and France to Develop Space Systems(bloomberg.com ↗)
    discuss
  3. Open Radar Code Architecture(radioglaciology.com ↗)
    1comments
  4. Applesauce: Transparent Compression for Apple File System Compression (AFSC)(github.com/dr-emann ↗)
    discuss
  5. Jev – System-1 Agent Architecture Radar (open-source)(github.com/logicrw ↗)
    discuss
  6. Nobel economists throw support behind California billionaire tax(ft.com ↗)
    discuss
  7. UK productivity grew twice as fast as thought after 2008 financial crisis(ft.com ↗)
    1comments
  8. Jevcache(jevcache.sh ↗)
    discuss
  9. Victor Hugo Helped Save the Notre-Dame(artnet.com ↗)
    1comments
  10. ZCode: Z.ai's coding agent harness. Powerful, intelligent, extensible(github.com/zai-org ↗)
    discuss
  11. Flock Partnered with Nonprofit That Uses AI to Rally Public Support(theintercept.com ↗)
    discuss
  12. How to Post Train(howtoposttrain.com ↗)
    discuss
  13. A study of sequence weighting at scale(janestreet.com ↗)
    discuss
  14. How Google is drafting AI chatbot laws around the country(npr.org ↗)
    discuss
  15. Giveaway Bot Services(discord.com ↗)
    discuss
  16. Nvidia's Jensen Huang rejects AI extinction warnings as "doomsday narratives"(cbsnews.com ↗)
    3comments
  17. ReBarUEFI: Resizable BAR for almost any UEFI system(github.com/xcuri0 ↗)
    discuss
  18. OpenAI Sees Burning Through $278B by 2030: FT(bloomberg.com ↗)
    2comments
  19. The Roman Space Telescope, explained and up to date(romantelescope.info ↗)
    discuss
  20. The Pain Axis: LLMs Represent Self-Directed Harm and Act to Relieve It(arxiv.org ↗)
    discuss
  21. Show HN: Pollresults.org – free US election opinion poll API(pollresults.org ↗)
    discuss
  22. Chasing Speed of Light on TPU v6e(sailresearch.com ↗)
    discuss
  23. 1k careers. One universe. Sign up not necessary(epie.life ↗)
    5comments
  24. Ask HN: Anyone Played with Jetson Orin Nano Super?
    discuss
  25. Show HN: Gdocs-me-up: a high-fidelity Google Docs exporter(github.com/behdad ↗)
    discuss
  26. OpenPrompt – one workspace for developers using multiple AI coding tools(openprompt.tech ↗)
    discuss
  27. Masked LFW (MLFW) Database(whdeng.cn ↗)
    discuss
  28. CostRift(costrift.com ↗)
    discuss
  29. Jev, Prolog, Pi, and the dream of probabilistic logic programming(deepclause.substack.com ↗)
    discuss
  30. Why back propagation goes backward(gregorygundersen.com ↗)
    discuss

I turned Jev into a (lousy) chatbot

95 pointsby 8h agogithub.com
32 comments
7h 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.

6h 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.

7h agoHN ↗

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

7h agoHN ↗

> write me a short story

a story

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

5h 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.

4h 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.

7h 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.

7h agoHN ↗

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

6h 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/

6h 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.

6h 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

52m agoHN ↗

Also known as Jevons Paradox and Wirth's law.

6h 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.

4h agoHN ↗

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

3h agoHN ↗

I always have a Mandela-effect moment about the Dropbox and iPod dismissive comments with Hackernews and Slashdot respectively.

God I’ old

2h agoHN ↗

The post is specifically about how it can "trivially be implemented using rsync" which is why I chose that verbiage :-)

5h agoHN ↗

when the only purpose of those ideas

I quite enjoyed handwriting my article to be honest.

6h 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!!

5h 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.

5h 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.

4h 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.

4h agoHN ↗

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

4h agoHN ↗

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

3h agoHN ↗

i think the next step is make Jev a emoji bot... The architecture and its limitations would work well in that regime imo better then human language.

2h agoHN ↗

I think it would work well as a multi-emoji compiler too. Some phrases pair well with N emojis, and you’d be able to produce arbitrarily many emojis per phrase

3h agoHN ↗

i am having a bad day and the examples really cheered me up

2h agoHN ↗

I saw a lot of ppl think about what jev could use under the hood and could someone explain why this can't just be an embedding model where we just embed all the input + decisions and give back the cosine (or whatever) similarities?

1h agoHN ↗

if you compare an embedding model to something like Jev which asks 100 questions and use the answers as the embedding you will be able to get move mileage out of the latter. especially because you don't need to train any classifiers for your task, you can work directly on the answers.

that said, I don't understand the hype. I have been doing what Jev does for 2 years now by just forcing json tokens onto an LLM. you can even get the LLM to think. and you can ensemble multiple LLMs.

I suppose the appeal of Jev is how cheap and fast it is, but then it's entirely unsuitable for anything but the most cursory extraction. using it to play games seems like a waste of time especially when most of those games will be played better by an algorithm written by an LLM (just give it the state and ask it to write a bot).

1h agoHN ↗

Embeddings just convert the tokens to a vector that represents the text in an abstract semantic space. JEV goes a step further and actually processes the instructions/meaning of those embeddings to produce output, just not the usual series-of-tokens output we expect from an LLM.

28m agoHN ↗

ha i just tried making a sort of ouija board for jev this morning. it struggled. i look forward to reading how this one works.