65 comments

[ 2.9 ms ] story [ 48.5 ms ] thread
“ Like mathematics, software engineers are going to have to rebuild our cultural sense of the kind of work we value.” From the closing is the change I see going in at every job area and level.

My hunch is that this ultimately doubles back to those that excel at story telling and human coordination. As the AI systems “offload” not just production but I believe some initiation of what to build, the “why” and how to rally groups for any appreciably complex work matters more.

I also hope to see a plenty of solo shops succeeding in spaces that used to take entire teams, but (for now) remain convicted human coordination remains a key need for most endeavors.

>My hunch is that this ultimately doubles back to those that excel at story telling and human coordination. As the AI systems “offload” not just production but I believe some initiation of what to build, the “why” and how to rally groups for any appreciably complex work matters more.

The "why" behind most products is of little interest to the majority of workers. While it may be of the upmost importance (on the surface at least) for the leaders of a business, I see no reason why Bob from accounting is going to give a fuck about your company's grand vision.

This is especially true if your company is in a mundane lane like B2B SaaS. You could argue that workers at SpaceX care about the "why", but 99.99% of companies aren't SpaceX.

You are highlighting their point. You are pointing to current culture and behavior. The very first sentence that you responded to points to that culture and says it's gonna need to change, if you'd like to keep your job.

People skills imo will always trump other skills. The best ideas never live because people don't know how to sell. And knowing and being very successful at selling requires that excellent story telling and human coordination.

> people would know you were a skilled engineer. But now projects like that are worthless, because everyone just assumes they’re vibe-coded.

I do not really care what other people think. Build something for the purity of building it for yourself or for a purpose.

Thanks to AI, I feel like I have been writing the best code in my life. Yes, writing, not vibe-coding. I mainly just ask questions and ask for hints and clues. I do not use LLMs to do the fun parts for me.

I am currently working on a game. If and when I ever finish it, I want to be able to say that I wrote every single line by hand. Will it make me better than anyone? No, not at all. I want to do it for myself.

I am 100% certain it will be better quality with you writing it by hand (even with AI pointing out options) than letting the AI string together completely obtuse abstractions.
GP here, hopefully you are correct.

I have two projects running concurrently. One is my hand-written project. The other is one "demolition zone." In the latter, I can vibe-code and do whatever I want just to see what LLMs can hack away at in comparison.

Besides the enjoyment I get from programming by hand, I have a more overarching concern when it comes to a building a full game. I am using Monogame, and I realized that is probably not the library to use if I am going to have no understanding of how things work under the hood. I tried to review LLM code, but without knowing enough of Monogame's API, I really couldn't make a good judgement call on the quality.

Looking at the LLM code, for example, were the keyboard and game pad implementations correct? I am not sure at first glance. I haven't implemented one since I used C++ in a game dev class in college over 12 years ago. The LLM's tests passed, which is fine and dandy, but how do I know the tests are truly valid if I do not understand what is fundamentally being tested?

I am not building this game entirely for fun either (though I am having a blast). I am working with a few non-technical friends on making this game. So, I do not want to disappoint them by creating something with bugs that I cannot fix because I have no earthly clue how anything works. I believe that would be embarrassing for me and disrespectful to them.

> The LLM's tests passed, which is fine and dandy, but how do I know the tests are truly valid if I do not understand what is fundamentally being tested?

Do what I do sometimes: use opaque pointers (in C, or C++), and don't give the LLM the implementation, give them only the header, when asking it for tests.

I've lost count of the number of times I'll give only the header, but the LLM insists it needs to see the implementation as well in order to write the tests.

If you're not using C or C++, well, then write interfaces, give that to the LLM.

Good for you. But some people need others to know that they are skilled to get a job or to be part of a community. You must be one of those priveleged ones moderately far along in your career that you don't need to worry about that.
The fact that you 'need' that is not an inviolable feature of the universe. It's not even a good thing. It's just a thing that has evolved based on the current arrangement of society. It's as mutable as whether or not we have regular religious crusades.
If you could see the quality of code I write or my career, you would likely change your assumption.
In a few years we'll look at this the same way as people who unicycle or blacksmith.
That's fine with me. I'd even appreciate that even more. I get one life on this miserable planet. I am going to do what I enjoy for as long as I can. Call me a blacksmith or a Luddite, I couldn't care less. One thing you can never call me is unhappy.
In a few years they will be the only competent people left who can save us from the deluge of AI slop. You should be nice to them, because you'll need them someday.
In a few years they will be the only competent people left who can use a loom. You should be nice to them, because you’ll need them someday.
The difference is that the textile machine workers could immediately verify the work product. This is impossible when the work product is a configuration of knowledge you don't actually have. It's why, for example, amateurs "solving" these open math problems refuse to discuss the results with actual mathematicians, because they can't. So we have a bunch of Lean-verified slop that may or may not actually prove what is claimed, without experts poring over everything line-by-line and reverse engineering.
Wrong.

Coding is a solved problem. Mathematics is a solved problem. Physics is a solved problem. Biology is a solved problem. Cancer is a solved problem.

AI can't even solve spamming, astroturfing, brigading, green accounts posting ragebait.
Do you think information is going to be destroyed or something? If this AI stuff is so sub par, why would anyone read/use/interact with it? Why wouldn't the "better" human created stuff float to the top?
> In a few years we'll look at this the same way as people who unicycle or blacksmith.

It's equally likely that in a few years we see everyone who doesn't have skill the same way we view people who follow the Kardashians and other influencers: vacuous and incapable of non-augmented thought.

the struggle of the artisan against the self is one of the more worthwhile struggles there is.

In an ideal world, we would all be able to do such a thing all the time, and not worry about our position in the howling ape hierarchy.

its interesting that people view different parts of the job as 'the fun part'.

you like typing out the code, but i see that as the drudgery that I have to slog through after the fun of drawing architecture diagrams and writing out the api specs.

Different strokes for different folks. I have never written an architecture diagram or api spec in my entire career. I predict I would not want to do either.
I'm sure this delights many people in todays age.

Just like how social media has possessed many people with cultivating an outward facing image that often diverges with reality, AI posses people to portray themselves as an artist/developer/musician/etc. without having put in any of the work.

I disagree that AI has broken the proxies.

Football analogy; AI is the wide receiver and the human is the quarterback. Even if you're the best WR in the game you're still not producing touchdowns unless you have a decent QB.

It's super easy to smell vibe coded projects.

All of these proofs and vibe code are impossible without human work. Call me when GPT whatever writes gcc from scratch

This is a good point but probably not in the way you intended.

If AI is the wide receiver, it’s perceived currently by many to be an absolutely elite top-tier receiver.

Especially at lower leagues, QBs who have these clearly elite WRs are discounted and considered more-or-less replaceable all the time, because “anyone could throw the ball to Megatron 2.0”.

See, for example, Graham Harrell at Texas Tech: Paired with Michael Crabtree, put up insane numbers, went undrafted. Shedeur Sanders is another more controversial recent example.

It’s definitely not a guarantee that people will see the QB as valuable if the WR is that good.

I guess I was thinking about the NFL but you're right about college.

Your point also extends the analogy, the AI might seem enough at lower levels due to that reason

People can sniff out LLM generated stuff relatively quickly, the WR raises the floor.

The bar just took a very noticeable jump that people are still adjusting to.

Anything the WR can do on it's own is often seen as 'AI slop' - so now what matters is the QB. Because any random junk QB that doesn't meaningfully improve the WR's output is indistinguishable from AI slop. The distinguishing factor is solely the QB.

> Anything the WR can do on it's own is often seen as 'AI slop'

This has not been my experience inside of a FAANG, in fact rather the opposite: People have been getting praised for AI slop because they can produce it quickly and it’s “good enough”.

The pendulum is slowly starting to swing back a little bit, but mostly because people have realized there’s effectively infinite noise now and doing anything, regardless of how skilled of a QB you are, is not being rewarded.

I'm not saying "LLM's are only capable of AI slop."

We're specifically talking about the context of 'LLM-aided human output' not about general capability of these systems.

An interesting example was the neomacs post on the frontpage yesterday.

https://neomacs.org

Some buttons on the front page don't even work.

And then you have Joachim Breitner using Claude Code to produce Soundness proofs in Lean4, mostly vibe coded.

It really is the QB in charge methinks

Thank you for the feedback, I'm busy on the development of neomacs, so I didn't well polish the neomacs's landing page.

I have updated the neomacs's landing page, make the "work in progress" indicator more prominent.

neomacs is still in it's very early of development。

I believe that, after continuous iterations, neomacs will undoubtedly become excellent software。

(comment deleted)
Anastasia Berg and Jon Baskin wrote a piece in August called “On Radical Preservation,” [1] in which they use the example of the shared concept of 'merit' to warn about the dangers of an AI-filled present and future. They anecdotally compare our situation to that of the Crow people, through the testimony of Plenty Coups, who described the fall of the buffalo and the end of the practices, rituals, concepts, and way of life that his people understood as making up what it was to live an excellent life (or not).

Likewise, they point to merit (which I think we consider very much like expertise) as one such fundamental concept in our society, which is very much undermined by unchecked use of LLMs. This coming not just via "cheating," but by the way in which we so quickly are willing to claim, and ourselves believe, that we deserve praise for that which the machine has created. On a wide scale, their use will not just compete with those who may not use the machine, but will destroy even our shared idea of personal merit.

Beyond merit alone, AI might lead generally to our "own cultural values becom[ing] not just decadent or debatable but unintelligible." At the end, Berg and Baskin basically say that hope is not sufficient (hope that the old concepts will be replaced with new ones); the proper attitude is to do everything in our power to preserve them in the present.

[1]: https://thepointmag.com/letter/on-radical-preservation

Serious question - what's so special about personal merit anyway? In hunter gatherers it was might, in current age it's brain, but either are equally arbitrary.

I prefer a world that's equalocracy, with a focus on specific personal-freedoms (live and let live principle).

Isolated Hunter-Gatherers tended to (and still) coalesce around the person whose opinions were correct more often then not. Violence was not a default until populations grew. The measures may be arbitrary, but can always be defined as “born with the right attributes in the right place at the right time.”
Do you have any solid evidence to back up anything you’re asserting here?

In my understanding of history (pre-enlightenment), people didn’t gather around ideas that were “correct more often” but gathered around ideas and personalities that reinforced their own ignorance, superstitions and biases and were openly hostile to “correct” ideas and truth, especially if those ideas upset tradition or dogma.

I also don’t understand how you’re getting to “violence was not a default until populations grew” since, perhaps, “default” violence was only properly recorded after populations grew and education/writing became more widespread. It’s very likely everyday violence in small groups was simply accepted as “the way things are”and simply ignored, as it often is even to this day.

Yes I do. In anthropology the surviving “undiscovered” indigenous tribes of the 20th century showed a diverse range of social configurations - matriarchies, patriarchies, everything!

Systemic violence came with the agricultural revolution, food and population stores, the ages of Bronze and Iron. Life was too precious in small bands for intense violence, even against rivals.

Hobbes was a bit wrong it turns out.

This still feels more like an opinion than facts/proof. I was hoping for actual cited papers or studies, it feels like you just reiterated what you said above but adding "In anthropology..."
I'd like to see the studies which confirm that kingship (i.e. rule by the most mighty hunter or warrior) and violence is universal and did not explode about 5000 years ago, because that all seems to me like a mere extrapolation of the 19th century imagination of the default human condition as being "nasty, brutish, short." =)

Some interesting texts: * The Harmless People (a classic) * Hierarchy in the Forest * Hunter-Gatherers of the Congo Basin * The Foraging Spectrum

A lot of the people squawking about this are in the midst of a personal identity crisis because they're not longer "special" - that is to say they no longer get special treatment because they know some arcane knowledge that only the smartest can access or some other such lie we tell ourselves.

These people are trying to be John Henry, but forget about the part of that story where he dies trying to out compete the machine.

> Understanding the concrete problem mathematicians are upset about can help us better understand the impact of AI on our own fields,

imo, The author of this essay does not understand the concrete problem that mathematicians are upset about. There is an idea that math [1] and coding [2] are human activities whose purpose is to achieve a certain kind of insight or mental clarity of things. The simplest description of this is by Feyman [3]. AI completely short-circuits that and therefore goes against the primary purpose. The declaration is calling this out loudly. However, in my opinion though, AI is a useful tool like others and needs to be embraced towards the same goal.

[1] "On proof and progress in math" https://arxiv.org/pdf/math/9404236

[2] "Programming as theory building" https://pages.cs.wisc.edu/~remzi/Naur.pdf

[3] "What I cannot create, I do not understand"

tl;dr - HITL

I think that AI should enhance said proxy.

For example: I have Crohn's so crohns.ai has the entire AGA [gastro.org] and each member is an agent that can participate in my program / protocol.

Same for MNT and dietmanager.com

this is NOT a promo, its a model I am trying to prove; AI can enhance the support that domain experts provide if we remove the barriers.

It's really a matter of AI-native Governance and how we handle that.

re the Feynman point, couldn't the same argument be said about, for eg, developers no longer manually writing machine code, relying on compilers instead? and the people maintaining those translation layers not knowing the phenomena that results in a transistor flip, trusting the engineering to do what it's said to do? I think an example of the kind of question this leads to would be "do you really understand software if you don't understand electrical engineering and microprocessor architectures?"

there's a level of obfuscation for any knowledge work where you rely on existing but incomprehensible-to-you systems that you just trust to work. are you unable to do any kind of mathematical work if you don't understand every single layer of proof that exists under-the-sun that touches your subject matter - or can you trust that some of these antecedents have been battle-tested and are functionally true for your purpose?

you could make an effective argument about the state of modern general-purpose LLMs that's founded on the idea that they are fundamentally untrustworthy and all results need to be validated but the larger categorical narrative, that the only true way to understand something is to know the logic from the most base principles, seems faulty

> We might say that generating ideas is the real intellectual work of mathematics.

The article talks about how many new ideas are relatively worthless and the real goal is to find the "concepts that 'carve nature at its joints.'" I think this is the crux of the whole thing and I haven't seen a satisfying discussion of it anywhere.

I mean, FLT is mentioned. Is that an accessible proof to humans? Is it full of these high value, refined concepts or is it more like a bunch of little hacks that at least dozens if not hundreds of people randomly stumbled upon, in an all out attempt to solve one of the most famous math problems?

I'm not totally convinced what value math concepts have beyond "you can use them to solve even more math problems." I really want to believe there is. But if not, it's just a pure benefit to have faster ways to solve them, no?

There are definitely some results which have this "a bunch of little hacks" quality you're describing, and while opinions differ I share your intuition that there's something a little disappointing about solving a big problem that way.

But I think FLT is about as far as one can get from that situation! Wiles's work was the culmination of centuries of theory-building work, and the concepts that were developed over that time are far more important than FLT; the thing Wiles actually proved (a special case of something called the "Modularity Theorem", the full version of which was proved a bit later) is itself much more valuable to human understanding of mathematics than FLT. It's certainly very cool that it can be used to answer such a simple question that was open for so long, and it makes for a great headline, but I think if you asked number theorists working in the area they would almost all tell you that they're much more grateful for the theory that came out of this quest than for the mere fact that the quest was completed.

Agreed! There has not been enough appreciation for re-organization efforts of the dependency-tree of knowledge. Now that expansion of the frontier has been somewhat trivialized, it should be an indication that our priorities have not been entirely wise.

The value of these math concepts is in their explanatory power. We want to understand! Insofar as we want to maximize the diffusion of powerful thought-tools, ironing out the wrinkles at the frontier is needed to be able to fold everything up neatly. The benefit we should seek is wide diffusion of powerful theories, and the folding and the neatness has been long undervalued.

Not an anti-AI view at all, but right now people is exaggerating a bit on the "AI is solving math". For now they are good at finding holes on theories, proving by negation, not proving for all cases, nor coming up with new theories.
> currently

A few years ago they couldn't do basic arithmetic. Is there any reason to think that capabilities flatline from now?

> proving by negation, not proving for all cases

I'm finding 2.2k "∀" symbols in the proof repo:

https://github.com/search?q=repo%3Aopenai%2FNavierStokesAndE...

It's not like can't proof universal properties.

Yeah that's why I said "right now people is". Then, ∀ for intermediate steps is not the same as ∀ for the final solution of Millennium Prize Problems' level. Fable exists for some 6 months now, internally, so the frontier kind of is a bit old right now, we will see how fast things keep going.
> there any reason to think that capabilities flatline from now?

4 years ago ChatGPT created better slop than current Claude Opus 5. It's a regression: things good objectively worse. You can find multiple threads here or on Reddit about that. Models won't necessarily get better.

[delayed]
What if there are math problems that can only be brute forced? How do we know that Navier-Stokes even has a nice and elegant solution?
> i.e. whether frontier AI models aren’t generating or can’t generate new mathematical ideas. [...] I give basically zero credence to the idea that AIs are incapable of this because of some intrinsic feature of how LLMs work.

I also believe there are limitations of LLMs, but not necessarily where people think. I won't expect LLMs to be creative solvers until they can tell a novel funny joke with any recognition/consistency.

> I think it’s broadly unclear whether (3) is true: i.e. whether frontier AI models aren’t generating or can’t generate new mathematical ideas. ... I give basically zero credence to the idea that AIs are incapable of this because of some intrinsic feature of how LLMs work.

LLMs are computer programs, so there are math problems which they cannot solve. AKA, ideas which are not possible for them to generate.

The argument for this is that Busy Beaver function is uncomputable. More specifically, some N-state Turing machine requires a proof that it doesn't halt. At some point N is too large and LLM being a computer program, it cannot generate the required proof.

This is VERY DIFFERENT from the Halting Problem. In the Halting Problem, we see that no computer can decide whether a given input program halts. With the argument above, one specific program is beyond the capability of proof by any other program.

Humans are not bound by the argument since we aren't finite computer programs (no proof for this anyways). LLMs which "evolve" over time with input from the natural world also aren't bound by this, since their code is effectively infinite. The argument only applies to a static program with fixed input, no dynamic information sources.

A very simple program that loops over all strings and feeds them into a proof verifier should eventually prove every statement that can be proven, as far as I can tell?
No proof verifier verifies all valid proofs and terminates on all invalid proofs.

(actually I am wrong. You would introduce a new proof, and then step the verifier on all ongoing proofs, so non-termination isn't a driving concern)

you've just written down 'Busy Beaver' without breaking the universe. the concept is there and it's separate from its computed value. the LLM doesn't have to compute anything to be able to work with the concept of it just as you or me. symbolic computation is nothing new even in pre-LLM AI and indeed LLMs aren't bad at working with it (MLOC lean proofs should be proof enough!)
At high enough N, ZFC is independent of BB(N), and in fact any math axiom system has such an N.

The LLM itself is finite, the axioms it knows are fixed, there is an N where BB(N) is independent of those axioms, so the LLM cannot solve it.

Mathematics is a solved problem.
Slop article