LodeHQSubscribe →

Claude Code vs surgeon: AI's double-edged sword

Dev · 2026-06-28

Tools & Platforms
EU releases open-source TYNDP toolkit to boost transparent grid planning5 MIN

The European Union, together with ENTSO‑E and Open Energy Transition, has published the Open‑TYNDP codebase that reproduces the Ten‑Year Network Development Plan using PyPSA‑Eur. By making the workflow and data openly available, the project lowers barriers for researchers, regulators, and stakeholders to audit and extend European grid‑planning analyses.

Kulshan delivers local AWS cost alerts without CUR or dashboards3 MIN

Kulshan is an open‑source CLI that pulls Cost Explorer data and generates an interactive HTML report, flagging spend drivers, anomalies and savings opportunities. It runs locally, costs only a few cents per run, and eliminates the need for CUR uploads or Athena dashboards, giving FinOps teams instant, actionable insight.

How to safely add Astral’s ultra‑fast ty checker to your CI pipelines1 MIN

Astral's ty can run in CI with just uv, offering fast checks and GitHub/GitLab annotations. Pin the version to avoid surprise failures because it’s still pre‑1.0 and diagnostics shift between releases. Teams already using Ruff can add a single step for ty without slowing pipelines.

Play a Full MMORPG by Writing Code via a Simple HTTP API1 MIN

Artifacts MMO lets any language control a sandbox MMORPG entirely through REST calls. You can script combat, crafting, trading, or build dashboards, turning the game into a programmable playground for devs.

AI-Assisted Development
Claude Code flags a surgeon’s MRI diagnosis as wrong in a personal test4 MIN

A developer fed a 266 MB shoulder MRI into Claude Code’s Opus 4.8, letting the model install imaging libraries and run a custom analysis. Within an hour Opus reported an intact subscapularis tendon, directly contradicting the clinician’s Grade III partial tear diagnosis. The experiment shows LLMs can process DICOM data, but their clinical reliability remains unproven.

AI code tools are eroding junior developers’ problem‑solving skills10 MIN

A senior engineer recounts how AI‑generated pull requests look pristine but embed architectural flaws, leaving junior developers without the struggle that builds mental models. The fast‑track of LLM‑assisted coding is inflating velocity while silently eroding problem‑solving intuition, a trend that could cripple future teams.

AI coding assistants need built‑in guardrails to protect architecture9 MIN

Continuous AI‑generated code is outpacing traditional security gates. Checkmarx explains how embedding guardrails, pre‑ and post‑hooks that enforce project architecture, prevents agents like Cursor or Copilot from breaking design constraints, turning risky code into a controlled, auditable flow.

Codex still lacks .codexignore to block sensitive files1 MIN

Developers can’t currently mark files like .env or .pem to stay out of the Codex API, risking data leaks and bloated payloads. An open GitHub issue pushes for a .codexignore‑style whitelist that works repo‑wide and globally, but no implementation exists yet.

Engineering Practice
Inside the Shuttle’s I/O Processor: How 1970s Boards Managed 24 Real‑Time Networks28 MIN

Ken Shirriff dissects two circuit pages from the Space Shuttle's I/O Processor, exposing a 1970s-era multi‑threaded computer that coordinated 24 high‑speed networks. The teardown shows how magnetic‑core microcode storage and a custom network interface enabled redundancy and real‑time control for NASA's most critical flights.

Choosing Simplicity Over Debt Saves Time and Future Work1 MIN

Daniel Terhorst-North argues teams don’t have to pick between technical debt and missing deadlines. By deliberately choosing the simplest design that satisfies current needs, developers avoid over‑engineering and keep code maintainable while staying on schedule.

Anonymous repo floods public with undisclosed zero‑day exploits3 MIN

A GitHub repo under the handle ‘bikini’ is publishing raw proof‑of‑concepts for dozens of undisclosed zero‑day bugs across popular software stacks. By dumping these exploits without coordinated disclosure, the author forces vendors and users to confront unpatched threats, shaking current vulnerability‑handling norms and raising supply‑chain risk.

How Inngest turned Node.js worker threads into a production‑ready heartbeat manager13 MIN

Inngest moved its Connect SDK’s WebSocket heartbeat logic into a dedicated Node.js worker thread, preventing lost heartbeats when user code blocks the main thread. The post details the production‑grade decisions, boundary design, message protocol, crash‑loop caps, and graceful shutdown, that turn a demo feature into reliable infrastructure.

Google de-indexes Pollen collapse article after bogus DMCA claim3 MIN

Gergely Orosz’s 2022 expose on Pollen’s collapse was pulled from Google’s search results after a false copyright complaint, allegedly filed by the company’s founder. The episode shows how DMCA takedowns can be weaponized to erase damaging corporate histories, raising concerns for transparency and engineers researching past failures.

Get Dev in your inbox, every issue.
Subscribe free
Privacy · Terms · About · Contact
© 2026 LodeHQ