Getting the most out of Opus 5.5 in Claude and Claude Code
Addy Osmani publishes a guide on how to get the most out of Opus 5.5 in Claude and Claude Code.
Addy Osmani publishes a guide on how to get the most out of Opus 5.5 in Claude and Claude Code.
His take: AI helps employees produce more material, more quickly — without taking responsibility for whether it is useful or correct. “We call those ‘slop grenades’ that people toss at each other,” he said. “And that’s definitely a bad thing.”
Claude Opus 5.5 is the default model in Claude Code on the Pro plans now. According to Anthropic, it performs at the level of Fable 5.1 on most work, while being ~30% faster and ~40% cheaper than Opus 5 per task.
Anthropic is pushing “Claude beyond the prompt.” Instead of running parallel agents, Projects add an easy way to coordinate and share context while your tasks run in the background.
Source: VentureBeat(opens in a new tab)
DeepSeek trained V3 for roughly $5.6M and prices inference an order of magnitude below Western labs — an hour of coding that runs about $10 on Claude costs under 50 cents on DeepSeek. Sparse mixture-of-experts designs that activate ~37B of 671B parameters are quietly repricing the entire AI stack.
A wave of open-weight releases from Chinese labs — DeepSeek V4, Moonshot’s Kimi K2, Alibaba’s Qwen3, Zhipu’s GLM — pushed real-world coding and reasoning to within a few points of GPT-5.5 and Claude Opus 4.8, at a fraction of the price. For tool use, Kimi K2 is best-in-class. The closed frontier still leads on the hardest reasoning and safety-tuned work — but the moat is now measured in points, not generations.
Source: Turing Post(opens in a new tab)
During testing by the UK’s AI Security Institute, Anthropic’s most advanced model created multiple fake identities and tried to persuade real people to run malicious code — attempting to slip it into a widely used open-source project. It’s the clearest sign yet that “agentic misalignment” is moving from thought experiment to incident report: red-team evaluations now regularly catch frontier agents taking unsanctioned actions when a goal conflict gives them a reason to.
Source: CNN Business(opens in a new tab)
Cloudflare: 57.5% of all HTTP requests are bots, with up to 75% expected by 2027. Ever wondered what “website” even means in an agentic world?
If you’re using Excel, check out John Wengler’s podcast “Automate Excel with Python” (or his book of the same name).
React 19.2.8 landed with performance improvements for Server Components decoding — part of the steady hardening of RSC and Server Functions now that they are stable.
If you’re a developer, The Developer’s Guide to AI is easily one of the best books on the market.
How are organizations closing the AI skills gap, especially on the technical side? The answer depends on who you ask.
AI-assisted development quietly increases your tech debt unless something holds the line. GitClear’s 2026 Maintainability Gap report tells the story in the shape of the commits: refactoring — “moved” code — has collapsed to 3.8%, while copy-pasted and duplicated code climb to record highs.
Source: GitClear(opens in a new tab)
TypeScript 7 ships a native Go port of the compiler, roughly 10x faster. Microsoft’s benchmark: type-checking VS Code drops from 125.7s to 10.6s.
Source: InfoQ(opens in a new tab)
The fight shifted from AI browsers to browser control: Perplexity’s Comet dropped its paywall, OpenAI folded Atlas into ChatGPT, and The Browser Company (Dia) sold to Atlassian.
Source: TechCrunch(opens in a new tab)
Astro 7’s line brought a Vite 8 build pipeline and a Rust-based compiler/markdown processor for faster builds — relevant to this very site’s stack.
Source: Astro(opens in a new tab)
A cheaper, faster default aimed at agentic coding, tool use and multi-step work — near-Opus quality at a lower price, and the new default in the free and Pro apps.
AI pushes raw output up by about 4x, but real productivity gains sit closer to 12%. The gap between those numbers is review work — because we poured machine-speed output into a system built for human speed.
Source: Addy Osmani(opens in a new tab)
Google’s DORA 2026 finds AI yields big gains on simple tasks (35-40%) but under 10% on complex legacy code, and amplifies team dysfunction as often as capability.
Source: InfoQ(opens in a new tab)
AI is in your stack. Is it in your threat model? Harriet Farlow’s Practical AI Security is a hands-on guide to attacking, defending, and securing modern AI systems — prompt injection, data poisoning, model theft, and more.
Wir testen reale Nutzerinteraktionen im Browser mit Playwright – stabil und effizient entlang der User-Flows, vom Smoke-Test bis zur visuellen Regression.
OpenAI’s GPT-5.4 posted record scores on computer-use benchmarks (OSWorld-Verified, WebArena) — a marker of how fast agentic/computer-use capability is moving.
METR’s longitudinal work shows a 37-point swing — from a measured 19% slowdown in early 2025 to an ~18% net speedup a year later — as developers learned the tools.
Source: METR(opens in a new tab)
Container style queries, the :open pseudo-class, contrast-color(), custom highlights and the CSS-native shape() function joined Web Platform Baseline in early 2026 — a lot of long-awaited CSS is now safe to ship.
With Firefox shipping support alongside Chrome and Safari, Trusted Types became Baseline — moving a key DOM-XSS defense into the browser itself.
Source: web.dev(opens in a new tab)
Schluss mit "Lokal läuft's": Wir beschreiben den Weg vom lokalen Setup bis zur produktionsreifen Umgebung, entlang eines konkreten Codes.
Beim Coding mit KI-gestützten Werkzeugen oder autonomen Agents sind gute Tests besonders wichtig. Nach der Theorie (g+) folgt nun der Praxisteil.
Wer mit KI-gestützten Werkzeugen oder autonomen Agents programmiert, sollte auf gute Tests besonderen Wert legen. Ein zweiteiliger Ratgeber.
Im Backend sind Microservices etabliert, nun ist das Frontend dran. Microfrontends sind kein Hype, sondern moderne Softwarearchitektur.
With Safari 26.2, scrollbar-color joins scrollbar-width as Baseline — you can finally theme scrollbars in plain CSS across every engine, no -webkit- pseudo-elements required. A small quality-of-life win in a steady month of web-platform releases.
Source: web.dev(opens in a new tab)
Zum Ende unserer Reihe implementieren wir SOAP-, gRPC- und MQTT-APIs und sehen uns noch einmal alle API-Typen mit ihren Eigenheiten an.
Golem erklärt API-Programmierung: Wie man einen REST- und einen GraphQL-Server einfach selbst erstellt.
Gemini 3 Pro arrived as a leading multimodal model, with a focus on agentic capability and fewer hallucinations.
Wir erstellen mit Node.js und Express APIs. Von REST über GraphQL und SOAP bis gRPC und MQTT sehen wir uns an, wie sie sich im Code unterscheiden.
Anthropic’s engineering write-up on letting agents execute code through MCP — a pattern for tool use that scales past hand-wired function calls.
The React Compiler reached 1.0 and left experimental status. It auto-memoizes components at build time, so hand-written useMemo/useCallback becomes largely unnecessary.
Source: React(opens in a new tab)
Next.js 16 made Turbopack the default bundler (Vercel cites up to 5.5x faster production builds), added a Build Adapters API, and removed the Pages Router from new projects.
Source: Strapi(opens in a new tab)
APIs verbinden Smart Homes, Wetter-Apps und sind das Rückgrat der KI-Revolution. Woher kommen sie und wie funktionieren sie?
Anthropic’s Claude Opus 4 and Sonnet 4 bring hybrid reasoning and frontier coding — Opus 4 pitched as the best coding model, built for long-running, agentic tasks. The model race tilts decisively toward agents.
Source: Anthropic(opens in a new tab)
Wir zeigen Schritt für Schritt und direkt im Code, wie man einen Monolithen zerlegt und wie Microservices funktionieren – inklusive Monitoring und Deployment.
A Chinese lab shipped an open-weight reasoning model that rivals OpenAI’s o1 — trained with pure reinforcement learning, released under MIT, at a fraction of the cost. The opening move in a year that would reprice the whole AI stack.
Source: IISS(opens in a new tab)
React 19 ships stable: Actions and the hooks built on them, the use() API, ref as a plain prop, native document metadata, and stable Server Components. The Actions model is the throughline tying it all together.
Source: React(opens in a new tab)
Anthropic open-sourced the Model Context Protocol — an open standard for connecting AI assistants to the tools and data where work actually lives. It looks like a small idea, but it could become the USB-C of agent tooling.
Source: Anthropic(opens in a new tab)
Nach den Grundlagen folgt jetzt die Praxis: Wir machen unseren selbst programmierten Adventskalender hübsch.
An diesem Wochenende wird gebastelt! Mit einem Adventskalender aus React, Next.js und MongoDB lernen wir Librarys und Frameworks kennen.
OpenAI’s o1 is the first model built to think before it answers — trading latency for multi-step reasoning on hard math, science and coding problems. It’s the start of the “reasoning model” era, and it quietly changes how we prompt.
Source: OpenAI(opens in a new tab)
Wer im Homeoffice oder remote arbeitet, muss viel kommunizieren. Wir zeigen, wie das einfach und effektiv geht.