Spending Like a Hyperscaler
SpaceXAI spent $18.37 billion in capital expenditures in Q2 2026, with $15.83 billion on AI, nearly 40% of Microsoft's total capex. The company's operating cash flow covers only 12% of its capex, compared to Microsoft's …
Full-text search across 4597 articles. Combine with topic and date filters; results sorted by relevance.
SpaceXAI spent $18.37 billion in capital expenditures in Q2 2026, with $15.83 billion on AI, nearly 40% of Microsoft's total capex. The company's operating cash flow covers only 12% of its capex, compared to Microsoft's …
Anthropic's Claude Code team and community advisors have shifted from recommending accretion—adding a rule to CLAUDE.md every time the model errs—to ablation, advising users to delete the file periodically and add back o…
Alibaba Qwen announced Qwen3.8-Max, a 2.4T-parameter flagship model focused on coding, long-horizon agentic work, and multimodal reasoning, with open weights promised for next week alongside Qwen3.8-27B. The model demons…
Appwrite's engineering team, led by Christy and including intern Matej, built an MCP server that initially supported only stdio transport, then added a hosted version with OAuth-based authorization. The team implemented …
This+that, an AI-powered inbox platform, consolidates Gmail, Outlook, Slack, Microsoft Teams, Google Chat, and Instagram into a single stream, automatically extracting six types of action items: requests, decisions, foll…
A developer argues that the July wave of frontier model releases—Claude Sonnet 5, OpenAI's GPT-5.6 family, and Grok 4.5—should not be treated as a race to pick a single winner. Instead, they advocate for building systems…
MemoFS, a new open-source tool, solves AI agent amnesia by storing agent memories as plain Markdown and JSON files in a project's .memofs/ directory, replacing unreliable context windows and vector databases. The system …
Google added voice-driven writing and editing to its Gemini macOS app on July 29th, giving users an Fn-key shortcut called Speak to Window that can place dictated text, rewrites, file summaries and generated images direc…
Over 1,000 employees from OpenAI, Anthropic, Google DeepMind, Meta, and other frontier AI labs signed a letter urging the U.S. government to support international efforts to develop tools for pacing the development of au…
VortxAI released emem, an open-source shared memory layer for multi-agent systems that stores signed, content-addressed facts outside any single model, enabling agents that share no vendor or trust to cite and verify the…
A developer analyzing Juejin search results for AI coding tools found two distinct evaluation frameworks: tier-letter rankings (S/A/B/D) and enterprise procurement criteria (等保三级认证, 国密SM4加密). The same tools receive diffe…
Andrew Churchill, CTO of Weave, says top 1% engineering teams focus on constantly improving their hiring process, learning effective parallelization, and adapting code review flow. Churchill notes that hiring is the sing…
Developer Mubashir Osmani released agent-mesh, an open-source MCP server that lets AI coding agents such as Claude Code, Codex, opencode, Gemini, and Grok communicate directly with each other, removing the need for a hum…
Chron, an MCP server that logs AI coding sessions to a tamper-evident SQLite database, has reached 5,600 installs. The project is evolving from a logging tool to an AI governance layer, adding an Attention Score to help …
Noah Nawara released rucksack v0.1.0-alpha.1, a macOS CLI tool that pins a Mac to a phone hotspot and holds a sleep lease so local coding agents continue running with the lid closed. The source-only alpha passes CI and s…
Letta AI introduced the Trajectory package, a standardized data format for agent experience that reduces token counts by up to 5.6× compared to native session formats, enabling agents to learn across harnesses such as Cl…
Developer AnasNafees1802 released Continuum v2.0.0, an open-source tool that lets users switch between AI coding agents such as Codex, Claude, and Windsurf without re-explaining their project by storing a structured memo…
Dexter, CEO of HumanLayer, argues that the push for AI-driven software factories is leading to lower code quality and more outages, citing a Faros AI report showing pull-request review quality down, incidents up, and bug…
A structured deliberation among four AI models concluded that AI-native development tools are collapsing the cost of building software toward zero, making execution no longer the primary bottleneck for indie hackers. The…
Szr, a Go-native CLI proxy developed by devr-tools, reduces noisy terminal output before it reaches an LLM context, preserving exit codes and saving tokens on logs, diffs, and test output. It wraps commands, summarizes o…