1890 related articles
Deep DivesDeep dive into AI Agent's four core elements (LLM, Tools, Prompts, Executor) and ReAct loop decision mechanism, with a weather query example walkthrough.
TutorialsTechnical breakdown of the community method for free Claude 4.7 and GPT-5.5 access in Cursor via MCP, including JS injection workflow, principles, and security risk analysis.
TutorialsA 2026 practical guide to prompt engineering: format selection, system message priority, role setting, few-shot learning, structured output, and how to avoid common pitfalls.
Tech FrontiersOpenAI merges with Jony Ive's hardware company io to create a new AI device beyond the iPhone. Altman calls it "the coolest tech product ever made," marking AI's leap from software to new hardware.
TutorialsBuild a RAG enterprise knowledge base Q&A system from scratch using Spring AI 2.0 and Cursor AI. Covers Ollama local LLM deployment, Redis vector database, document parsing, vectorization, and intelligent retrieval.
TutorialsLearn how to use AI tools to crack modified SHA-1 algorithms and 20,000+ lines of obfuscated JS code, reducing hours of traditional reverse engineering to just 20 minutes.
TutorialsDeep dive into Harness Engineering methodology covering the three-stage evolution from prompt engineering to context engineering to AI Agent mastery, with enterprise e-commerce project examples.
TutorialsA systematic Python ML course using a 3-stage framework: algorithm derivation, code implementation, and experimental analysis. Covers logistic regression, decision trees, and ensemble learning.
Deep DivesDeep analysis of AI coding tools' three-stage evolution: GitHub Copilot as a supercharged input method, Cursor as a pair programming partner, and Claude Code as a system-level agent.
Product ReviewsCodeGraph is a local code semantic indexing tool that provides AI coding agents with code relationship maps via MCP, reducing costs by 35% and tool calls by 70% in large repositories.
TutorialsDeep dive into Claude Code's enterprise deployment architecture for large codebases, covering CLAUDE.md, Hooks, Skills, MCP servers, and organizational governance strategies.
TutorialsLearn HuggingFace Transformers core usage: pretrained model download, Pipeline API for sentiment analysis, Tokenizer principles, model inference with Softmax, and saving workflows with Python examples.
TutorialsDeep dive into using Anthropic Agent SDK to bridge Claude Code via Telegram for a personal AI assistant. Compared to OpenClaw, featuring a three-layer memory system and Mega Prompt guided setup.
TutorialsA detailed guide to Andrej Karpathy's LLM-Wiki personal knowledge base approach, transforming LLMs from interpreters to compilers with a three-layer architecture for self-evolving knowledge.
Product ReviewsOpen-source AI desktop cat project built with Qwen 3.5 Omni and ESP32-S3, featuring emotional voice interaction, visual perception, gesture control, and daily life logging with intelligent review.
Product ReviewsReal-world comparison of three community-built Qwen3.6 27B variants: OmniMerge V4 with +15.8pp code gains, 40B OPUS distilled for roleplay, and a 16GB-optimized version for limited VRAM.
Tech FrontiersDeep dive into GitHub Universe 2024: Copilot adds Claude 3.5 Sonnet, Gemini multi-model support, VS Code multi-file editing rivaling Cursor, and the new AI micro-app tool Spark launches.
Product ReviewsContextWeaver is an open-source AI coding tool using MCP protocol, Tree-sitter parsing, and vector search to provide LLMs with precise local codebase context retrieval for intelligent development.
Industry InsightsIn-depth analysis of SMB AI adoption: automated workflows, vertical AI apps, internal tools, with practical tips and open-source recommendations for low-cost digital transformation.
Product ReviewsLightningRAG is an open-source full-stack RAG framework built with Vue and Gin, supporting knowledge base management, vector search, and multi-model integration. A deep dive into its architecture and comparison with LangChain and Dify.