307 related articles

An engineering team spent four months raising an AI coding agent's spreadsheet accuracy from 50% to 92%. Deep dive into REPL architecture, validation loops, and domain knowledge injection.
Jacquard: A Programming Language Desig…
Jacquard is an experimental programming language built for the "AI writes, human reviews" paradigm, making reviewability a first-class design principle for the AI coding era.
AI Can Write Ruby But Can't Navigate C…
A benchmark covering 5 major AI models and 13 real Ruby codebases reveals: AI excels at generating code but struggles to navigate existing codebases. A deep dive into findings, Ruby metaprogramming challenges, and practical implications for developers.

A deep dive into Agent Skills: SKILL.md structure, four core elements (workflow/docs/tools/assets), real-world case studies, and how Skills differ from prompts.

A deep dive into AI-powered testing: Cursor Skills, Coze agents, and LangChain multi-agent systems for automated test case generation, BDD, and review workflows.

A deep dive into Spring AI 2.0: provider-agnostic APIs, RAG with vector databases, and how Java developers can build LLM apps using the Spring ecosystem.

As Vibe Coding rises, many developers can't write code without AI. We break down the risks, whether traditional coding skills still matter, and how to rebuild them.

An in-depth look at LangChain's core value: the three limitations of LLMs, unified model interfaces, modular architecture, configuring the DeepSeek API, and understanding the SystemMessage/HumanMessage/AIMessage/ToolMessage system to build a foundation for Agent development.

An in-depth look at the core advantages of the Cypress front-end automated testing framework: fast execution, a simple easy-to-use API, and stable reliable results. Covers architecture, Selenium comparison, and component testing.

A tech blogger with zero programming knowledge built a retro DV app in four days using AI tools like Cursor and Codex, and got it published on Huawei App Gallery. A full vibe coding walkthrough.

Arcaide is a code comprehension tool based on multi-level call graphs, helping developers explore function calling relationships from macro to micro, speed up onboarding, assess change impact, and identify technical debt.

A detailed breakdown of ChatGPT Plus ($20) vs Pro ($100/$200) plan features, comparing credit card, gift card, and Google Play top-up methods, plus an honest look at third-party top-up risks.

A deep dive into the five genuinely tough challenges of production MLOps: fault-tolerant training on Spot instances, cross-team GPU scheduling, data reproducibility, model observability, and inference cost optimization.

Cursor is an AI-native programming tool deeply rebuilt on VS Code, integrating top LLMs like Claude and DeepSeek. It supports natural-language code generation, smart error fixing, and context awareness.

Browser Use is an open-source AI Agent framework that lets LLMs autonomously drive browser operations via natural language. This article breaks down its four-layer architecture, core Agent loop, CDP perception layer, dynamic Tools dispatch, and its Skills, Sandbox, and MCP extension capabilities.

OpenAI merged Codex into ChatGPT, killing a developer-beloved AI coding brand. A deep dive into the gains and losses of this brand consolidation.

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 released three GPT-5.6 models—Sol, Terra, Luna—and merged ChatGPT with Codex to launch Work mode. This hands-on review tests coding, game dev, and PPT creation, revealing one-click deployment wins alongside aesthetic and efficiency flaws.

ECC is an agent optimization framework for AI coding assistants like Claude Code, Cursor, and Codex, enhancing them with skills, memory, security, and research-first development capabilities.

A step-by-step guide to installing Claude Code locally on Windows and swapping its underlying model for the DeepSeek API—enabling low-cost AI coding with no VPN required. Covers Node.js setup, Claude Code config, and getting a DeepSeek API Key.