HN turned “coding the old way” into a debate about what AI skips
Original: I’m spending months coding the old way View original →
Miguel Conner’s post is not a rejection of AI coding. It is a report from someone who has built AI agents and then chose to slow down for a three-month coding retreat in Brooklyn. The detail that made Hacker News lean in was the framing: “the old way” now means writing and debugging mostly by hand, at the same time many programmers are being told that programming itself is close to solved.
The work described in the post is specific rather than romantic. Conner says he is working through CS336 assignments, training a 17M parameter model on Tiny Stories, moving toward FlashAttention2 in Triton, writing small agents and neural networks in Python, using BASIC on an Apple IIe, practicing terminal security challenges through Bandit, and spending time in Vim. A footnote says he still asked Claude for advice on a few bugs, which makes the experiment more useful: this is calibration, not purity.
The HN discussion quickly became a thread about what developers lose when the feedback loop collapses. One commenter described teaching 18-year-old students 6502 assembly on an emulated Apple II Plus. Another argued that agentic workflows can look competitive in output while weakening codebase memory, debugging pattern recognition, and active recall. Several people treated AI autocomplete as a middle ground that keeps the hands on the code.
That is why the post traveled. The community was not debating whether tools should exist; it was asking what kind of developer is left when every obstacle is routed through a model. Manual work forces contact with syntax, runtime errors, slow searches through docs, and the small experiments that build judgment.
Read alongside the thread, the post lands as a practical warning. AI coding can raise throughput, but the ability to review, steer, and repair AI-written code still depends on the slower skills that hand coding trains.
Related Articles
A high-engagement Hacker News thread pointed to the Linux kernel tree's new AI contribution guidance, which keeps DCO responsibility with humans and standardizes an `Assisted-by` disclosure tag.
HN cared because this was not an abstract AI ethics fight; it was a maintainer workflow problem with licensing risk attached. SDL merged PR #15353 on April 15, adding an AGENTS.md that tells contributors not to use LLMs to generate code.
A March 25, 2026 Hacker News post about Reco's `gnata` rewrite reached 256 points and 237 comments at crawl time. Reco says AI-assisted porting of JSONata 2.x to Go took about 7 hours and $400 in tokens, then removed an RPC-heavy Node fleet and eventually cut roughly $500,000 per year in infrastructure cost.
Comments (0)
No comments yet. Be the first to comment!