2396 related articles
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.
TutorialsOverwhelmed by AI news? Learn 3 practical methods to track AI developments in just 15 minutes daily: Hacker News, curated YouTube channels, and tech communities.
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 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.
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.
Deep DivesDeep dive into Claude Code's AutoDream feature and its four-stage mechanism that simulates REM sleep to organize AI memory. Includes activation methods and practical tips.
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.
TutorialsDeep dive into OpenAI Agents SDK's five message types, conversation history management, and common pitfalls including static/dynamic instructions and Function Call pairing.
TutorialsA practical guide to building multi-agent collaboration systems, covering assistant creation, skill assignment, group chat mechanisms, and solutions for hallucination in AI workflows.
Product ReviewsHow to use Claude Code to independently deliver an enterprise-level multimodal RAG project, covering frontend/backend strategy, spec docs, and full-pipeline methodology.
Product ReviewsRuflo is an open-source multi-agent framework that adds Swarm collaboration, Memory persistence, and a Plugin Marketplace to Claude Code, upgrading a single AI assistant into a coordinated Agent dev team.
Product ReviewsHands-on demo of building a multi-Agent development team with PaperClip and Claude Code, featuring Delivery Lead, Frontend/Backend Engineers, QA, and Code Reviewer roles in a full AI-automated development workflow.
Tech FrontiersLatest AI coding advances: OpenAI Codex Chrome extension enables browser auth, Everything Cloud Code optimizes multi-platform AI tools, ByteDance UiTARS V0.2.0 adds remote control, ERNIE 5.1 cuts pre-training cost to 6%, Anthropic NLA makes AI thinking readable.
TutorialsIn-depth analysis of Claude AI automation workflows covering zero-code landing pages, SEO content automation, Twitter data-driven optimization, Skills modules, and browser agents.
TutorialsLearn Python OpenCV basics: install opencv-python, read images with imread, display with imshow, handle keyboard input with waitKey, and release resources with destroyAllWindows.
TutorialsLearn how to build professional Python projects from scratch using UV, covering pyproject.toml dependency management, project structure, and fixing Module Not Found errors.
TutorialsLearn how to configure MCP servers in Claude Code to connect external data sources, including Context7 for latest docs and Playwright for browser automation.