95 related articles

Rusty HLP Viewer is the first open-source tool to natively open Windows HLP help files. Built in Rust, it runs on Windows, Linux, and macOS without format conversion.

Complete guide to DeepSeek-OCR from vLLM inference deployment and Unsloth model loading to fine-tuning, covering cloud server setup, GPU selection, and code examples — all on a single 4090 GPU.
Alibaba Open-Sources Code Review Tool …
Alibaba open-sources code review tool open-code-review, using a hybrid architecture of deterministic rule pipelines and LLM Agents. Supports line-level comments, OpenAI/Anthropic APIs, battle-tested at Alibaba scale, written in Go, fully free and open-source.

A comprehensive guide to LangGraph's core concepts: Graph API vs Functional API, three-layer architecture, and workflow visualization methods for building AI Agents.

Deep dive into LangChain v1.3: compare LangChain, LangGraph, and DeepAgent paradigms, explore RAG pipelines, multi-agent systems, and local LLM deployment for enterprise AI apps.

A developer's hands-on account of building a brief-to-storyboard video Agent: JSON errors, missing fields, pacing issues — and how JSON Schema, retry loops, and MCP tools solved them.

A benchmark of 14 PDF parsers focused on Meaning Survival, not just character accuracy. Covers GPT, Mistral OCR, Azure DI, and key insights for RAG pipeline optimization.

A systematic breakdown of LangChain's six core modules (Models/Prompts/Chains/Memory/RAG/Agent) and LangGraph's state graph, persistence, and HITL — with production deployment tips.

A structured zero-to-one roadmap for AI Agent development: Phase 1 covers Python & LLM basics, Phase 2 tackles five core Agent capabilities and LangChain/LangGraph, Phase 3 delivers hands-on RAG projects.

shadcn/typeset uses a single customizable typeset.css file to handle Markdown typography for blogs, docs, and AI chat — with native streaming support.
AI Agents Accelerate Lightweight USD R…
How AI agents accelerate lightweight OpenUSD runtime development for physical AI — covering spec understanding, code generation, and iterative optimization for robotics and digital twins.
Smart Proxy: The Key Architecture for …
Too much AI permission is risky; too little kills productivity. A smart proxy acts as a controllable middleware layer — intercepting, auditing, and policy-gating AI agent actions in tools like Claude Code and Cursor for safe autonomous operation.
How DSLs Make LLM Outputs More Reliabl…
LLM output instability is a core production challenge. This article analyzes how DSLs improve LLM reliability through verifiability, semantic convergence, and structural constraints.

Meituan open-sources LongCat 2.0, a 1.6T-parameter MoE model trained on 50,000+ custom chips without NVIDIA GPUs or Google TPUs, rivaling OpenAI and Google.

Kova is an open-source Markdown presentation tool for developers. With Git support and content-style separation, it hit 250 GitHub Stars in just three weeks.

OpenAI Codex is redefining how AI engineers work: from code completion to autonomous Agents, from single-threaded to parallel Value Maxing. A deep dive into the Codex App architecture, open ecosystem, and Manager of Agents practice.

Introducing an LLM Gateway in LangChain production brings unified APIs and auto-fallback, but also quality drift, cost spikes, and debug black boxes. This article breaks down the five key engineering concerns and what it takes to earn trust.

Learn how LangChain's Chain and Memory components overcome LLM limitations. Build intelligent AI apps with multi-step workflows and persistent memory.
Structured Information Extraction with…
Using Qwen 2.5 7B quantized locally to extract 60+ fields from insurance/financial contracts? Learn why it struggles and how task splitting, RAG, GBNF, and smarter chunking can fix it.
AI Agent in 100 Lines of Lisp: Minimal…
A fully functional AI Agent in just 100 lines of Lisp reveals the essence of the ReAct loop. Deep dive into Agent architecture, Lisp's unique strengths, and minimalist engineering philosophy.