Tech News
← Home  ·  All topics

Claude Code

43 GoKawiil briefs on this topic

Anthropic sped up Claude.ai and desktop app roughly 3x in two-week sprint

Anthropic engineers spent a two-week sprint in August optimizing four core user journeys in claude.ai and the Claude desktop app, which together account for 95% of user activity. Measured at the 75th percentile, load time for a fresh claude.ai page dropped from 3.1 seconds to 0.55 seconds, new Claude Code sessions went from 0.8 to 0.3 seconds, and Claude Cowork cloud sessions improved from 2.6 to 0.73 seconds, with a 3.1x average speedup across 13 measurements.

AWS releases open-source Strands harness for building general-purpose AI agents

Strands harness is a preassembled agent harness that developers can run locally or deploy to cloud providers with a single line of Python or TypeScript code, released under an Apache 2.0 license. It is designed as a general-purpose agent rather than a coding-specific one, and its makers report it costs 28% less than comparable harnesses across six benchmarks while maintaining similar or better accuracy, and 77% less than Claude Code on the Fable 5 benchmark while scoring higher on Terminal Bench 2.1.

Claude Code's AGENTS.md support requires telemetry to be enabled

A developer testing Claude Code 2.1.277's new AGENTS.md support found the file only loads when a remote feature flag called tengu_agents_md_mod returns true, which depends on telemetry or nonessential traffic being enabled. Setting CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC or DISABLE_TELEMETRY to 1 silently disables the AGENTS.md loader, with no warning to the user, a behavior tracked in GitHub issue #95690.

X Post on Engineer's Claude Code Workplace Sparks Viral AI-Coding Debate

A software engineer using the handle v0xium described in a viral X post working 12-13 hour days at an unnamed large company where nearly all coding is done via Anthropic's Claude Code tool. The engineer said staff across seniority levels mostly approve AI-generated code rather than write or debug it themselves, calling the process "soul-sucking" and noting that no one seems to understand the resulting software.

Anthropic launches Claude Opus 5.5, cutting compute costs 40%

Anthropic released Claude Opus 5.5 less than two months after Opus 5, claiming performance near its top-tier Fable 5.1 model while running about 40% cheaper. The company says the model uses fewer tokens, produces less verbose answers without sacrificing accuracy, and generates output over 30% faster than its predecessor. Sonnet 5.5 and Haiku 5.5 versions are expected in coming weeks.

Task Manager creator Dave Plummer launches cross-platform TMOG using AI-assisted coding

Dave Plummer, who originally wrote Windows Task Manager, has released TMOG, a system and process monitoring tool for macOS, Linux and Windows. He built it in under six weeks with two collaborators using Claude Code to accelerate development, and it's sold outside the App Store due to Apple's sandboxing restrictions on process management. A free version is available indefinitely, while a $39.95 Pro tier adds a record-and-replay feature called Flight Recorder for diagnosing past slowdowns.

Engineer says Claude Code has turned coding into 12-hour 'press enter' drudgery

An anonymous software engineer posting on X as 'voxium' says his employer now uses Anthropic's Claude Code to generate specs, tests, tickets and reports, leaving staff to work 12-13 hour days largely just approving AI output. He says engineers of all seniority levels are reduced to prompting the AI, with little time to review code or fix bugs, and calls the job 'soul-sucking.'

Foremerge open-sources Git-based tool to flag intent conflicts among AI coding agents

Foremerge is a new open-source coordination protocol that sits on top of Git to let multiple AI coding agents, such as Claude Code, Codex, or Cursor, share their intended changes before writing code. Each agent registers what function or component it plans to modify in a shared SQLite-backed list stored inside the project's .git folder, so overlapping or contradictory plans can be flagged before they merge. The current release, version 0.5.0, is a local-first, pre-1.0 MVP with a working CLI, JSON API, MCP server, and conflict detector, though it doesn't yet support coordination across multiple machines.

Developer argues MCP protocol has outlived its usefulness as LLMs advance

A developer who attended an MCP-focused industry event says the Model Context Protocol, released by Anthropic in November 2024 and later handed to the Linux Foundation's Agentic AI Foundation, was designed for weaker, less agentic models than exist today. As adoption exploded, users began overloading context windows by connecting many MCP servers at once, prompting platforms like Composio, MintMCP, and Pipedream to build workaround tools that centralize credentials and trim tool lists.

Essay Argues AI Will 'Teleoperate' Humans for Physical-World Work

A new essay argues that the fastest near-term impact of AI on the physical world won't come from robots, but from AI systems directing human workers step-by-step, similar to how GPS navigation already tells drivers what to do. The author calls this 'teleoperation,' where AI handles strategy and broad awareness while humans execute the physical actions AI can't yet perform itself. The piece uses driving and GPS as an early, already-normalized example of this pattern.

AI Automation Cuts Podcast Network's Social Media Workload, But Frees Time For More Tasks

A podcast network operator built an AI pipeline linking Claude Code and NotebookLM to automate social media production for over 25 shows, turning a full day of manual work into a background process. Rather than reducing overall workload, the time saved has been redirected into taking on additional projects and responsibilities.

Developer builds custom e-paper 'weatherman' dashboard using LILYGO T5 and Claude Code

A hobbyist repurposed an idle LILYGO T5 4.7-inch e-paper module, built around an ESP32 chip, to create a static home dashboard using Claude Code. The device displays local temperature and humidity readings, curated tech news pulled from sources like Hacker News, and astronomical event data such as occultations and eclipses relevant to telescope observation.