Reading up on LLM
16 deep · digging since dec 17, 25
- 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.