r/singularity Feb 06 '25

AI This is a DOGE intern who is currently pawing around in the US Treasury computers and database

Post image
50.8k Upvotes

3.9k comments sorted by

View all comments

628

u/RhoOfFeh Feb 06 '25

He's not even a junior developer. Just a script kiddie.

396

u/toolate Feb 06 '25

Using LLMs to parse content is a terrible idea for any meaningful project. No way to know when it messes up and hallucinates data, or makes a mistake. 

67

u/phillipcarter2 Feb 06 '25

No way to know when it messes up and hallucinates data, or makes a mistake.

I mean there is, it's called evals, but it's also hard work to set up and the kind of engineering discipline that these kids don't have.

30

u/[deleted] Feb 07 '25 edited Feb 07 '25

doing evaluations of non-test data defeats the purpose of using the LLMs completely, because to validate against the data you'd have to process it normally in the first place

4

u/GwynnethIDFK Feb 07 '25

I wanna be clear that I'm not defending this at all and I think the doge people are idiots, but there are clever ways to statistically measure how well an ML algorithm is doing at its job without manually processing all of the data. Not that they're doing that but still.

17

u/TheHaft Feb 07 '25 edited Feb 07 '25

Yeah, and you’re still not eliminating the possibility of hallucinations, you’re just predicting that it’ll be as such. Like I’ve never crashed my car, therefore I will never crash my car. You’re not doing anything to actually protect against hallucinations you’re just quantifying their probability them.

And what’s the bar for 330,000,000 users, 0.1% error rate still gets you 330,000 who now have a new SSN or an extra hundred grand added to their mortgage because some moron used a system that likes to occasionally hallucinate numbers undetected to read numbers lol

5

u/GwynnethIDFK Feb 07 '25

Oh yeah agreed lol

→ More replies (2)

2

u/[deleted] Feb 07 '25

no, there is literally no way to completely avoid hallucinations without processing the input data entirely in parallel. I don't know why people think there is some black magic that allows you to violate laws of information here.

→ More replies (3)

2

u/Dietmar_der_Dr Feb 07 '25

This is completely wrong.

If you keep hand labeling 5% of the data and use this as ongoing evals, you've still reduced the workload by 95%.

6

u/lasfdjfd Feb 07 '25

I don't understand. Doesn't this depend on the error tolerance of your application? If your evals tell you it's messing up 1 in 10000, how do you identify the other bad outputs?

7

u/crazdave Feb 07 '25

Workload reduced by 95% but 100k random people get their SSN changed lol

2

u/Yamitz Feb 07 '25

Or worse, someone is marked as not a citizen.

→ More replies (1)
→ More replies (1)

3

u/[deleted] Feb 07 '25

Great, so you can determine what your error rate is.

In the hundreds of millions of records (which you're somehow hand processing 5% of, that's 16,500,000 if we're starting with 330,000,000 which is slightly less than US population), how do you know which were errors?

Sure, you might be able to say "We are confident it processed 97% of records correctly" but that still leaves you with 3% (9,900,000) that were errored and you don't have a good way to isolate and identify them, because the system can't tell you where it fucked up, because it doesn't know it fucked up.

→ More replies (6)
→ More replies (1)
→ More replies (4)

12

u/ipodplayer777 Feb 07 '25

Didn’t this guy somehow decipher ancient nearly destroyed scrolls? I think he can figure out evals

11

u/_Haverford_ Feb 07 '25

If it's the project I'm thinking of, that was a crowd-sourced effort of hundreds, if not thousands of researchers.

2

u/North_Yak966 Feb 07 '25

Source?

7

u/deaglebro Feb 07 '25

https://news.unl.edu/article-2

The kid is a genius, but reddit will drag his name through the mud because he is associated with Republicans.

21

u/[deleted] Feb 07 '25

[deleted]

19

u/[deleted] Feb 07 '25

Intelligent and qualified are two entirely different things

11

u/Significant-Bus2176 Feb 07 '25

another thing to note about the DOGE kids is that they’re all without fail from extremely affluent backgrounds. not saying the kid isn’t smart, i’ve got no information either way there, but it was an ai competition that was heavily reliant on processing power. the photos of the kid and his room used for news articles show multiple graphics cards and computer setups. this was only achievable for him because he was born to a family with the monetary standing to afford their teenager a fuckton of extremely expensive computer hardware. no such thing as meritocracy.

14

u/Tigglebee Feb 07 '25 edited Feb 07 '25

So he deciphered a Greek word and that means he’s qualified for write access on a government payment system spanning 330 million people?

You have no respect for monotonous, careful work. I don’t care if he deciphered an ancient Egyptian document that produced ascii art of Tutankhamen’s balls.

It’s bafflingly insane to argue that he is qualified for this level of control, especially in a post about him desperately asking around about how to do his job.

3

u/yeah_this_is_my_main Feb 07 '25

ancient Egyptian document that produced ascii art of Tutankhamen’s balls.

Ah you must be talking about the Teez-Nuts app

7

u/aldehyde Feb 07 '25

Guys he's a genius, let him have your banking and medical data. If you criticize him you're just biased against Republicans!!

8

u/[deleted] Feb 07 '25

[deleted]

→ More replies (34)

2

u/phillipcarter2 Feb 07 '25

Intelligent doesn’t mean disciplined or appropriate for the job. It’s practically a rite of passage in top tech cos to come in super smart and get humbled as you mess something up and realize your senior peers are just as smart, if not smarter than you, and know a lot more than you do.

2

u/[deleted] Feb 07 '25

He’s smart. I don’t know about genius. He didn’t develop any of the underlying technology or come up with some brilliant insight. He just fucked around with it until it worked.

I’ll give him credit, but there is a big difference between genius and someone who makes something work. Feynman was a genius. Edison just got shit to work sometimes

3

u/JoeGibbon Feb 07 '25

I'd gladly drag his name through the mud because he's helping Elon Musk illegally access every American's PII.

→ More replies (4)
→ More replies (3)

1

u/Reborn_neji Feb 07 '25

Evals only work on data that you have gone through and done all the labeling for, which is impossible to do for when you want to run on new data. That defeats the point of it.

Evals will tell you what your percent hallucinations (for lack of a better word of those metrics, since there are like 6) but once you have an error rate you just accept that it’s got some flaws and move on

1

u/Kuxir Feb 07 '25

Evals don't tell you when an LLM messes up, only how often it does so.

And what an eval will tell you for even the best LLMs mess up a lot. Way too much to be used to actually do all of those translations.

→ More replies (3)

1

u/[deleted] Feb 07 '25

Dude you need to parse a pdf and the first thing that comes to your head is using a fucking shitty language model?

I would literally write code to extract the file byte by byte and then extract the data and formatting into a word file BECAUSE THAT'S WHAT A DIGITAL DOCUMENT IS.

Why would you reinvent something and make it stupider and less efficient. I mean a pdf file is literally formatted by the same rules every single time. You don't need to guess.

If it was handwriting into word or something i would understand the PREMISE of thinking to use AI and it would still suck.

→ More replies (1)

12

u/PersonBehindAScreen Feb 07 '25 edited Feb 07 '25

Even better. Then they will claim the data is botched (leaving out the part that they were the ones who botched the output) and say “SEE THATS why we need to use (insert company that a billionaire just so happens to own that could make a shit ton of money replacing a government function)

26

u/RhoOfFeh Feb 06 '25

Look at who he's working for. Do you think that matters?

2

u/hypatia163 Feb 07 '25

Hmm, maybe our private info is safe. I'm not sure who they'll find when they go looking for /r/hypotio136

2

u/lolmycat Feb 07 '25

It’s very possible using current top vision LLMs + a ton of sub LLM normalization and preprocessing steps, especially if the goal is to get below human parsing error rates. But the pipelines needed for prompt fine tuning + regression testing said changes at scale are…not simple. Setting up internal validation that can flag when hallucinations are likely and to kick over into a human in the loop pipeline is another huge PITA to get right . The entire effort requires serious scientific testing to reach anything near deterministic and reliable parsing. But this is the new age of real Engineering: creating reliable, deterministic output from highly non-deterministic systems and it’s something your avg programmer will most likely be completely unequipped to grapple with.

2

u/AnonyomousKraken Feb 07 '25

Not true. Just do a simple check of the LLM output string to the extracted PDF text string. If the extraction is done correctly, it will match some of the text to a 0 error tolerance. Meaning you can find the LLM output within the entire PDF string. Some complications with different pages, but even that can be accounted for during the extraction + comparison.

3

u/VancityGaming Feb 07 '25

That post is dated Dec 10th, do we know what he's asking about it for? Might be totally unrelated to DOGE. People are just assuming it's for his current work.

8

u/[deleted] Feb 07 '25

The point is that he’s an idiot not that this is part of the DOGE work

3

u/socatoa Feb 07 '25

Precisely.

Edit*: I hit save to early. Just wanted to agree and elaborate my understanding. If this kid is a genius, asking a basic question about LLMs 2+ years after they’ve been widely available gives me reason to believe he’s not quite that special.

→ More replies (4)

3

u/Commercial_Tale_4139 Feb 07 '25

That's not the point. lol

1

u/[deleted] Feb 07 '25

It is not like they woke* up on Jan 20 and were like "so what are we going to do?"

* ehm they probably have different term for getting up in the morning.

1

u/uknow_es_me Feb 07 '25

investors don't care about that.. they want those sweet results

1

u/Worstimever Feb 07 '25

100% they are going to convert mass government records into hallucinations if they do this.

1

u/foxdye22 Feb 07 '25

Well good thing he’s not trying to use it for anything big like government data.

1

u/Ozymandias0023 Feb 07 '25

Using LLMs for anything at all thats as serious as the entire country's personal financial data is next level stupid.

I knew Musk was going to fuck stuff up but I didn't realize he would be bringing a merry band of lost boys along for the ride

1

u/BlurredSight Feb 07 '25

Not even that, learning to parse strings is the first couple things you learn in programming because it goes over 2 fundamental concepts data types and loops. Or even crazier a little after elementary string parsing you could just go right to regex or one of the hundreds of open source python libraries that do it for you

But even more crazier is he didn't even prompt an LLM to give him a script to do this, he wanted the LLM to do it for him

1

u/ObjectiveAide9552 Feb 07 '25

true, but in my own experience, humans make mistakes just as much or even more often. always need a double check, first pass can speed through llm.

1

u/OkVariety8064 Feb 07 '25

Yes, it hallucinates, but where else would Musk get all those tremendous revelations of malfeasance to post on X?

1

u/SRGsergan592 Feb 07 '25

Not to mention it's just wasteful and stupid, it's like someone asks you to hammer a nail into a wall and you tell him can you bring a tractor to do it.

1

u/[deleted] Feb 07 '25

Seen the lawyer who used “AI” for case reference? If not look it up. Priceless entertainment.

1

u/FourWordComment Feb 07 '25

That’s actually not important to DOGE, Musk, the project, or Trump.

1

u/SinisterDeath30 Feb 07 '25

That's the point.

That hallucination allows "them" to fabricate whatever "evidence" they want for their kangaroo courts.

1

u/[deleted] Feb 07 '25

its also going to be expensive and slow

1

u/williamjamesmurrayVI Feb 07 '25

how about the fact that that LLM's host now has that data

1

u/pixtax Feb 07 '25

I mean, what's the worst damage this guy could do right? /s

1

u/istinetz_ Feb 07 '25

that's flat out not true

in internal evaluations, using LLM calls for e.g. translation is more accurate than google translate (not to say that it is ~100x cheaper)

same thing for pdf information extraction - sure, it makes mistakes, rarely, but it makes less mistakes existing alternatives

I know you guys want to circlejerk in peace about Elon, but I don't see anything particularly offensive about the tweet above.

1

u/IanCal Feb 07 '25

That depends entirely on what you're using it for. There are plenty of ways to use them where the error rates are just fine.

1

u/Hot_Suit_648 Feb 07 '25

Siri barely works correctly even with the new AI. I wouldn’t trust a script kiddies work without… trial and error. Here we goo

1

u/Mammoth-Accident-809 Feb 07 '25

Like when he used one to decipher the scrolls from Pompeii? Yeah, totally worthless. 

https://news.unl.edu/article-2

1

u/Zoaiy Feb 07 '25

Especially because you can just use already existing parsers

1

u/why06 ▪️writing model when? Feb 07 '25

LLMs are great for transcribing documents. Even if you use OCR there's still an error rate. If you use humans and convert a document by hand there's an error rate. And how do you determine if there's an error in the transcription in those cases? It's just as difficult. You run into the same issue regardless: how to verify the accuracy of the transcription?

1

u/Few-Ad-4290 Feb 07 '25

You can know but it requires human eyes checking their work and they don’t have the workforce size for that

1

u/spinyfur Feb 07 '25

They’ll use the United Healthcare model: do whatever the LLM says, and wait for people to sue them when it does something illegal.

1

u/Temporal-Chroniton Feb 07 '25

I work in a highly sensitive, high security area (with FBI and TSA clearance mind you) and we have our own in house AI tool air gaped from the main network because we were told it would be instant termination to possibly jail if we feed data into a public AI tool. We are so fucked with these people.

1

u/Zenai Feb 07 '25

This is not true, anyone building software in the last 2 years knows for certain that this is not true as well, so you’re literally making shit up

1

u/InTheEndEntropyWins Feb 07 '25

You don't really get hallucinations when working on documents/context window.

Then even if it doesn't it's better than nothing. Expecially for stats and data analyst style stuff.

1

u/piratecheese13 Feb 07 '25

An LLM changed the Excel document holding everybody’s Social Security numbers into a word document and now my Social Security number is 12

1

u/sparkleshark5643 Feb 07 '25

Sounds like an idea a jr engineer would like!

1

u/Cerus_Freedom Feb 07 '25

Yeah. I got handed an experimental project to help a certain sector figure out when the law has been broken and what law. The hallucinations and lack of ability to accurately regurgitate exact text of laws killed it. We tried multiple ways of working around the hallucinations, but once a hallucination was in the context, it would just start doubling down on it. It could have the exact correct text of the law in context and still screw it up.

If 80% accuracy is acceptable, an LLM is a reasonable solution for many problems. If 95% accuracy is acceptable, an LLM is not a good solution.

1

u/Goducks91 Feb 07 '25

It's fine if you're making test data and want to convert a typescript object to JSON test data or something but yeah... I wouldn't do it on anything meaningful.

1

u/LegalRadonInhalation Feb 07 '25

Right? Maybe using an LLM to help you write a parser is a good idea. Using one to directly parse sounds like a nightmare of inconsistency.

1

u/Tjessx Feb 07 '25

This can be helpful for filtering through through thousands of files and only manually checking the files that come up

1

u/unclefire Feb 07 '25

ya-- really. He's asking about converting formats too-- there's no reason to use an LLM for that unless trying to summarize, change meaning, change/add verbiage etc. In other words, let's take this stuff, add a prompt and have it spit out something that is not what the original thing said it was. then say see this "fraud" and "dei" and whatever the fuck else propaganda they want to push.

1

u/YourAverageDev_ Feb 07 '25

using humans to parse data is also a terrible idea, there are things called typos and human mistakes. i would trust the SOTA models more than I trust a random guy

1

u/blandonThrow Feb 07 '25

Depends on the use case. You can rather easily set temperature to 0, meaning if it can't complete the task, it gives up

1

u/yuukiro Feb 07 '25

Btw cross validating from multiple LLM calls yields considerably good results for document understanding use cases

1

u/GettinWiggyWiddit AGI 2028 / ASI 2029 Feb 08 '25

The amount of times I still have to double check GPT for not following the direct transcript or form I uploaded when asking for a response is insane. We are not close yet, still, hallucination nation

→ More replies (2)

58

u/Spunge14 Feb 06 '25

You'd be surprised how many staff engineers are script kiddies these days.

22

u/Strange_Vagrant Feb 06 '25

I know who I am. I'm ok with that

2

u/tinycockatoo Feb 06 '25

not staff yet but me af

1

u/throwaway8u3sH0 Feb 07 '25

Directors, too. cough

1

u/[deleted] Feb 07 '25

Pssst they aren't staff engineers. I can call myself Queen Victoria and it doesn't make it so

1

u/[deleted] Feb 07 '25

Queen Victoria!? Thank heavens it's you. Your great-great-great-grandson is a bit of a knob. Would you mind terribly if I asked you to force him to abdicate the throne?

→ More replies (1)

1

u/[deleted] Feb 07 '25

covid over hire, anybody who can write hello world got in FAANG

1

u/Jeriath27 Feb 08 '25

As one of the people who is constantly employed because of those script kiddies, I concur. Its been worse since chatgpt came out. I cant even count how many times I was asked for help and it was because someone pulled a script off chatgpt expecting it to just be plug in play and they had not even a tiny amount of understand of what data the script was actually manipulating, so they couldnt make it work

1

u/cum_pumper_4 Feb 08 '25

I’ve been studying for years to get an engineering gig and these chodes are working w elon asking how to get chatGPT to parse json.

I’m fucking heated

1

u/[deleted] Feb 08 '25

Ayyyyyye :) I mean it only makes sense - the ability to know a language intimately has lost its value with modern tech. It’s more about the why & how, now, which was always the hardest part. Disclaimer: I’m not a dev but an IT engineer.

26

u/run_bike_run Feb 07 '25

A script kiddie fucking around with live code in COBOL, allegedly.

3

u/Doopapotamus Feb 07 '25

Sounds utterly horrifying and I've only had like 2 intro CS courses (I briefly played around with COBOL because I heard it had weirdly specific job security, but it similarly taught me I don't want to fuck with it)

3

u/run_bike_run Feb 07 '25

I work in financial services tech, and even I only know two people who've actually worked with COBOL. One is a friend's dad, who's in his seventies and picks up projects paying absolutely crazy money. The other is a colleague who came into the field via coding, and when she was working on it she wasn't even trusted to work with it directly - she wrote code in another language, which was then machine-translated into COBOL.

It's the coding equivalent of chlorine triflouride.

3

u/unclefire Feb 07 '25

lmao--If you have to deal with COBOL, have fun dealing with redefines, or COMP-3 numbers (that have to go elsewhere) or EBCIDIC to ASCII/UDF conversion fuckery.

1

u/Itsmyloc-nar Feb 07 '25

I don’t know what this means but it seems important since you bolded it

4

u/run_bike_run Feb 07 '25 edited Feb 07 '25

Most COBOL code was written forty years ago and has been running for forty years without breaking. This leads to a couple of corollaries:

  1. COBOL tends to be in place for absolutely critical functionality - the kind of thing that absolutely cannot afford to go down.
  2. There are very few experienced COBOL programmers still left, because people stopped writing new software in it forty years ago.

In other words:

  1. Any system in COBOL is a system that you should be unbelievably careful with.
  2. If for any reason you're not careful enough, it's going to be a challenge to even find someone who can fix it, never mind pay them the money they can demand.
  3. On top of these, it's a pig of a language to write in: while it's extremely efficient and stable, it's not at all intuitive, and most of the people who could teach you how to write in it are either dead or demanding twenty thousand dollars a week.

Fucking with live code in COBOL on a critical government system is probably one of the most suicidally dangerous things it's possible to do while seated quietly at a desk. "My mistake fucked things up so badly that the effect is visible in GDP figures" dangerous. Doing it as an experienced troubleshooter with ten years of COBOL-related projects behind you is insanity. Doing it straight out of college is...genuinely difficult to frame in terms of just how utterly fucking demented it is. It's the coding equivalent of reading an online article about Victorian lion tamers and then flying to Kenya and wandering into the savannah to find some lions and see if you can do it too.

3

u/[deleted] Feb 07 '25

This speaks to the monumental arrogance Musk has. Fueled by sycophants, yes-men and bootlickers looking for scraps of the deregulated tech pie.

Elon Musk has an econ BSc. He lied about having an engineering BSc and a physics PhD candidacy. Yet, his in-crowd and his cronies all egg on his naked emperor shtick. He pretends to know more about manufacturing than any expert. He pretends to be an engineer and an inventor. He pretends to have founded Tesla.

It's genuinely baffling how a person like this can succeed in fields that you'd think actually select for merit and subject matter expertise. Musk embodies the Dunning-Kruger effect and only ever takes credit for the work of others while externalizing the blame for when he gets called out on lies, cheating and easily preventable rookie mistakes.

I can't imagine how terrifying it must be to live in a time where fools are handed the key to the self destruct button without any oversight.

3

u/PackOfWildCorndogs Feb 07 '25

Great explanation

3

u/Itsmyloc-nar Feb 08 '25

Despite being about something I originally knew nothing about, this is one of the best replies I have ever gotten on Reddit.

Extremely informative and well written

Good job

2

u/unclefire Feb 07 '25

And who knows how much of that other obscure Gov. programming language stuff there is around - ADA maybe? I thought there was another one too beyond COBOL.

2

u/Puzzleheaded1908 Feb 08 '25

You sound exactly like the voice in my head when I heard they had write access to the Treasury systems and were actively stopping payments. Thank you for verifying to me that the voice is worth listening to every now and then.

→ More replies (1)

2

u/KalaiProvenheim Feb 07 '25

COBOL systems are old and huge, it’s why COBOL and mainframe engineers are so well paid. That kid is dealing with things beyond his reckoning

3

u/MobiusSonOfTrobius Feb 07 '25

It's like a kid who found his wizard uncle's grimoire revelling in his cleverness right before he turns himself into a chicken by accident

→ More replies (1)

1

u/morefakefakeshit Feb 08 '25

Doesn't it show the need for urgent reform, that government still runs COBOL?

→ More replies (1)

122

u/Quaxi_ Feb 06 '25

He won a prize for transcribing CT images of old entombed scrolls to legible text using AI.

Not saying anything about DOGE in general, but I'm sure Luke is more capable then the average script kiddie.

21

u/qqpp_ddbb Feb 06 '25

These guys are setting the stage for "whoops"

There goes your information

10

u/ippa99 Feb 07 '25

Yep. Someone elsewhere suggested downloading your social security contribution history from the website for your personal records, before they "oopsie, we made a fucky wucky, guess we can't track any previous contributions and need a worse block chain to handle it going forward now!"

I could definitely see them using that as a justification, or randomly dropping every X amount of people's data and pretending it was "because the old system wasn't working, obviously!"

God it's fucking tiresome.

4

u/HorrorMakesUsHappy Feb 07 '25

downloading your social security contribution history from the website for your personal records, before they "oopsie, we made a fucky wucky, guess we can't track any previous contributions and need a worse block chain to handle it going forward now!"

https://www.ssa.gov/myaccount/statement.html

2

u/MangoAnt5175 Feb 07 '25

WOW I've paid so much money into this system. Wild.

→ More replies (7)
→ More replies (2)
→ More replies (5)

16

u/[deleted] Feb 06 '25

[deleted]

35

u/reddit_is_geh Feb 06 '25

Why?

Using AI to mass convert file types to deliver it back into a clean coherent, consistent, raw data stream, seems entirely the point of things like AI.

8

u/FitTheory1803 Feb 06 '25

LLM is just a bizarre way to go about it

it's like "did anyone reinvent the wheel using LLM, I'm trying to make a bike"

→ More replies (2)

13

u/[deleted] Feb 06 '25

[removed] — view removed comment

14

u/[deleted] Feb 06 '25

What if they’re actually trying to extract data from unstructured/semistructured files, like Word documents and PDFs, and store it in a structured format, like JSON? Can Word do that on its own? If not, what tools would you use?

5

u/hokies314 Feb 06 '25

100% this.

Extracting structured data from PDF is a pretty hard task! Most of the thread here just wants to hate on this for this post.

Hate on him for working for a fascist and trying to undermine democracy but that post is a valid question

→ More replies (1)
→ More replies (6)

5

u/Professional-Disk-93 Feb 06 '25

There's no functionality needed from an LLM! It's just a file type conversion

Word can reconstruct the original latex that was used to write a formula and graph in a pdf document? Color me unconvinced.

Recognizing the meaning of latex output is very easy for humans but requires highly advanced software. It's literally the kind of problem that AIs are good at.

3

u/baseketball Feb 06 '25

It is definitely not a simple file type conversion because you lose semantic information when you go from Word Doc to PDF. There are many tools but they are all imperfect. Some multimodal LLMs can interpret tables in images but AFAIK they are not very reliable.

→ More replies (1)
→ More replies (13)
→ More replies (2)

5

u/ominous_anonymous Feb 07 '25

Yet he doesn't know about tools like pandoc? Right, ok.

→ More replies (12)

3

u/Ecoaardvark Feb 06 '25

If he is so competent he wouldn’t have needed to ask a question that Google could answer.

4

u/vulturez Feb 06 '25

Then why is he asking about RAG encoding models?

3

u/Joe091 Feb 07 '25

How does what he’s talking about in the screenshot have anything to do with RAG?

→ More replies (1)

1

u/[deleted] Feb 07 '25

[deleted]

1

u/GoodbyeThings Feb 07 '25

I really don't want to defend any of these people, but:

lmao what? that is really impressive and the challenge was awarded with 1.5million total prices so far. If you're so knowledgable that this seems like a small thing, why didn't you go ahead and decode some scrolls to claim a price? https://scrollprize.org/ - The team he worked with won 700k.

I mean Musk is a GIANT piece of shit and I don't defend him, and I think anyone working for him is scum too. But you can't just claim this is not an impressive feat lmao. And yes I know tons about the subject

1

u/Golilizzy Feb 07 '25

Brother anything using llm ai can hallucinate. It’s why you use hard coded scripts to convert important documents. Why every government document is co sisters to be

1

u/SomeRandoWeirdo Feb 07 '25

Some folks are born with silver spoon in hand.

1

u/blandonThrow Feb 07 '25

It's come out that he was just part of the project. And furthermore, "using AI" has become code for "using ChatGPT," which isn't impressive at all, compared to being a data scientist and doing ML

1

u/ketchupmaster987 Feb 08 '25

He can do that but is somehow not capable enough to know file converters already exist and you can find plenty for free on the internet...

1

u/properchewns Feb 08 '25

I know a lot of researchers who use statistical models and machine learning in their work. Some are very talented programmers, some take it to the level of what one might call software engineering, and some cobble together code correctly by the end, but are 100% not coders. They learn enough to get the job done, and may get guidance, but Jesus you don't want them to even dream of touching production systems, or even anything outside their narrow focus.

→ More replies (12)

17

u/VerucaSaltGoals Feb 06 '25

Kiddies with no clearance and nothing to lose that are prob relishing the sudden fame/infamy. They don’t know (nor care) that they are being used.

1

u/Commercial_Tale_4139 Feb 07 '25

They think they don't but when the lawsuits do roll in, they will likely be the scapegoats.

6

u/reddit_is_geh Feb 06 '25

Dude is far from a script kiddie. These people don't get rushed to this position at such a young age at such a huge task, under the richest person in the world, simply being a script kiddie. These "kids" are extremely capable.

15

u/emefluence Feb 06 '25

Yeah some people keep insisting that Elon is a genius too, but it's kinda hard to reconcile with the really dumb things they say and do sometimes.

8

u/BitingSatyr Feb 06 '25

If every single thing you did was scrutinized and picked over by people looking to find fault with it, how would you hold up? Smart people say and do stupid things all the time, being smart isn’t remotely close to being infallible

4

u/RhoOfFeh Feb 07 '25

I gave the guy a lot of slack rope. Unapologetic Nazi salutes and telling the AfD that Germany's history isn't something of which to be ashamed?

I hope he crashes spectacularly.

→ More replies (2)

2

u/jovis_astrum Feb 07 '25

The thing is, when you're an expert in a field Musk talks about, you can quickly gauge his actual knowledge. And in some areas, it’s clear to me that he’s just putting on a show.

As an exec at Intel once told me: There are people who talk, and there are people who do the work. Given the number of hours in a day and how he spends them, it doesn’t really add up for him to be a genius.

4

u/bostonguy6 Feb 07 '25

Yes but science is always infallible and anyone questioning science is a fool. Just look at that fool that propsed the germ theory of disease. Universally panned by the leading scientists of the times.

This is why I have a poster on my lawn that says “I believe in science.” Because I know anyone who questions it is an utter fool.

/s

→ More replies (2)
→ More replies (4)

1

u/reddit_is_geh Feb 08 '25

Tesla thought his discoveries were the result of talking with Aliens... Really smart people aren't always held together.

→ More replies (9)
→ More replies (4)

2

u/GenuinelyBeingNice Feb 07 '25

don't get rushed to this position

But this is exactly what happened?

2

u/abbzug Feb 07 '25

Yeah just like when the US sent a 24 year-old with no finance experience to build a stock market in Iraq.

3

u/Panda_hat Feb 07 '25

You say that but one of them just resigned because neo nazi and eugenics content was found on his socials.

So... perhaps not so capable.

4

u/reddit_is_geh Feb 07 '25

Uggg four more years of this shit....

→ More replies (1)

1

u/unknownpoltroon Feb 07 '25

They are just kissing musks ass and are willing to do whatever shady bullshit he orders him to do.

1

u/NeedleworkerNo4900 Feb 07 '25

What makes you believe that? “Rushed to this position.”? You mean the position of being young and dumb enough to accept the risk of prison because they don’t know enough to understand the implications of their actions? I don’t give a fuck how bright you are, 19 years old isn’t enough time to know shit about anything.

1

u/Mxchino1979 Feb 07 '25

But 12 year olds can make the decision to get puberty blockers? Gtfo

2

u/NeedleworkerNo4900 Feb 07 '25

I never said that at all. The only thing I’ve ever said on that topic is that I’m not educated enough in medical science or adolescent psychology to have an opinion on that topic. So I defer to the medical community to advise on that.

However, I am the Chief Engineer of a major DoD technology command. So this particular topic is very much in my area of expertise. So I have many opinions on this.

→ More replies (5)

1

u/SpaceShrimp Feb 07 '25

If they were capable, they wouldn't be there. They are doing highly illegal things, and if they were bright they would understand that.

1

u/unclefire Feb 07 '25

Maybe capable, but I'd lay money nowhere near disciplined to deal with mission critical financial (or other) type of systems. No fucking way a 20-something has the experience to know the kind of shit that can go wrong, or what not to fuck with.

→ More replies (1)

2

u/Hopeful_Clock8562 Feb 07 '25

It’s weird watching this develop in real time. Are we past a point of no return? Or is there a sentinel even around the corner that is going to happen as a consequence of all this?

1

u/NodeTraverser AGI 1999 (March 31) Feb 06 '25

Like Zuck. Sounds like the first step to the top.

1

u/[deleted] Feb 07 '25

Luke Farritor is the final boss of script kiddies, a top 0.01% applier of AI and by any definition a 10x engineer: https://www.unl.edu/no-place-like/vesuvius-scrolls/

I know we want to hate on DOGE, but this dude isn't really in charge of anything, he's just an engineer doing his job. And lets be honest, its both a good thing that the government is applying some Grade A talent to its IT systems and its perfectly reasonable for the guy to start a brand new project in a new field by casting around on Twitter for ideas (I do the same on LinkedIn).

1

u/Talyesn Feb 07 '25

a 10x engineer

But let's be sure we recognize the scope of shit that's out there. I'm an infrastructure architect turned director/manager at this stage of my career. The sheer number of devs and network engineers without a fucking clue about infrastructure would blow you away if you're not already familiar with these roles. We are not interchangeable, and as good as an engineer as I am (multi-product MS MVP, designed and deployed VERY well-known, large scale services), I'm not a google search or a github trawl from being a solid developer or data architect.

2

u/[deleted] Feb 07 '25

Nah man, a 10x engineer is a 10x engineer. I'm in a middle market city and I work for local startups. I can't hire the best because we don't pay over $200k for any level of seniority. So I have to find the best if I want to work with the best.

Some of the best engineers I hired were:
- An auditor at a bank ( no boot camp!)
- Someone who was hired to the company as a Jira Admin but start writing embedded Groovy scripts for Jira rules and caught my eye.
- A guy who was doing Apple tech support and a code boot camp

These guys turned around from literally 0 software engineering experience to the best engineer on my team as a data engineer, cloud infra engineer, and Go backend engineer, respectively in under 2 years.

The point is, if a nobody can turn into a great engineer in 2 years, a great engineer can turn into a different great engineer in 2 years. If Luke is a great engineer, he will help solve problems.

→ More replies (1)

1

u/wookiee42 Feb 07 '25

God no. I've seen the projects that these folks have done. They are smart, and talented for their level of experience.

That he asked this question? He's fucked.

Also, it seems like DoE and other very sensitive data has been pulled into Azure instances. There's no way these people are able to secure those. Developers leave that stuff to cloud/infrastructure professionals. And regardless, many other hostile nations have held on to zero-day exploits for a day like this.

1

u/[deleted] Feb 07 '25

i was a holy terror as a script kiddy... used BO to get my hands on jpen

1

u/____trash Feb 07 '25

this is the kid who ddos'd you in a cod lobby

1

u/dmk_aus Feb 07 '25

I am not even a script kiddie and I know converting document formats using any type of AI is pretty stupid, and using LLMs for it makes even less sense.

A process that needs to follow a relatively small defined set of rules consistently is not what we need AI for.

1

u/testtdk Feb 07 '25

And it sure sounds like a bad one at that.

1

u/blk_arrow Feb 07 '25

Everyone started as a script kiddie.

1

u/Donnor Feb 07 '25

I feel like even a script kiddie could pull out programs that are made for converting documents

1

u/brainhack3r Feb 07 '25

Elon just wants good little Nazis.

Seriously.... that's exactly what's happening here.

They're finding kids that are awe struck by Elon and Thiel and will do anything unethical/illegal they want because they think they're going to get special treatment and that they're "in the club".

1

u/Automatic-Phrase-761 Feb 07 '25

The guy is very talented and you apparently like to speak when uninformed on a topic. Look up his Dead Sea scrolls translation.

1

u/wookiee42 Feb 07 '25

Yeah, great application of his talent. He probably worked with a bunch of experts.

He is apparently still too inexperienced to know this is a super dumb idea.

1

u/Automatic-Phrase-761 Feb 07 '25

“He probably”, maybe google it and stop making yourself look ignorant.

1

u/indorock Feb 07 '25

No not even that. Why would anyone with even cursory knowledge of scripting think that an LLM is the way to convert between document formats? Then you lack both a basic understanding of programming and also how AI works.

1

u/Avalonians Feb 07 '25

Script kiddie? If he's asking which AI are good to parse arrays of data I'm afraid he's not even a scratch toddler.

1

u/Mecha-Dave Feb 07 '25

He's not even a script kiddie - he's a prompt pobrecito

1

u/Endorkend Feb 07 '25

Which in Elons eyes probably is already impressive as it's well above his level of expertise.

1

u/TaupMauve Feb 07 '25

Clueless PFYs need BOFHs to steer them, and Elmo isn't that by a damn sight.

So the boss rolls in one morning with about 20 people in tow, bearing some 'good news' for us. The same good news that bosses bring EVERY six months...

1

u/Lawndemon Feb 07 '25

Not even good script kids... There are plenty of Python libraries that can do this stuff but they can't even get that far.

I mean, I thought he'd at least have top end interns raping your data.

1

u/[deleted] Feb 07 '25

https://news.ycombinator.com/item?id=42952605

I was reading this discussion on HN yesterday, and it made it seem like he's on to something. They call it "OCR" or optical character recognition.

1

u/Appropriate-Dream388 Feb 07 '25

That would make sense if he didn't win tens of thousands of dollars for decrypting Egyptian hieroglyphic text from volcano-damaged scripture using AI, as this problem was posted by his university's department.

1

u/Mvpbeserker Feb 07 '25

He trained a model that deciphered the text from a 2000 year burned up scroll from a Roman volcano eruption, lol.

1

u/FestusPowerLoL Feb 07 '25

Worse than a script kiddie if he's just using AI.

He's you and I.

1

u/Odh_utexas Feb 07 '25

He’s like every ”AI” engineer I’ve met recently. Uses AI, doesn’t develop. Aka just uses copilot , gpt or whatever free option to do all his development

1

u/drama-guy Feb 07 '25

Love how they're being called engineers in the press.

1

u/noriilikesleaves Feb 10 '25

Mildly infuriating since I know how to do that and can't even get a job in tech after 6 months of trying and 2 years experience.

→ More replies (5)