Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Can gzip be a language model?(nathan.rs)
    93comments
  2. AI Has No Wisdom and Neither Will You(alexn.org)
    273comments
  3. MiMo v2.6(xiaomi.com)
    444comments
  4. Spymarks, Not Watermarks(brand.io)
    133comments
  5. AMD's random number generator can't generate a 0?(flatassembler.net)
    105comments
  6. I said no and Apple said yes(dbushell.com)
    371comments
  7. Attention is all you have(alicegg.tech)
    274comments
  8. Line Scan Photos from MUNI Heritage Weekend in San Francisco(lawrence.lu)
    6comments
  9. Transformers Explained Visually(poloclub.github.io)
    77comments
  10. What Sun got wrong(dtrace.org)
    361comments
  11. Verda (Finland) raises $189M in Series B(verda.com)
    21comments
  12. A font that reads what you wrote(rohanadwankar.github.io)
    25comments
  13. I don't want to read what you didn't write(colinbreck.com)
    345comments
  14. 9 Ads per Minute: FIFA Cup 26 – "the price of the beautiful game"(bristol.ac.uk)
    160comments
  15. MiMo-v2.6-Pro: Intelligence, Performance and Price Analysis(artificialanalysis.ai)
    45comments
  16. Engineering Memory: On learning to memorize first 100 digits of pi (2024)(gregorygundersen.com)
    24comments
  17. AI coding has made CI a bottleneck, so we reworked ours to keep up(linear.app)
    338comments
  18. Divide by depth for instant 3D(gabrieloc.com)
    34comments
  19. Looking forward to Git 2.56 – and 3.0(lwn.net)
    87comments
  20. NASA’s Mars Sample Return mission is dead(science.org)
    345comments
  21. What It's Like to Work in One of America's Data Centers(wsj.com)
    25comments
  22. Texas police department ordered to close for failing to provide public benefit(dallasnews.com)
    discuss
  23. A build graph that rolls dice(fzakaria.com)
    2comments
  24. World Wide Words(worldwidewords.org)
    3comments
  25. Claude Status – Elevated errors for multiple models(claude.com)
    99comments
  26. The Advisory Group on Mathematics and Artificial Intelligence(terrytao.wordpress.com)
    76comments
  27. HERMES radio enables voice and data communication over vast distances(ieee.org)
    65comments
  28. Python Workers are now generally available(cloudflare.com)
    39comments
  29. How do traffic signals work? (2019)(practical.engineering)
    70comments
  30. People Training OpenAI's AI Fired for Using AI to Train the AI(404media.co)
    discuss

Jev-Leftpad

229 pointsby 1d agogithub.com
87 comments
1d agoHN ↗

Man-made horrors beyond my comprehension, neat.

1d agoHN ↗

What is my purpose?

You pad the text.

Oh, my god.

1d 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/
1d 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.

1d agoHN ↗

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

1d agoHN ↗

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

20h agoHN ↗

It also ended up inadvertently highlighting a massive problem with the JavaScript ecosystem.

And yet we learned nothing from it and all the same problems keep popping up, only this time in the form of supply chain attacks.

1d 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.

22h agoHN ↗

  > Jev is a new type of model that just makes decisions based on given options. 

something like “if x > y then x else y”?

23h agoHN ↗

yeah but i have PTSD from the og leftpad stuff

1d 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.

1d agoHN ↗

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

1d 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');
    });
1d 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

1d agoHN ↗

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

1d agoHN ↗

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

23h agoHN ↗

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

1d agoHN ↗

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

1d 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.

1d 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

22h agoHN ↗

What else do people think it is? If Typesafe had found a way to measure arbitrary AI results against objective reality (past, future and present) they'd either be making a killing on the stock market or working for the NRO, not publishing that as a confidence value on their API

19h agoHN ↗

Well I think there's an expectation that it's similar to the probability score, something that's outputted by the model itself, and so there's some level of "intelligence" (e.g. being able to recognize if the subject matter is relevant to the data it's been trained on, or as an accumulation of errors e.g. it couldn't figure out the question).

1d agoHN ↗

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

1d 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!

23h agoHN ↗

I think the argument would be that the classifiers of classic ML can be very useful and that Jav is a geenral purpose classifier you can just use that doesn't need to be trained per-task.

23h agoHN ↗

I mean when you get your bloodwork done to check for an illness, the test you get will give the right result 90% of the time - and depending on the result, you doc might order more tests, which could be more expensive but no mrpe reliable than the first - but they are going to be statistically independent, and after 2 more, he can be 99.9% sure.

Which begs the question, can Jev retest until it gets the right result? Can it tell how corellated two of its results are? 90% correct makes for a wonderful iterator, but a poor oracle.

13h agoHN ↗

Yup, you articulated what I was trying to say but much more clearly (thanks!). I suppose I haven't tried just setting n=3 or something, but presumably the Jev docs would mention that if it were enough to get it from 1 figure to 2 (i.e. 90% -> 99%). I agree that there are places where 90% certainty can help, but it really needs to be an agential system; when a doctor runs more tests, they are experimentally engaging with empirical reality in a context-appropriate way.

I guess, in the end: I think it'll end up being fantastically useful for artificial engineers with their vastly superior ability to keep track of fine details and rapidly context switch, but fairly niche for any of us organic engineers that are left.

All that doesn't apply to low stakes stuff like games, though -- can't wait for the first truly open world game, NGL. A silver lining to the cobalt cloud?

1d agoHN ↗

It's surely on the Pareto Frontier of something

1d 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.

1d agoHN ↗

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

1d agoHN ↗

Flaky tests by design is a diabolical idea

1d agoHN ↗

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

21h agoHN ↗

I posted the same observation, then saw yours. Yours is better (at 0.92 certainty) so I deleted my post.

19h agoHN ↗

Reading this, I got excited that there may be be a hidden Easter egg, making fun of Jev. I was disappointed to find actual tests.

1d agoHN ↗

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

1d 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

1d agoHN ↗

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

23h agoHN ↗

It's funny, i actually worked with this guy (same small startup, not closely), and recognized him from that unique username on this post. It's been so long i wouldn't have had any idea if not for the oddness of the single letter username.

1d agoHN ↗

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

22h agoHN ↗

nowadays i can’t even start a day without a fresh cup of jev in the morning…

1d 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.

1d 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

20h agoHN ↗

me: That's enough setup, you're exactly right.

So that's where in the training set current models get that phrase! /j

1d agoHN ↗

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

1d agoHN ↗

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

1d 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.

1d agoHN ↗

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

1d 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.

1d agoHN ↗

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

1d agoHN ↗

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

1d 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

23h agoHN ↗

Maybe for Enterprise scale, for ramen scale hackers if you need 15 spaces you just add 5 to start with then use space_10. Clean and, importantly, dry.

1d agoHN ↗

Is there a local model that can run this?

23h agoHN ↗

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

22h agoHN ↗

People who were in high school in 2016 and therefore not being aware of leftpad are currently in their 6th year of their career if they went directly to college and then a job.

Tech doesn't teach it's own history in a useful way, so we keep repeating it too.

21h agoHN ↗

Another multi-volume textbook to carry for the students of the future!

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

23h agoHN ↗

I must admit, I stopped keeping up with the new AI terms after J-space. Absolute peace of mind.

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

23h agoHN ↗

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

22h agoHN ↗

This comes just in time. My app has been using Amazon Mechanical Turk for left-pad queries, and that service is shutting down in less than two weeks.

21h agoHN ↗

I should have know that beforehand, I have terraform ready for quickly moving off of mechanical turk into agentic AI left padding, this load-bearing workload has to be clowd powered

21h agoHN ↗

Quick, we need a jev-isBoolean(value) so we can code YAML with confidence.

21h agoHN ↗

Cracker news upvotes the stupidest shit to the front page

14h agoHN ↗

Maybe 90% of people are antiintellectual. Maybe internet is overrun with bots. Maybe they all caught the mind virus /s.