I code and do art things. Check https://cloudy.horse64.org/ for the person behind this content. For my projects, https://codeberg.org/ell1e has many of them.
- 1 Post
- 7 Comments
ell1e@leminal.spaceto
Programming@programming.dev•The Junior Developer Is Going ExtinctEnglish
3·1 day agoThe lack of intelligence is inherent for LLMs: https://www.forbes.com/sites/corneliawalther/2025/06/09/intelligence-illusion-what-apples-ai-study-reveals-about-reasoning/
This is likely why Apple is the only big tech company that hasn’t entered the AI race with tons of debt and tons of data centers. They’re likely seeing the writing on the wall.
While there could be a new technique arriving to solve this some day, there also may never be one.
ell1e@leminal.spaceto
Programming@programming.dev•The Junior Developer Is Going ExtinctEnglish
5·1 day agoIt’ll backfire for any non-trivial code base at some point. LLM plagiarized code is just too inherently lacking any sense of big picture. Gen AI doesn’t have the necessary intelligence. I keep linking it but it keeps being relevant: https://www.forbes.com/sites/corneliawalther/2025/06/09/intelligence-illusion-what-apples-ai-study-reveals-about-reasoning/
ell1e@leminal.spaceto
Programming@programming.dev•The Junior Developer Is Going ExtinctEnglish
17·2 days agoI doubt it. https://www.forbes.com/sites/corneliawalther/2025/06/09/intelligence-illusion-what-apples-ai-study-reveals-about-reasoning/ Gen AIs are literally so unable to have any basic logical thought, I think this is merely the hype.
To anybody still being scared, watch this: https://www.youtube.com/watch?v=3400S4qMH6o
Seems like a solution would be 1. update docs and 2. don’t use LLMs to code.





INI can be nicer for non-techies due to its flat structure. However, TOML seems to be in an awkward spot: either I want flat approachable (I’ll pick INI) or not (I’ll pick JSONC). Why would I want a mix?