928 related articles
Codex Chat History Recovery Guide: Mig…
Learn why Codex chat history disappears after switching between official subscriptions and third-party APIs, with step-by-step migration instructions for modifying session files and SQLite database.
Tech FrontiersOpenAI hosted Voice Hack Night where teams built 4 real-time voice agent projects in 6 hours. Deep analysis of technical challenges, use cases, and developer ecosystem trends in real-time voice AI.
Build a Claude Code Agentic OS in 3 St…
Learn how to transform Claude Code from a random prompting tool into a systematic Agentic OS through three layers: architecture, Obsidian memory, and an observability dashboard.
The Cnblogs Account Ban Incident: Why …
A veteran Cnblogs blogger was banned for 15 days over an AI programming tutorial. This article examines the incident, the platform's declining quality, and the survival crisis facing legacy tech communities.
Claude Code Segfaulted All Day — Turne…
Claude Code crashes with Segmentation Fault on startup? This real debug case reveals the fix: Node.js V24 is incompatible with Claude Code. Switch to Node.js 22 LTS to resolve it instantly.
Tech FrontiersOpenAI CEO Sam Altman announces a general-purpose AI model has solved a major open math problem. We analyze this milestone, the leap from specialized to general AI, and its implications for science.
Industry InsightsSam Altman shares OpenAI's three strategic directions: AGI accelerating research, partnering with YC to empower startups, and building personal AGI assistants. A deep analysis of OpenAI's complete AGI deployment path.
Industry InsightsOpenAI Foundation commits $250M across measurement, transition support, and shared prosperity to ensure AI benefits reach broader global populations. Deep analysis of industry implications.
Tech FrontiersOpenAI releases a new version of Codex with major improvements in code generation accuracy, multi-language support, and developer workflow integration. Analysis of its impact on the AI programming landscape.
Cursor 3.0 Deep Dive: The AI Agent Com…
Cursor 3.0 abandons VS Code entirely, rewritten from scratch in Rust as an AI agent management platform. Deep dive into its three evolutions, Composer 2 controversy, parallel agent orchestration, and the paradigm shift from assisted to autonomous coding.
Tech FrontiersSGLang v0.5.12.post1 stability patch details: 12 critical fixes covering DeepSeek V4 garbled text and crashes, NIXL PD disaggregated inference logic, Blackwell B300 adaptation, and cold start optimization.
Tech FrontiersDeep dive into StepFun AI's Step 3.7 Flash, a 198B sparse MoE vision-language model with 256K context and 3-level reasoning, excelling in multimodal understanding, AI coding, and Agent tool orchestration.
Tech FrontiersLiquid AI releases LFM2.5-8B-A1B, a MoE model with 8B total params but only 1.5B active, matching 6B-class models in tool calling. Supports 128K context, local deployment, multilingual, with SGLang Day-0 support.
Industry InsightsSGLang co-hosts a finance AI inference event with Crusoe AI and Cloudflare, exploring LLM inference deployment in trading, risk management, and compliance — signaling Wall Street's shift to production-grade AI infrastructure.
Industry InsightsAMD Instinct MI355X achieves 5% lower TCO than NVIDIA B200 on DeepSeek-R1 disaggregated inference via SGLang+MoRI full-stack optimization with 1.25x per-GPU throughput.
Tech FrontiersCloudflare contributes decode KV cache offload and Mooncake recovery fixes to SGLang, resolving garbled output under high concurrency for Kimi K2.6 and enabling automatic fault recovery in distributed inference.
Tech FrontiersSGLang team hosts an Agent Loops Office Hour exploring inference optimization for agentic loops, covering KV Cache reuse, low-latency multi-turn dialogue, and tool calling techniques.
Deep Comparison of o1, o1 pro, and o3-…
Deep Research comparison of OpenAI o1, o1 pro, and o3-mini-high coding capabilities, covering code quality, optimization, error rates, and debugging with benchmarks and real-world cases.
Llama 3.3 70B In-Depth Review: Testing…
Meta releases Llama 3.3 70B open-source model with just 70B parameters rivaling 405B performance. Tested on 13 logic, math, and coding questions, it passed 12 — reshaping the open-source model landscape.
Claude Code Source Code Study Guide: E…
Learn AI Agent development from Claude Code's 510K lines of source code, covering Agent Loop, context compression, multi-Agent orchestration, and two efficient study methods.