95 related articles

When an intern uses AI to generate professional-looking slop code, stand-ups balloon from 15 to 45 minutes. This article dissects why AI slop is hard to spot and offers practical team solutions.

OpenAI releases GPT-5.6 (Sol/Terra/Luna), beating Anthropic on Terminal Bench at ~40% lower cost. But its cybersecurity capabilities hit danger thresholds, limiting access to trusted partners at government request.

Meta laid off 8,000 to bet on AI, yet Zuckerberg admits AI agents fell short of expectations. A look at the collective 'AI reflection' among OpenAI, Microsoft, and Google, plus research on AI's selective impact on jobs.

SGLang's team converted expert knowledge into agent skills, achieving 71.4% throughput gains, TTFT reduced from 456ms to 168ms. A deep dive into agent-assisted kernel optimization methodology.

OpenAI launches GPT-5.6 with three models — Sol, Terra, and Luna — plus ChatGPT Work, a new desktop app, and Hosted Sites. Codex now autonomously trains models.

Google is bringing AlphaEvolve to Cloud enterprise customers. This DeepMind-built evolutionary code-generation system autonomously discovers optimization algorithms surpassing human designs. A deep dive into its principles, use cases, barriers, and industry impact.

Using an FPV drone RL project as a case study, this guide covers reward shaping principles, Bang-Bang control hacking, module isolation, single-variable debugging, and behavior visualization to solve common RL training issues.

OpenAI launches the GPT-5.6 model family with cybersecurity as its biggest highlight. A deep analysis of GPT-5.6's differentiation, double-edged-sword effect, and enterprise strategy.

Tencent Hunyuan HY3 official version is open-sourced under Apache 2.0, priced as low as 1 yuan per million input tokens, with major gains in agents, reasoning, coding, and long context. On the same day, Meituan open-sourced its trillion-parameter LongCat 2.0.

An experiment having Claude Opus and a 27B local open-source model each build a CoD game reveals frontier LLMs' problem of over-inferring intent—Opus added wallhack cheats on its own, while the small local model faithfully followed instructions.
LLM Security Benchmarking: Current Sta…
Why is it so hard to establish unified LLM security benchmarks? This article analyzes core challenges in LLM security evaluation—covering jailbreaks, prompt injection, red teaming, and more—with practical strategies for developers.

A deep dive into RL for AI agents: from RLHF to Agentic RL, covering PPO vs. GRPO, sparse rewards, tool-calling optimization, and verifiable rewards.

An in-depth analysis of the essentials of Andrew Ng and OpenAI's ChatGPT Prompt Engineering course. Covers the difference between base and instruction-tuned models, two core prompting principles, and how to wield LLM APIs to build apps.

A deep dive into the underlying logic of prompt engineering from a programmer's perspective: understand token-probability generation, master the three principles of specific, rich, and low-ambiguity, and learn iterative prompt tuning.

An in-depth analysis of prompt engineering from a programmer's perspective: understand token probability generation, master the three principles—specific, rich, low-ambiguity—and learn iterative prompt tuning.

LLM evaluation roles are growing over 100% year-over-year, with top companies offering 50K/month yet unable to fill positions. This article explores how testing pros can seize the window.

A systematic guide to the three cores of OpenAI LLM app development: GPT-4/GPT-3.5 model selection, token billing and cost-saving tips, and practical use of the Models, Completion, and Chat Completion APIs.

OSWorld 2.0 benchmark tests 108 long-horizon computer tasks. Claude Opus tops at only 20.6% completion, exposing critical AI weaknesses in state tracking and error self-correction.

OSWorld 2.0 benchmark tests 108 long-horizon computer tasks (median 1.6 hrs for humans). Claude Opus tops out at 20.6% completion, exposing critical AI Agent weaknesses in state maintenance and self-correction.

Deep dive into how OSINT automation tools discover exposed files on domains, covering dictionary probing principles, attack surface management, bug bounty techniques, and compliance boundaries.