developers

30 articles about developers in AI news

Microsoft Launches Free 'AI Agent Course' for Developers, Covers Design Patterns to Production

Microsoft has released a comprehensive, hands-on course for building AI agents, covering design patterns, RAG, tools, and multi-agent systems. It's a practical resource aimed at moving developers from theory to deployment.

85% relevant

OpenAI Publishes Codex Use-Case Gallery with Practical Examples for Developers

OpenAI has released a public gallery of practical examples demonstrating how to use its Codex model for real-world programming tasks. The resource provides concrete prompts and outputs for developers building with the API.

85% relevant

Anthropic's Auto-Fix Feature Aims to Revolutionize AI Debugging for Developers

Anthropic has unveiled a research preview feature called Auto-Fix for Claude, designed to automatically correct errors in AI-generated code. This development addresses a persistent pain point for developers working with large language models.

85% relevant

Claude Code Source Leak: What Developers Found and What It Means for You

Claude Code's source code was exposed via an npm source map. The leak reveals its MCP architecture and confirms it's a TypeScript wrapper, but doesn't change how you use it.

100% relevant

Safari MCP Cuts Browser Automation CPU Usage by 95% for Mac Developers

Replace your Chromium-based MCP browser tool with Safari MCP to eliminate Chrome's resource drain while keeping your existing logged-in sessions.

86% relevant

The 3 Claude Code Tips from '100 Tips for Claude' That Actually Matter for Developers

Filtering the generic Claude advice to find the 3 techniques that directly improve Claude Code workflows: structured prompting, context management, and task decomposition.

96% relevant

Anthropic's New Academy: What Claude Code Developers Should Know About Free AI Certification

Anthropic launches free AI certification program. Claude Code users should understand how this signals investment in developer education and potential future Claude Code features.

76% relevant

Stripe's MCP Server: The One Feature That Makes It Worth Installing for Developers

Stripe's official MCP server includes live documentation search—letting Claude Code answer Stripe API questions without tab-switching during development.

89% relevant

How Non-Developers Can Use `claude --resume` and CLAUDE.md to Save Hours

Stop losing your work and repeating yourself. Use `claude --resume` to recover sessions and CLAUDE.md as a permanent knowledge base for any project.

89% relevant

The Hidden Cost Crisis: How Developers Are Slashing LLM Expenses by 80%

A developer's $847 monthly OpenAI bill sparked a cost-optimization journey that reduced LLM spending by 81% without sacrificing quality. This reveals widespread inefficiencies in AI implementation and practical strategies for smarter token management.

75% relevant

Anthropic's Claude Code Boosts @-Mention Speed 3x for Large Enterprise Codebases

Anthropic has released technical details on optimizing the @-mention feature in Claude Code, achieving a 3x speedup for large enterprise codebases. This addresses a critical performance bottleneck for developers working in massive, legacy code repositories.

85% relevant

Claude Code Setup Accelerated for AWS Bedrock & Google Vertex AI

Anthropic has optimized the setup process for Claude Code on AWS Bedrock and Google Vertex AI, making it faster for developers to integrate the coding agent into their cloud environments.

75% relevant

OpenAI Codex API Reset to Fast Mode Only, Ending Standard Tier

OpenAI reset its Codex API today, removing the 'standard' inference mode. The API now serves only the 'fast' mode, a significant change for developers using the code-generation model.

87% relevant

Open-Source 'Claude Cowork' Alternative Emerges with Local Voice & Agent Features

Developers have launched a free, open-source alternative to Anthropic's Claude Cowork. It runs 100% locally, supports voice, background agents, and connects to any LLM.

85% relevant

Claude Code Users: How to Check Status and Switch Models During Sonnet 4.6 Outages

A status update shows Sonnet 4.6 errors; developers should bookmark the status dashboard and know how to switch Claude Code models during outages.

70% relevant

MLX-LM v0.9.0 Adds Better Batching, Supports Gemma 4 on Apple Silicon

Apple's MLX-LM framework released version 0.9.0 with enhanced server batching and support for Google's Gemma 4 model, improving local LLM inference efficiency on Apple Silicon. This update addresses a key performance bottleneck for developers running models locally on Mac hardware.

75% relevant

Composio Launches Secure Tool Platform to Replace AI Agent Credential Sharing

Composio announced a platform that lets AI agents use external tools without credential sharing, aiming to solve a major security and operational headache for developers.

89% relevant

Claude Code's Source Code Leak: What It Means for Your Agent Development Today

Claude Code's source code leak exposes production-grade agent patterns developers can analyze to improve their own AI coding workflows and agent reliability.

100% relevant

Laravel QuickBooks MCP Server: Connect Your AI Assistant to Live Financial Data

A new MCP server bridges Claude Code and QuickBooks Online, allowing developers to build AI agents that interact directly with live financial data.

80% relevant

Gemma 4 Integrated into Android Studio for AI-Assisted App Development

Google has integrated its Gemma 4 language model into Android Studio's Agent mode, providing developers with AI-assisted coding features like refactoring and feature development within the official Android IDE.

89% relevant

Simon Willison's 'scan-for-secrets' CLI Tool Detects API Keys in Logs

Simon Willison built 'scan-for-secrets', a Python CLI tool for scanning log files for accidentally exposed API keys. It's a lightweight utility for developers to sanitize data before sharing.

75% relevant

scan-for-secrets 0.2: Streamline Your Security Workflow with New CLI Options

Simon Willison's scan-for-secrets 0.2 adds streaming output, multi-directory scanning, and file-specific options that developers can use immediately in Claude Code workflows.

75% relevant

Microsoft Announces Copilot AI Agents That Function as Virtual Employees

Microsoft is enabling businesses and developers to create AI-powered Copilot agents that can autonomously perform tasks like monitoring email inboxes and automating workflows, functioning as virtual employees rather than passive assistants.

89% relevant

PicoClaw: $10 RISC-V AI Agent Challenges OpenClaw's $599 Mac Mini Requirement

Developers have launched PicoClaw, a $10 RISC-V alternative to OpenClaw that runs on 10MB RAM versus OpenClaw's $599 Mac Mini requirement. The Go-based binary offers the same AI agent capabilities at 1/60th the hardware cost.

87% relevant

Glass AI Coding Editor Expands to Windows, Bundles Claude Opus 4.6, GPT-5.4 & Gemini 3.1 Pro Access

The Glass AI coding editor is now available on Windows, offering developers a single subscription that includes usage of Claude Opus 4.6, GPT-5.4, and Gemini 3.1 Pro without additional API costs. This expansion significantly broadens its potential user base beyond the Mac ecosystem.

87% relevant

Google Launches Gemini API 'Flex' & 'Turbo' Tiers, Cuts Standard Pricing by 50%

Google has added 'Flex' and 'Turbo' service tiers to its Gemini API, with Flex offering a 50% reduction in cost compared to Standard. This move provides developers with more granular control over cost versus latency for their AI applications.

87% relevant

Better-Clawd Fork Adds OpenAI & OpenRouter Support to Claude Code

A new fork of Claude Code removes telemetry, adds OpenAI and OpenRouter support, and claims performance improvements—giving developers backend choice.

98% relevant

Cognition Labs Launches 'Canvas for Agents': First Shared Workspace Where AI Agents Code Alongside Humans

Cognition Labs has unveiled a collaborative workspace where AI agents like Codex and Claude Code operate visibly alongside human developers. This marks a shift from AI as a tool to a visible, real-time collaborator in the creative coding process.

87% relevant

What Cursor's 8GB Storage Bloat Teaches Us About Claude Code's Clean Architecture

A deep dive into Cursor's scattered 8GB local storage reveals why Claude Code's ~/.claude/projects/*.jsonl approach is better for developers.

98% relevant

Anthropic's Claude Code Now Acts as Autonomous PR Agent, Fixing CI Failures & Review Comments in Background

Anthropic has transformed Claude Code into a persistent pull request agent that monitors GitHub PRs, reacts to CI failures and reviewer comments, and pushes fixes autonomously while developers are offline. The system runs on Anthropic-managed cloud infrastructure, enabling full repo operations without local compute.

93% relevant