2651 related articles
TutorialsA deep dive into Vibe Engineering principles: context engineering, sub-agent collaboration, autonomous testing loops, plus OpenAI's case study of a 12-hour Kotlin-to-Rust rewrite.
TutorialsLearn how to refactor a Node.js AI Agent using Function Calls instead of prompt engineering. Covers tool definition via JSON Schema, the Agent Loop, and key implementation details from analyzing Claude Code.
TutorialsLearn how to apply Context Engineering in CodeBuddy IDE using two custom rule files — a Requirements-to-TODO-LIST engine and a Project Execution engine — to generate complete apps with a single sentence.
Industry InsightsShould custom software teams go all-in on LLMs? Through a deep conversation with ChatGPT, we analyze scenario selection, Token costs, and industry fit to provide a rational decision framework for ToB developers.
TutorialsAn OpenAI employee used just 35 lines of prompts to have Codex analyze 30 days of work history, identify repetitive tasks, and generate reusable automated Skills. Combined with screen reading and long-term memory, Codex is becoming a proactive workflow optimization agent.
Product ReviewsAI coding tools produce frontend pages lacking design sense? UI-UX-Pro-Max-Skill is an open-source design enhancement Skill with 67 UI styles, 161 color systems, supporting Claude Code and Cursor.
TutorialsLearn 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.
TutorialsA detailed guide to configuring CLAUDE.md with a six-section structure covering project overview, features, tech stack, directory structure, code conventions, and constraints to boost AI coding efficiency.
TutorialsExplore Claude Code's source code to unlock hidden configurations like Hooks, Agents, Permissions, and Memories. Transform your AI assistant into a customizable semi-automated development workflow.
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 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.
Product ReviewsDeep 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.
Product ReviewsMeta 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.
TutorialsExplore the next evolution of AI coding: applying CI/CD engineering practices to orchestrate Agents as state machines with YAML templates, Gates, and Dashboards for autonomous multi-Agent progression.
TutorialsDeep dive into BMad-Method, an open-source multi-agent framework simulating a full agile team—from business analysis to QA—supporting Claude Code, Cursor, and more.
TutorialsLearn how Context Engineering replaces Prompt Engineering to boost Claude Code efficiency. Build complex multi-Agent projects with zero coding using structured context files.