71 related articles

Explore the math behind the Triple Dragon Fractal: from paperfolding dragon curves to L-systems, threefold symmetry, Hausdorff dimension, and fractal programming.

How did Ollama grow from a niche open-source project into developers' default choice for running local LLMs? This article breaks down its rise across product design, technical strategy, and ecosystem building.

A clear, in-depth guide to how AI Agents work: the paradigm shift from traditional programs, the perception-decision-action loop, and the four pillars—LLMs, tool calling, memory, and RAG.

IMGNet is a face verification model by an independent Indonesian researcher that replaces cosine similarity with sliding window sign pattern matching. At just 10.58MB, it outperforms cosine on LFW and other benchmarks, introducing metric-loss co-design.

In-depth guide to Kaggle's free-tier compute: P100/T4 GPU with 30 hours/week quota, 12-hour sessions, suitable models like CNN and BERT fine-tuning, plus tips like mixed precision and checkpointing to start deep learning at zero cost.

This week in AI: OpenAI launches GPT-5.6 in three tiers (Sol/Terra/Luna) hitting 91.9% on coding benchmarks; DeepSeek and PKU open-source DSpark for 85% faster inference; Prime Intellect trains trillion-param models on just 28 H200s; Anthropic Claude enters Slack.

A systematic guide to Dify's three deployment methods (Docker/source/online), five application types, and hands-on workflow nodes—covering LLM integration, MySQL config, and app publishing.

A deep dive into LangChain's positioning and value—why do LLMs need a middle layer? How does LangChain serve as the 'glue' unifying multi-model interfaces and supporting Agent development? Learn its core modules and learning path.

A must-read intro to Python web scraping: from HTTP requests and HTML parsing to data storage, systematically explaining how crawlers work and their full workflow, while clarifying legal boundaries like the robots protocol and privacy protection.

video-use from the browser-use team lets AI coding Agents auto-edit videos via natural language. 13K+ GitHub stars, batch processing, silence removal, FFmpeg integration.

OpenAI releases the GPT-5.6 series with Soul, Terra, and Luna models. Ranked first on Terminal Bench coding evaluation, Ultra mode natively bakes agent orchestration into the model, while revealing Agentic Trace data as the core competitiveness of next-gen AI training.

ByteDance open-sources Bernini, a video editing model supporting character replacement, outfit swapping, and video blending via ComfyUI. Full local deployment guide.

A complete Spring AI 2.0 guide for Java developers covering unified API abstraction, RAG, tool calling, MCP protocol, and enterprise projects to build AI Agents.

Deep dive into LangChain 1.0's architecture: LangChain framework, LangGraph multi-Agent orchestration, and LangSmith observability platform, with hands-on RAG and intelligent customer service projects.

A deep dive into AI Agent architecture and enterprise deployment. From LangChain and ReAct design to dynamic tool calling and multi-task recognition — build autonomous enterprise AI assistants.

PP-OCRv6 is PaddlePaddle's SOTA-level OCR model. This article covers Docker deployment, invoice recognition testing, and the critical font-missing pitfall causing entire regions to be skipped.

Creator Ajiang burned 10B Tokens on Codex to migrate cc-haha from Tauri 2 to Electron. A deep dive into Codex's long-horizon engineering, Computer Use, costs, and practical advice for developers.

A complete LLM development learning roadmap covering prompt engineering, RAG, AI Agents, and fine-tuning — helping beginners master LangChain, LlamaIndex, and more.

Full comparison of Hermes Agent vs Open Cloud: lower token usage, 200+ model support, auto Skill encapsulation, WeChat/DingTalk integration. A cost-effective AI Agent alternative for long-term deployment.

Learn AI Agent development from scratch. This tutorial covers LLMs and prompts, then builds a conversational agent in Python using the DeepSeek API with multi-turn dialogue and system prompts.