Reading up on LLM
18 deep · digging since dec 17, 25
- What's the best programming language for coding agents?
Dan Luu's empirical tests with LLMs on Zstd and Pandoc implementations show that language popularity weakly correlates with better outcomes, but claims about dynamic or token-efficient languages being superior for coding agents do not hold across non-trivial tasks.
- Ask HN: How much coding should beginners learn in the AI era?
HN commenters overwhelmingly argue beginners must learn to code first to supervise AI agents, review their output, and understand system behavior.
- The Emacsification of Software
AI-assisted coding makes software so easy to produce that individuals now build their own personal tools rather than install existing ones.
- Show HN: Hallucinopedia
Hallucinopedia is a site that uses an LLM to generate fake Wikipedia articles about nonexistent things, with a prompt enforcing deadpan humor and internal consistency.
- When LLMs Get Personal - by Joshua Budman
LLM answers to the same query vary across users but share a stable semantic core, with personalization concentrated in examples, framing, and local detail rather than arbitrary divergence.
- Show HN: I built a tiny LLM to demystify how language models work
GuppyLM is an 8.7M-parameter model trained from scratch in five minutes that simulates a fish named Guppy to illustrate the mechanics of LLMs.
- Agency
Product engineers who can hold the full idea-to-ship loop in their head and execute it alone are more valuable than seniority, especially when AI compresses depth work.
- Writing code is cheap now
The Hacker News discussion argues that while AI makes generating code cheap, writing good software remains expensive, and code is a liability rather than an asset.
- Slop Terrifies Me
The HN discussion on AI slop reveals deep divisions over whether cheap, good-enough software from LLMs will destroy craft or just accelerate existing quality declines.
- Please don't say mean things about the AI I just invested a billion dollars in
A Hacker News discussion satirically mocks AI executives who complain about criticism while their technology is used for scams and surveillance, highlighting the disconnect between hype and reality.
- Software engineers can no longer neglect their soft skills
Software engineers must now develop soft skills like communication and project management as AI automates junior-level coding tasks, forcing earlier career skill demands.
- What if AI is both really good and not that disruptive?
LLMs are a significant productivity tool comparable to past computing shifts but not an economic rupture, with employment reallocating rather than collapsing.
- LLM predictions for 2026, shared with Oxide and Friends
Simon Willison predicts LLMs will write undeniably good code in 2026, sandboxing will be solved, and a coding agent security disaster is imminent.
- The Big-O Complexity of Vibe Coders — Shiveesh Fotedar
As vibe coding scales in companies, evaluation will shift from raw speed to token efficiency, treating prompts like algorithms with measurable Big-O complexity.
- Your job is to deliver code you have proven to work
Software engineers must prove code works through manual and automated testing, shifting accountability away from AI agents to the human submitting the PR.
- On the success of 'natural language programming' - Marc's Blog
Natural language programming succeeds because software has always been built through conversational specification loops, and LLMs now include computers in those loops.
Takes
Incredible interaction here between @_mattwelter and @pedrotech_ showing exactly what's going on No judgement on both btw, just interesting to observe: Matt complains how he improved his product 10x but revenue is down by 1/3rd. Shouldn't it go up if you make the product better? The thing is every competitor also made their product 10x better using AI. So AI raised the baseline quality of everyone's apps (easier to make great apps) and increased competition (easier to enter the market) But then one of his customers @pedrotech_ replies how he loved the app so much he decided to vibecode his own version for himself "so he didn't have to pay" This exactly shows: - everyone thinks they're improving their app but everyone is improving the same amount with AI (but not many realizing), it's like a race but everyone gets nitro now without realizing everyone else has nitro too - barrier to entry is gone, anyone can just clone an app and enter as a competitor - personal software is here, as he just cloned an existing app to not have to pay for it anymore - he then only pays for API tokens for LLM or image models to the model hosters and model owners So you went from a business chain of - customer > app > ai model provider To - customer > ai model provider The app layer is possibly getting removed!
@levelsio
This is the first time I've ever seen an LLM operate a GUI as fast as a person, and it's surreal.
@AriX