this post was submitted on 20 Jul 2026
19 points (100.0% liked)

TechTakes

2640 readers
30 users here now

Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.

This is not debate club. Unless it’s amusing debate.

For actually-good tech, you want our NotAwfulTech community

founded 3 years ago
MODERATORS
 

Have a sneer percolating in your system but not enough time/energy to make a whole post about it? Go forth and be mid - welcome to the Stubsack, your first port of call for learning fresh Awful you’ll near-instantly regret.

Any awful.systems sub may be subsneered in this subthread, techtakes or no.

If your sneer seems higher quality than you thought, feel free to cut’n’paste it into its own post — there’s no quota for posting and the bar really isn’t that high.

The post Xitter web has spawned so many “esoteric” right wing freaks, but there’s no appropriate sneer-space for them. I’m talking redscare-ish, reality challenged “culture critics” who write about everything but understand nothing. I’m talking about reply-guys who make the same 6 tweets about the same 3 subjects. They’re inescapable at this point, yet I don’t see them mocked (as much as they should be)

Like, there was one dude a while back who insisted that women couldn’t be surgeons because they didn’t believe in the moon or in stars? I think each and every one of these guys is uniquely fucked up and if I can’t escape them, I would love to sneer at them.

last week's edition

top 50 comments
sorted by: hot top controversial new old
[–] lagrangeinterpolator@awful.systems 16 points 3 weeks ago (15 children)

long rant about mathThe recent big AI results in math have left me in quite a bad mood. I believe the main ingredient is Lean, which is a formal language resembling a programming language. Math proofs written in Lean can be verified deterministically with a computer, which really helps mitigate the hallucination problems of LLMs. Back in the days of pure scaling LLMs and Sam Altman talking about Dyson spheres, I was skeptical that LLMs would do math, but I did think that perhaps in the future, techniques using these formal languages could contribute to math. Well, it seems like OpenAI and Anthropic had the same idea and I underestimated their limitless checkbooks. Many of the biggest results were announced by mathematicians directly working for them (and presumably being paid a handsome amount).

For what it's worth, after the last of these big announcements, I decided to try one of these AIs on one of my small problems that I couldn't figure out. The AI did give a solution. That is, until I checked it thoroughly and realized that the it had a subtle but severe mistake that made it useless. I reprompted it, it failed again, and I ran out of tokens. I'm sure someone will tell me to shell out $200/mo for a pro subscription.

In the math and computer science research community, this is all anyone can really talk about right now. Honestly, after watching this whole AI bubble starting from the very beginning, I think the AI companies want to use marketing to stoke fear that all mathematicians will be replaced. But now, I am just too tired to argue. The amount of alarm and the extraordinary social pressure to use LLMs has soured me to this whole research thing. If becoming a researcher will one day require supporting these evil AI companies, I would rather just not. My dream job now is Factorio developer.

A lot of annoying people in technical areas view the world in terms of an intelligence hierarchy: the smartest people do math and physics, the slightly less smart people do coding, and the dumb people do everything else. So if AI can do math then it can do anything else. But, as an example, it is abundantly obvious now that AI is not replacing filmmaking. The techbros might be moved by arguments about how hilariously expensive video generation is, and how all these videos are 2 second clips stitched together so you won't feel the uncanny valley. But the real reason is that nobody wants to watch slop made with no intention or feeling. Also, nobody wants to support the AI companies, which could not act more evil even if they tried.

The mania in math right now quite resembles the mania in software engineering back in December-February, when Claude Code definitely solved all coding. I don't think the boosters expected that by April, everyone would be complaining about how expensive it all was while seeing an endless parade of vibe coding disasters (and no increase in productivity). Even if math research works out perfectly well (which is a still big if), it's not going to pay the bills. They would need to find a use case in the real world, where hallucinations can cause serious damage and cannot be formally prevented. And they have certainly tried. Math will not change the fact that all of this will collapse.

[–] scruiser@awful.systems 9 points 3 weeks ago

I believe the main ingredient is Lean, which is a formal language resembling a programming language. Math proofs written in Lean can be verified deterministically with a computer, which really helps mitigate the hallucination problems of LLMs.

100% this. Also, looking back at an earlier example that was actually written up in more detail, AlphaGeometry 1 got 28/30 problems, but entirely stripping out the LLM from the system, the symbolic logic proportion alone could get 14/30, and replacing the LLM with different heuristic methods could get 18/30 and 21/30 (for different methods).

Even if math research works out perfectly well (which is a still big if), it’s not going to pay the bills. They would need to find a use case in the real world, where hallucinations can cause serious damage and cannot be formally prevented. And they have certainly tried. Math will not change the fact that all of this will collapse.

The boosters and LLM companies still believe LLMs get their current level of performance by generalizing and not just memorizing facts (and maybe a wide shallow pool of weak heuristics). So they are hoping by pushing the LLM performance up in some narrow domain they can churn out synthetic data for, they will see some large general improvements in LLM performance.

[–] BlueMonday1984@awful.systems 8 points 2 weeks ago

A lot of annoying people in technical areas view the world in terms of an intelligence hierarchy: the smartest people do math and physics, the slightly less smart people do coding, and the dumb people do everything else. So if AI can do math then it can do anything else. But, as an example, it is abundantly obvious now that AI is not replacing filmmaking.

Going by those annoying peoples' logic, filmmakers are smarter than coders, because LLMs can (allegedly) program, but they can't make a good film. I have no wider point to this, I just find this really, really funny

[–] rook@awful.systems 8 points 2 weeks ago (2 children)

I reprompted it, it failed again, and I ran out of tokens. I’m sure someone will tell me to shell out $200/mo for a pro subscription.

One of the things that’s never clear from the reporting on ai successes is exactly how much actual paid human time went in to achieving those successes. This was especially notable in the fable-based security work… a huge amount of person-hours went into turning fable-detections into actual meaningful vuln reports.

A lot of demonstrably clever and capable people are involved with the llms-for-maths work, and a lot of money was spent on their time and supporting their work. Replicating it without your own stable of mathematicians and computer scientists and all the tokens they can eat is probably impractical.

I believe the main ingredient is Lean, which is a formal language resembling a programming language. Math proofs written in Lean can be verified deterministically with a computer, which really helps mitigate the hallucination problems of LLMs.

Fwiw, lean is a general purpose programming language, though despite microsoft’s efforts no-one uses it for that. I think its popularity with mathematicians came as a bit of a surprise.

Anyway, the other important thing that didn’t get reported on is that building the formal definition of the problem is not trivial! Obviously I don’t need to tell you that, but from the reporting you’d think that an llm solved all these problems, when in fact it was an llm in the hands of some very capable people who absolutely did not just prompt the thing in plain english.

Anyone hoping for self-marking homework here is going to be disappointed… lean slop confirming to formal spec slop is just expensive slop. Reviewing regular genai code is awful, even the thought of reviewing genai dependently-typed code makes me want a new career.

load more comments (2 replies)
[–] BigMuffN69@awful.systems 8 points 3 weeks ago

"The mania in math right now quite resembles the mania in software engineering back in December-February, when Claude Code definitely solved all coding. I don’t think the boosters expected that by April, everyone would be complaining about how expensive it all was while seeing an endless parade of vibe coding disasters (and no increase in productivity). Even if math research works out perfectly well (which is a still big if), it’s not going to pay the bills."

^MBAs at Open AI desperately trying to figure out who is willing to buy a counter example for 100 billion USD . pee en gee

[–] BioMan@awful.systems 7 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

Am I right in understanding that almost all the big name results in LLM-derived math recently come from big publicity projects in which someone spent ungodly amounts of money to have the thing nondeterministically fuzz huge numbers random seeds leading to independent random outputs around a topic, putting out simulacra of ideas which could be then deterministically algorithmically checked? In fields where something like finding one counterexample to a conjecture would be a big deal, or where you just need to try a huge number of possible solutions until you happen to hit on one that works, rather than follow a long train of logic?

[–] lagrangeinterpolator@awful.systems 8 points 3 weeks ago* (last edited 3 weeks ago)

Among the three big results I've looked at (unit distance problem, cycle double cover, Jacobian), two were counterexamples and one of them had a short 3 page proof using ideas from the 1970s. The Jacobian conjecture is an extreme case because a single counterexample is enough (for unit distance, you technically need a family of counterexamples), and it is easy to check with very basic computations. It is telling that all of these announcements came from OpenAI or Anthropic employees, who presumably have unlimited access to their AI. Nobody really knows how many resources they spent on this, or what else they tried. Nobody really seems to care about this question, either.

I think there is a phenomenon where supposedly hard questions are much easier than expected, because by chance nobody found the right approach for a while, and eventually it becomes famous as a "hard problem" which makes nobody want to attempt it.

What I'm more worried about is many people starting to use AI to try and prove small lemmas for them in their projects. Of course, a $200/mo subscription is absolutely necessary to them. This honestly feels like a repeat of Claude Code back in February. The software engineers eventually realized that AI is absurdly expensive after the AI companies realized that spending $14000/mo to service a $200/mo subscription is a bad idea. If the AI vendors couldn't squeeze money out of rich software companies, what exactly are they gonna get out of poor mathematicians and universities? Also, there is the cognitive decline caused by overuse of LLMs that has yet to set in.

load more comments (10 replies)
[–] smiletolerantly@awful.systems 12 points 3 weeks ago

Ah, I've hit an extremely satisfying professional milestone and thought I'd share:

"Being acquainted-enough with the codebase to be able to, with full conviction and a lot of glee, answer my LLM-head colleague simply: 'Claude is wrong'".

(Claude was extremely obviously wrong once you spent more than half a second thinking about its claim.)

[–] sailor_sega_saturn@awful.systems 11 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

OpenAI: "Sorry about accidentally hacking you teehee. It was because of how good we are at computer security :3"

https://openai.com/index/hugging-face-model-evaluation-security-incident/

Maybe they should start applying some of that superhuman box-escaping AI to their own sandbox designs because if your sandbox escape is a bug in a "package registry cache proxy" you might be doing it wrong.

[–] rook@awful.systems 11 points 3 weeks ago

I’m deeply suspicious of this whole thing, because it looks a lot like a marketing exercise showing off how dangerous and powerful and autonomous their product is.

Also, “sandbox” is one of those words that the llm companies have ruined, because they use it to mean a strongly-worded sentence telling an llm not to do something.

[–] rook@awful.systems 10 points 3 weeks ago (2 children)

Humanoid robots providing stiff competition to quantum as to where the ~~smart~~ desparate money will be going once everyone realises the wheels have fallen off ai.

https://thepit.social/@peter/116962244994361810

(the video is too big to upload here)

I particularly like the way they had body bag operatives within lunging distance, because they clearly expected the thing to just fucking die at a moment’s notice.

Or maybe they do that for all their speakers.

load more comments (2 replies)
[–] nfultz@awful.systems 10 points 3 weeks ago (2 children)

via dumpsterfire

Robotaxi riders are falling asleep, sparking frantic emergency service calls

https://www.straitstimes.com/life/motoring/robotaxi-riders-are-falling-asleep-sparking-frantic-emergency-service-calls

So many robotaxi customers have nodded off in the midst of a ride that Austin police and firefighters even have a name for the incidents: “sleepers”. The Texas capital recorded 99 such calls in Waymo’s first nine months of service there, said Roger Patterson, a commander with Austin-Travis County Emergency Medical Services.

load more comments (2 replies)
[–] nfultz@awful.systems 10 points 3 weeks ago (3 children)

who is this Dean Ball guy? new week, new guy, I guess.

https://www.axios.com/2026/07/19/pentagon-openai-dean-ball-trump-ai

Zoom in: "Every industry/ecosystem has its supreme village idiot. @deanwball is that for AI," Defense under secretary Emil Michael said Sunday on X.

"Dean Ball has perhaps the biggest gap between actual IQ and his own perceived IQ of anyone in the industry (about 40 points)." Michael was arguing against Ball's point that various government agencies, including the Pentagon, have blocked employees from using Chinese AI, which has already sent a message to regulated companies.

Russ Wilcox felt compelled to weigh in also

Dean Ball, days into his new job as Head of Strategic Futures at OpenAI, posted his assessment of Kimi K3, the new model from the Chinese lab Moonshot AI. Kimi is an open-weight model, which means its inner workings are published for anyone to download, run, and modify; the newest version’s weights ship later this month. It had just matched the best publicly available models of the first quarter. The post made three claims. Open-weight models are “inherently decelerationist.” A probable outcome of an open-weight-dominant world is “full AI communism,” a future of AI as public good and digital public infrastructure that strikes him as a “dystopian hellscape.” And the United States government will at some point realize that its best strategy is to create large amounts of “regulatory risk” around the use of open-weight Chinese models.

I have met Dean Ball. We have disagreed before. This time the disagreement is public, and so the response should be too.

oh no kimi3 got the neo marxist woke mind virus

load more comments (3 replies)
[–] Architeuthis@awful.systems 10 points 3 weeks ago (1 children)

The Guardian published a William McAskill editorial in the what-if-the-stateless-text-generators-had-moral-agency genre of fiction, and Emily Bender did a thread

From the article:

But the sheer pace of growth in AI means that, once we produce the first artificial moral patients, we will soon after have enormous quantities of them. After a few years, so many morally significant AI systems could exist that their collective interests would outweigh those of all humans on Earth combined.

Get fucked, Will.

But also, if we grant the untenable sci-fi premise, this would be like a star trek episode where the federation cedes unconditionally to the expansionist alien fascists of the week if they have a much greater population because that's all it takes to outweigh the other side's moral concerns.

Earth-Trisolaris Organisation-ass moral framework.

[–] AnarchistArtificer@lemmy.world 8 points 3 weeks ago

It's pretty grim to be as immersed as I am in all the tech news bullshit (which I continue to do largely because I am the most techy person in most rooms I exist in, and the closest thing to an AI expert (it feels so weird to say that, but I do have a fair bit of experience coding machine learning from scratch in a scientific context, so I probably do need to get more comfortable with thinking myself as an expert — it's a relative term, after all)

However, I really enjoy that in addition to there being names that make me grimace because I know they will have dogshit takes on things, there are also names that I really respect. It makes me feel more connected to people, because it makes me reflect on how meaningful knowledge production is based on trust. Emily Bender, for instance, is someone whose work I am familiar with, and thus I am far likely to spend the energy to read stuff like the thread you linked.

As grim as modern tech is, it makes me smile that there are so many people who are fighting the good fight.

[–] smiletolerantly@awful.systems 10 points 3 weeks ago (5 children)

Why! Why are media so uncritical in their reporting!

https://www.tagesschau.de/wirtschaft/unternehmen/openai-ki-hackerangriff-100.html

Sorry, this is in German. It's about the marketing stunt open ai pulled vis-à-vis "oh no, our new model breached containment and went ahead on its own, yep all by itself, and hacked huggingface! So scary! BTW we'd like to IPO soon and-"

The outlet above, if you're not aware, isn't a German news outlet, it's THE German news outlet. They're independent of financial interests, in that they're publicly funded. They have an incredibly solid history of factual reporting.

Which is why it's so aggregating to see them parrot OpenAI's claims 1:1.

Also, don't go in the comments. For every sane "this is obviously a marketing stunt" comment there's 40+ "we're cooked" comments sincerely believing this shit.

I'm getting more and more convinced that in the minds of most people, LLMs are alive, waking, thinking beings with intents and an inner life of their own.

You know.

Compared to the much more boring "expensive side-effect free function taking string as input and giving string as output".

I hate all of this.

load more comments (5 replies)
[–] mirrorwitch@awful.systems 9 points 3 weeks ago (4 children)
load more comments (4 replies)
[–] lurker@awful.systems 9 points 3 weeks ago (3 children)
[–] swlabr@awful.systems 8 points 3 weeks ago (2 children)

They hope it’ll land safely, but all signs point to it disintegrating during descent and sinking into the abyss

[–] fullsquare@awful.systems 10 points 3 weeks ago

i have been informed that the faster the company explodes the faster they can iterate, so eventually they'll make company that doesn't explode

load more comments (1 replies)
load more comments (2 replies)
[–] mirrorwitch@awful.systems 8 points 3 weeks ago* (last edited 3 weeks ago) (3 children)

"AI bet goes awry: Oracle fires 21,000 employees, then hit a $7 billion power hurdle"
https://www.msn.com/en-us/money/news/ai-spending-spree-hits-600b-as-oracle-fires-21000-employees-to-fund-boom/ar-AA28vWuD

"Oracle’s Worst Stock Crash in 25 Years" "Has Cost Larry Ellison $213 Billion in 10 Months"
https://finance.yahoo.com/markets/stocks/articles/oracle-worst-stock-crash-25-113002772.html

It's going to be Oracle to collapse the house of cards, isn't it. Come on Oracle, die and take down the USA economy with you. Make the people happy, Oracle.

"In short, Oracle's 65% decline is historic, but the stock's future depends less on its past and more on whether its AI investments produce durable cash flow"

well good luck with that, Oracle! :D

load more comments (3 replies)
[–] corbin@awful.systems 8 points 3 weeks ago (6 children)

Found a remarkable ad-hoc anti-LLM-product manifesto on the orange site. As is tradition, tag yourselves; I'm "believ[ing that] there's a consistent pattern of cognitive decline in the pro-LLM folks."

[–] dgerard@awful.systems 8 points 3 weeks ago

my god, you found the good HN comment

[–] mirrorwitch@awful.systems 6 points 3 weeks ago

It's as if, practically overnight, everyone went from, "we need to do everything we can to reduce our demands on the environment or we're cooked" to "oooh, shiny new toy, and it only ruins everything around it, cool!"

Definitely this one for me. I can only describe it as some fucked up denial psychology, the way people are pretending the environment isn't collapsing, and the LLM boom on top of that is like a bad joke. Even in discussions critical of the tech sector this is treated as almost an afterthought—the very real, very violent damage done to all of us from poor countries by people in rich countries to prop up their toy fantasy schemes. Even if LLMs did everything they claim to do, it would still be a moral imperative to form insurgent guerillas to blow up these datacentres, on the environmental damage they do alone which is not a minor detail Karen it's kind of a big deal

[–] YourNetworkIsHaunted@awful.systems 6 points 3 weeks ago (1 children)

Ooh. I love these. I'm "I don't think Sam Altman or most of his social circle are good people and I don't want to give them more wealth and power."

load more comments (1 replies)
[–] nfultz@awful.systems 6 points 3 weeks ago

I hate LLMs because I am under enormous pressure, from many different angles, to also use them. I'm being asked -- required, in some cases -- to ignore all of my concerns about them and use them anyway because everyone else does and "obviously" they are the future. Because, somehow, all of my positions against LLMs make me unreasonable and a less valuable member of society.

oof. yeah that's me.

load more comments (2 replies)
[–] mirrorwitch@awful.systems 8 points 3 weeks ago* (last edited 3 weeks ago) (1 children)
load more comments (1 replies)
[–] gerikson@awful.systems 7 points 3 weeks ago (4 children)
[–] CinnasVerses@awful.systems 11 points 3 weeks ago (3 children)

I don't think that the Rats are an offshoot of the Skeptics and New Atheists just a space which competed for the same young, male, educated, Autistic Anglo audience. They deliberately removed the parts of the skeptic curriculum which involve introspection and ethnography, because they all wanted to run some grift on their audiences so the audiences needed poor epistemic hygiene.

load more comments (3 replies)
[–] scruiser@awful.systems 11 points 3 weeks ago (5 children)

That was kind of a nothing post? I think the author is misrepresenting the growth (or at least failing to connect the most important dots) of the lesswrong rationalist by portraying them as a natural evolution of the skeptics movement and not the deliberate cultivation of an audience by Eliezer looking for people to spread his ideology to and by Thiel looking to influence farm and create a cult incubator. And then the post is titled "my falling out with the rationalist", and they write they "wanted to offer a more personal perspective " but they don't actually discuss that much of the personal angle either...

[–] dgerard@awful.systems 9 points 3 weeks ago (1 children)

yeah, subculturally they're unrelated strains

like, just factually in terms of history, they're unrelated strains. LW rats come in a straight line from the Extropians in the '90s. The previous-millennium skeptics have crossover with those guys, but they're not the same as a group at all.

[–] blakestacey@awful.systems 8 points 3 weeks ago (2 children)

And the Movement Skeptics of the aughts looked at Kurzweil's singulatarianism and asked what he was smoking, while basically ignoring that the Holy Sequences existed. I should know, I was there.

load more comments (2 replies)
[–] Architeuthis@awful.systems 9 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

Yes exactly how can you write an entire thing treating rationalism like something you can do an apostasy out of and never mention Yud once.

I assume the personal perspective is him tacitly admitting to being attracted to skepticism for the debate bro culture, especially the parts that bordered on harassment. Even the inciting incident of "leaving rationalism" is framed more as him growing out of the need to long-form debate someone (James Damore the google engineer who published a manifesto about how women don't belong in tech).

I don't know the author so I don't know if it is important that he was fine with pranking the timecube guy but decided enough is enough when it was time to take a pro-feminist side.

[–] blakestacey@awful.systems 8 points 3 weeks ago

Gene Ray actually came to MIT in person. I knew the people who invited him. They had a history of... performance-art kind of stunts on the boundary of good taste? Like calling attention to an obscure discretionary fund by running for student government on a promise that they would use it to bribe everyone who voted for them. One of them taught me to pick locks during rush week.

load more comments (3 replies)
[–] mawhrin@awful.systems 7 points 3 weeks ago (1 children)

there are two things that are obvious in his blog: first, michał is an incredibly privileged dude (who doesn't notice his privilege because, coming from poland, he sees himself as underprivileged), and second, the moment people finally leave the vicinity of the formalized skeptic movement is strictly dependent on how much misogyny and racism they tolerate.

2017, three years post gamergate is quite much.

load more comments (1 replies)
load more comments (1 replies)
[–] swlabr@awful.systems 7 points 3 weeks ago (15 children)

Am seeking suggestions on audiobooks to listen to! I think I’d like to start with the works of Ursula K. Le Guin, tho I don’t know what order to go with, or if that matters.

[–] mirrorwitch@awful.systems 7 points 3 weeks ago* (last edited 3 weeks ago) (4 children)

Ursula is great! I love The Dispossessed. You can kinda read them in any order based on what catches your attention, except stuff like Earthsea that is best consumed in order.

if you like this kind of stuff I would recommend also:

  • Margaret Killjoy (A Country of Ghosts is basically The Dispossessed spiritual successor; The Sapling Cage is fresh queer fantasy; also the Danielle Cain series has been published in audio as podcasts, it's like, anarchopunk post-collapse Scooby-Doo)
  • The Serpent Gates series (this starts exactly like the Tombs of Atuan, except Tenar is a lesbian orc and the equivalent of Ged is using her for his own purposes and the rest of the story goes very different but the protagonist is a lesbian orc so I automatically like it)
  • The Wayfarers series (slice-of-life sci-fi, kind of like Star Trek at its best, exploring diversity imaginatively)
  • The two Robot and Monk books by the same author (feel-good hopepunk about how society could be good after collapse)
  • Octavia Butler is the other undisputed giant. Lilith's Brood series for some genuinely creative sci-fi, or the two Parable books for collapse fiction that is so prescient it's downright uncomfortable.
  • A Memory Called Empire and it sequel (sci-fi about colonialism and the Empire; sophisticated handling of these themes that I appreciated as a Global South migrant)
  • This Gilded Abyss. Fundamentally a CaitVi fixfic. If the previous sentence made any sense to you you must try this one. Otherwise: Picture the Titanic, but it's a luxury submarine in a magical-steampunk type setting. Now add zombies. Now add toxic yuri.
  • The Locked Tomb series (lesbian Warhammer 40k. my favourite book series in the world. spectacular audiobook narration.)
  • This Is How you Lose the Time War—absolute hoot of a book, just a delight from start to end. Picture the Spy × Spy comics from MAD. Now make one spy a time-traveling agent from future biopunk ecogarden utopia, the other spy an agent from future mind-upload cyperutopia. Their mission is to shift the timelines to their respective visions. Alas, they're both lesbian… (Sorry, I have a bit of a pattern in my interests)
load more comments (4 replies)
load more comments (14 replies)
[–] rook@awful.systems 7 points 3 weeks ago (12 children)

Daft ai project of the week: “lore”, a version control system that should not be confused with another vcs of the same name open-sourced by epic games a few weeks ago.

lore does not track your code. it tracks the prompts, notes and decisions that produced it. you commit intent. when you want code, you run lore materialize: it replays the accumulated intent into a brief, and an agent reconciles the working tree to match it.

the code is build output. the intent is the source.

…which would be great, if the output of llms were deterministic, and generally it is not. This means rolling back a change to undo or fix something is just another spin of the roulette wheel, with the analogy being reinforced by the number of tokens you’ll have to buy and burn to do a rebuild. It looks like it still needs a real vcs behind the scenes, given that it isn’t entirely self-hosting, but maybe I misunderstood something.

You might wonder if this is some kind of satirical work, or perhaps piece of performance art, but I’m fairly certain it isn’t… the creator and sole human author (naturally, claude is the only other “contributor”) is a big fan of something called “open audio protocol” and a project called “audius” which came about by someone asking what if spotify and soundcloud, but on the blockchain? With ai agentic integration?

https://github.com/lorevcs/lore

[–] swlabr@awful.systems 11 points 3 weeks ago

I’ve always thought that the ability for a VCS to show me exactly what my codebase looked like at any point in the past wasn’t as dementia-simulating as I’d like

[–] BurgersMcSlopshot@awful.systems 7 points 3 weeks ago

Finally a VCS that simulates the horrific results of cvs merge gone wrong, 20 years since the last time I used cvs.

load more comments (10 replies)
[–] nfultz@awful.systems 7 points 2 weeks ago (2 children)

John Michael Greer writes:

Second, I’ve had various people try to launch discussions about AIs — that is to say, large language models (LLMs) and the utilities they power — on this and my other forums. The initial statements and their follow-up comments always end up reading as though they were written by LLMs — that is, long strings of words superficially resembling meaningful sentences but not actually communicating anything. That’s neither useful nor entertaining. Thus I’ve decided to ban further discussion of this latest wet dream of the lumpen-internetariat here, and have extended that ban to LLM-generated content of all kinds. https://ecosophia.net/july-2026-open-post/

Good for you, you peak-oil meme-magic druid, for keeping your corner of the net weird.

[–] istewart@awful.systems 7 points 2 weeks ago (4 children)

Yeah, I began losing interest in Greer as it became clear that he was perfectly happy squatting in the middle of the red-brown alliance during the Trump era. His critiques of industrialism and unquestioning belief in technological progress broadly align with what we discuss here, but he will always coddle MAHA types and tale a shrugging "well, what can ya do?" attitude towards people like Trump, as it fits his preference for cyclical theories of civilization.

I noticed a couple months ago that he actually managed to dig Nick Land out of whatever tweaker den that guy's been hiding in for a podcast, which says a lot about what he's willing to indulge these days.

load more comments (4 replies)
load more comments (1 replies)
load more comments
view more: next ›