1156 related articles
TutorialsA deep dive into LangChain framework essentials, clarifying the key differences between LLMs and Agents, covering Agent development, DeepAgent advanced topics, and learning paths.
TutorialsHow to use the Superpowers Writing Plans skill correctly—identify AI blind spots, supply API docs, and use tiered models to cut Token costs in half from the planning stage.
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.
TutorialsA detailed guide to Vibe Coding: comparing Cursor, Trae, Bolt.new and other AI programming tools, with practical tips for using natural language to drive AI code generation from scratch.
TutorialsLearn how AgentSpan enables AI Agent state persistence with crash recovery, human approval workflows, and seamless LangGraph integration. Full Python examples included.
TutorialsA practical guide to open-source project customization using Cursor and Codex dual-IDE collaboration, covering 7 key steps from source code to production delivery.
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.
TutorialsA detailed guide to FastEmbed, a lightweight Python embedding library covering installation, text and image embedding usage, and seamless Qdrant vector database integration for building local AI apps without GPU.
TutorialsLearn to build a Slack Bot with Python and slack-bolt: environment setup, Socket Mode, message handling, slash commands, and GPT-4o integration in under 50 lines of code.
TutorialsComplete guide to ONNX neural network exchange format: PyTorch and TensorFlow model export, ONNX Runtime inference, MNIST classifier deployment, and HuggingFace model downloads with runnable code examples.
TutorialsHow Java programmers can break through the age-35 career bottleneck by stacking AI skills. Covers AI learning levels, Java+AI synergy, and actionable transition strategies.
TutorialsHow can 30+ programmers efficiently transition to AI? Practical advice on learning strategy, project experience, and interview techniques to break into AI.
Expert OpinionsA shopping cart interview exposes programmers' fatal flaw: only knowing framework APIs, not data structures. AI tools now auto-generate CRUD code—first principles thinking is your real moat.
Product ReviewsDeep dive into ByteDance's Claude Code Red Book covering environment setup, Prompt Engineering, multi-turn dialogue strategies, debugging, and refactoring techniques to maximize AI coding efficiency.
TutorialsA detailed guide to Wagtail CMS covering installation, page model definition, blog system setup, StreamField code blocks, and Snippets to help Django developers quickly master this highly customizable open-source CMS.
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 LangChain Agent Executor internals, covering the ReAct reasoning-action-observation loop, tool choice strategies, and building a custom Agent Executor from scratch.
TutorialsDeep dive into LangChain LCEL core concepts: pipe operator internals, RunnableLambda function wrapping, RunnableParallel retrieval, and RunnablePassThrough with complete code examples and RAG practice.
TutorialsLearn how to build a production-grade AI Agent chat app with LangChain and FastAPI, covering streaming tokens, asyncio parallel tool calling, SerpAPI async conversion, and structured output.
TutorialsDeep dive into OpenAI Agents SDK's five message types, conversation history management, and common pitfalls including static/dynamic instructions and Function Call pairing.