2162 related articles
TutorialsHow frontend engineers can move beyond API calls to build production AI systems — covering streaming output, BFF layers, RAG pipelines, and Agent orchestration with LangChain.js/LangGraph.js.
TutorialsBuild an AI Agent in 200 lines of Python from scratch. A deep dive into the five core modules: Prompt, Memory, Tool Use, RAG, and Skill, with progressive development workflow.
Product ReviewsHands-on with ByteDance's Trae AI tool for local Windows BSOD log analysis, plus a deep-dive review of Fedora 44's desktop experience including RDP support.
TutorialsLearning C in 2026 is still essential. Learn how to efficiently study C with AI tools like GitHub Copilot and Cursor AI, covering C history, version selection (C99 recommended), and AI-assisted learning paths.
TutorialsA deep dive into LangChain framework essentials, clarifying the key differences between LLMs and Agents, covering Agent development, DeepAgent advanced topics, and learning paths.
Tech FrontiersOpenAI Codex launches AppShot: Mac users can double-tap Command to instantly send screenshots to AI. Learn how it works, practical use cases, and what it means for desktop AI assistants.
TutorialsChinese LLMs lose Plugins in Codex? Codex++ uses CDP injection to unlock full Plugins without modifying files—combining low cost with complete functionality.
Product ReviewsA non-coder used AI programming tools and the Godot open-source engine to build indie game "0x00DE" in two months — a fake desktop virus-fighting game showcasing AI's power to lower game dev barriers.
Product ReviewsTesting Knox AI's AST+semantic analysis context system vs. traditional RAG through a real Rust bug fix — 900 lines of code resolved in one interaction for under $1.
TutorialsLearn how to build an AI-powered IDE like Cursor from scratch using Next.js, covering Ghost Text completions, AI Agent file operations, Web Containers, and GitHub integration.
TutorialsLearn how AgentSpan enables AI Agent state persistence with crash recovery, human approval workflows, and seamless LangGraph integration. Full Python examples included.
Deep DivesExplore how AITS uses AI Agents to auto-generate test cases, self-heal scripts, and run exploratory testing — helping engineers evolve from script writers to AI testing strategists.
TutorialsBuild an AI research assistant with Python, LangChain, and Consensus MCP. Eliminate LLM hallucinations in academic citations using structured outputs and real-time literature retrieval.
Deep DivesAI coding tools shine on structured tasks but fail in production. Explore the three irreplaceable advantages human programmers hold and the future of human-AI collaboration.
TutorialsHow can Java developers move from small companies to big tech? This guide covers career path planning, resume repair strategies, 2025's three core Java tech stacks, and a 6-month upgrade plan.
TutorialsHow can 30+ programmers efficiently transition to AI? Practical advice on learning strategy, project experience, and interview techniques to break into AI.
TutorialsLearn how to build an AI-driven personal knowledge base with Obsidian and Claude Code. Covers three-layer architecture, Ingest/Query/Maintain workflows, and human-AI collaboration principles.
TutorialsDeep dive into four conversational memory types in LangChain 0.3: Buffer, Window, Summary, and Summary Buffer. Covers RunnableWithMessageHistory implementation with selection guidelines.
TutorialsComplete guide to building AI Agents in LangChain v0.3, covering @tool decorator, Agent Executor, parallel tool calls, Google Search integration, and ReAct framework with code examples.
TutorialsDeep dive into OpenAI Agents SDK's five message types, conversation history management, and common pitfalls including static/dynamic instructions and Function Call pairing.