Post #1163429
2026-04-14 03:15 UTC
Replies (5)
-
@markgritter@mathstodon.xyz 2026-04-14 04:36
This seems vaguely familiar, but I don't think I've read it yet: https://arxiv.org/abs/2603.09678v1 "We evaluate five frontier models across five prompting strategies and find a dramatic capability gap: models achieving 85-95% on standard benchmarks score only 0-11% on equivalent esoteric tasks, with 0% accuracy beyond the Easy tier"
-
@skewray@mathstodon.xyz 2026-04-14 04:18
@markgritter You make a very strong argument that what we need is a new programming language that doesn't allow posting code where it can be scanned by demons.
-
@gray17@mastodon.social 2026-04-14 06:16
@markgritter I've been idly thinking about LLM-hostile programming languages. the tricky part is making it ergonomic. the ideas I've had so far are meh
-
@jaseg@chaos.social 2026-04-14 06:38
@markgritter I think this stagnation effect is similar in nature, but stronger compared to the split between “hip” languages like js and rust, and languages extensively used in large-scale business use cases and in introductional CS teaching at unis like Java, C/C++ and increasingly python.
-
@poleguy@mastodon.social 2026-04-14 07:21
@markgritter Is (b) true? I'd think it would do fine with the grammar of the new language and a good codebase in any other language. I'd imagine this could even be done just within the context window without even re-training the LLM. But I don't actually know.