Stop Using OpenCode
A security researcher warns users to stop using OpenCode, the most popular open-source AI coding agent with 161k GitHub stars, citing severe security flaws and poor design. The tool, described as fundamentally a web-stac…
Full-text search across 4757 articles. Combine with topic and date filters; results sorted by relevance.
A security researcher warns users to stop using OpenCode, the most popular open-source AI coding agent with 161k GitHub stars, citing severe security flaws and poor design. The tool, described as fundamentally a web-stac…
Anthropic's Claude Code product team, led by Cat Wu, advocates for a 'lean harness' approach to AI coding tools, avoiding opinionated features that pre-structure codebase context, as rapid model improvements make long-te…
Princeton and Stanford researchers released mini-swe-agent, a coding agent in roughly 100 lines of Python that scores over 74% on SWE-bench Verified, beating Claude Code's scaffolding by six percentage points when using …
Moonshot AI's Kimi K3, a ~2.8-trillion-parameter open-weight model released in mid-July 2026, trails Anthropic's Claude Fable 5 and OpenAI's GPT-5.6 Sol overall but beats closed models on coding, agent, and engineering t…
Together AI and Y Combinator have partnered to launch the first dedicated GPU cluster for Y Combinator's portfolio of AI-native startups, providing flexible, short-term access to compute at long-term rates. The cluster, …
Zack Proser built ctx, a personal context engine that lives outside any single AI tool or vendor, to solve the problem of having to re-explain his life and work to every new agent. ctx is a single Postgres table behind a…
AI infrastructure is shifting from token-based measurement to verifiable work units that bundle acceptance conditions, execution evidence, total cost, and accountability boundaries, as signaled by recent product releases…
LoRA fine-tuning allows enterprises to customize AI models on proprietary data at a fraction of the cost of full retraining, reducing trainable parameters by up to 10,000x. The technique, introduced by Microsoft research…
Local open-weight models and PII detection pipelines can process sensitive documents without sending data to the cloud, eliminating risks such as data retention, breach surface, and regulatory liability under HIPAA, GDPR…
The context sandwich is a three-part prompting framework that wraps a task with background context and output expectations, improving AI responses from models like ChatGPT and Claude. The method, explained by an unnamed …
Anthropic's Claude Code now includes an in-app browser that lets developers navigate live web pages, take screenshots, annotate elements, and bring visual context into coding workflows without requiring external APIs or …
Usage-based billing in AI products uses tokens, credits, or outcomes as the unit of consumption, each shifting risk differently between customer and vendor. Tokens, the cost unit of AI, are counted per request and priced…
Anthropic's Claude Fable 5 model, live for 40 days, leads competitors on SWE-Bench Pro by 11 points with an 80.3% score and costs $10/$50 per million input/output tokens, but its refusal system returns HTTP 200 with stop…
Reinforcement learning (RL) is the primary driver of recent advances in coding and mathematics for large language models (LLMs), according to an analysis of the economics of model improvement after human-curated data has…
Georgia Tech's Systems Software and Security Lab has confirmed 74 CVEs directly attributed to AI-generated code in 2026, with the actual number estimated at 400 to 700 cases in the open-source ecosystem alone. Apiiro's a…
SkillsBench, an arXiv benchmark published in February 2026, found that curated skills boosted average task pass rates from 33.9% to 50.5% across 87 tasks and 18 model-harness configurations, with healthcare jumping from …
A 4-step roadmap published by a tech career guide outlines how employees can become in-house AI consultants by auditing their job for automation opportunities, building solutions, demonstrating ROI, and formalizing the r…
A developer built a DeFi trading agent using the Model Context Protocol (MCP) that can browse pair markets, read positions, and execute leveraged pair trades on Hyperliquid via Pear Protocol. The open-source mcp-pear ser…
VS Code 1.129, released July 15 by Microsoft, introduces the Agent Host, which moves AI coding agents into a dedicated background process, preventing agent failures from freezing the editor and enabling persistent, multi…
A developer built an offline-first sync engine in Rust, using event sourcing to reconcile data between mobile devices and a backend. The engine, shared across iOS and Android via UniFFI, stores events rather than current…