'Enshittified at a Surprising Clip': A Week of Hacker News on AI Coding Tools
Some fortnights the complaints about AI come from people who barely use it. This one they came from the people who use it most. Scroll Hacker News o…
Tech news from the best sources
Some fortnights the complaints about AI come from people who barely use it. This one they came from the people who use it most. Scroll Hacker News o…
As developers, we’ve largely moved past the novelty of AI as just an "autocomplete on steroids." Today, the real productivity gains come from integr…
The most successful AI agent do NOT use complex and over-engineered frameworks. Instead, they use simple, modular patterns. To use agents you don't…
Can Copilot Fix Its Own Security Findings? Testing GitHub Agentic Autofix GitHub can now assign a code scanning alert directly to Copilot cloud agen…
There have been 3 amazing tools launched by Microsoft recently: Code Apps Cowork New Copilot Studio (aka GitHub Copilot Harness) These tools had me…
Agentic DevOps Needs Observability: Trace GitHub Copilot with OpenTelemetry An agent can read files, call a model, run tools, delegate to a subagent…
AI Agents are everywhere right now. We've all seen the flashy demos and read countless articles, but I wanted to understand how a research agent act…
Enforcing AI Agent Adherence Through Single-Source Architecture in CrystaCode projects AI agents require strict directory structures to execute proj…
Human-in-the-Loop Agentic DevOps: Govern AI Automation in GitHub Issues The biggest question in agentic DevOps is no longer, "Can an AI agent automa…
Run GitHub Copilot CLI in GitHub Actions Without PATs or Runaway AI Costs AI automation in CI has always had two awkward questions: which long-lived…
Today I want to take a look at a piece of C++ code that Copilot generated for me recently. The code here will not be 1:1 the same because originally…
The zero DNS configuration demo GitHub just published is being read as "AI does your DNS for you." I read it differently. What GitHub actually showe…
Agentic coding is getting fast enough that writing the code is no longer the hard part. The hard part is deciding what to build, judging whether the…
GitHub announced on July 14, 2026 that security reviews are available in the GitHub Copilot app. Primary source: GitHub Changelog, July 14, 2026 . T…
GitHub announced on July 8, 2026 that GitHub Mobile can start a Copilot cloud-agent workflow to fix pull-request merge conflicts. Primary source: Gi…
GitHub announced on July 14, 2026 that Copilot for JetBrains expanded bring-your-own-key capabilities. Primary source: GitHub Changelog, July 14, 20…
GitHub announced on July 2, 2026 that Copilot CLI no longer needs a personal access token when it runs in GitHub Actions. Primary source: GitHub Cha…
Where Copilot's telemetry stream lands, decided centrally GitHub added a control on July 8 that lets an enterprise mandate where the Copilot Chat ex…
New Currency Forget cloud bills — in 2026, the line item engineers actually argue about is tokens. Every move a coding agent makes (reading a file,…
Introduction Modern development isn’t just about writing code—it’s about writing better code, faster . With AI-assisted tools like GitHub Copilot an…
OpenAI's GPT-5.6 preview is interesting for builders because it is tied to software-building surfaces: the API, Codex, or both for approved organiza…
I spent two weeks testing Cursor, GitHub Copilot, Windsurf, and Claude Code on the same set of tasks. Not vibes. Not feature lists. Actual work: bui…
GA in a sentence GitHub moved its enterprise managed-settings.json to general availability on July 1, giving GitHub Enterprise Cloud admins a single…
We are so excited to finally announce the winners of the GitHub Finish-Up-A-Thon Challenge , our celebration of finishing what you started by revivi…
AI coding tools have changed a lot in 2026. A year ago, GitHub Copilot was the obvious choice. Now you have 7+ serious options — and the right one d…
As of June 1, 2026, all GitHub Copilot plans run on usage-based billing. Premium request units are gone. What replaced them is a token-metered curre…
GitHub added a tiny field to the Copilot usage metrics API this week that is going to create a lot of very confident spreadsheets. Enterprise and or…
From Confused to Confident: How I Finally Mastered GitHub Copilot in Every Situation I still remember the afternoon I rage-closed VS Code because Co…
Let me describe a scene you've lived. A bug report lands. "The completed tasks are still showing up in the active list." You look at the code, spot…
Think about the last time you merged a PR without a proper review. Maybe tests passed. Maybe it looked fine at a glance. Maybe you were moving fast…