2026-06-29

Hacker News — 2026-06-29#

Top Story#

HackerRank open sourced its ATS. My resume scored 90/100. Oh wait 74. No – 88 HackerRank open-sourced its new AI-driven hiring agent, and early testing exposes a catastrophic flaw in using LLMs for resume screening. A developer ran the identical resume 100 times through the default model at temperature 0.1, only to see scores wildly fluctuate between 66 and 99. It highlights a fundamental issue with current AI implementations: non-deterministic judgments on nuanced metrics like “architectural complexity” effectively turn technical recruiting into a random dice roll.

2026-07-05

Hacker News — 2026-07-05#

Top Story#

My AI-built PHP engine in Rust passes 17% of PHP-src tests, renders WordPress What makes this project fascinating isn’t just an LLM writing a parser—it’s the author’s workflow. A developer who doesn’t know Rust used the official 22,000-file PHP test suite as an incorruptible oracle to grade the AI’s code generation, preventing the model from hallucinating success or “grading its own homework”. It now successfully renders a WordPress front page from a SQLite database, proving that leveraging hostile test suites as a build system actually scales to real-world codebases, even if the resulting engine is 55x slower than native PHP.

Hacker News

Hacker News — Week of 2026-06-27 to 2026-07-03#

Story of the Week#

The most consequential narrative this week wasn’t a product launch, but a brutal reality check on AI-driven engineering and the “vibe coding” hype cycle. From Godot officially banning AI-generated pull requests due to maintainer burnout over “low-effort slop”, to a randomized trial proving developers using AI felt 20% faster but actually measured 19% slower, the industry is realizing that cheap generation makes verification incredibly expensive. The pendulum is swinging hard back toward valuing domain expertise, perfectly highlighted by Ford being forced to rehire 350 veteran engineers after its automated AI inspection systems fundamentally failed.