1788 related articles

A systematic LLM learning roadmap: from Python basics to LangChain & LlamaIndex frameworks, RAG, Agent, and fine-tuning core skills, plus hands-on projects to master LLM app development in 3 months.

Learn how Java engineers can enter AI application development using Spring AI to build an enterprise-grade airline intelligent customer service system with RAG, Function Calling, and more.

Deep dive into SpiderFoot, an open-source OSINT automation tool with 200+ intelligence modules, attack surface management, and threat intelligence collection for penetration testing and enterprise asset monitoring.

Deep dive into Lightricks' open-source LTX-2 unified audio-video generation model, covering its Python inference toolkit, LoRA fine-tuning trainer, and synchronized audio-visual generation capabilities.

Embabel is a JVM agent framework written in Kotlin, enabling Java/Kotlin developers to build AI Agents within their familiar tech stack. A deep analysis of its positioning, technical advantages, and synergy with the Spring ecosystem.

AI Agents keep causing database deletions and data leaks. Snyk proposes three ADS defense lines: trusted code generation, supply chain protection, and behavioral governance using hooks and deterministic guardrails.

Complete guide to LangChain 1.3 ecosystem: four core modules (LangChain, LangGraph, DeepAgent, LangSmith), from setup to building your first Agent with tools, prompts & memory.

Deep dive into Google Cloud's complete stack for building data Agents with BigQuery and ADK, covering MCP Toolbox parameterized SQL, managed MCP servers, and Agent Analytics one-line observability.

A deep dive into AI Agents: their definition and three core components—Perception, Decision, and Action. Learn what distinguishes real AI agents from chatbots and automation scripts.

Deep learning training code is just the tip of the iceberg. This article explores why MLOps still lacks a standard framework-agnostic orchestration layer and offers practical tool combination advice.

Deep dive into EgoLite Agent browser, comparing it with Playwright MCP and Browser Use. Analyzing Space isolation, script-based operations, and Skill features.

A programmer couple built a complete RPG using only a phone-based AI workbench, revealing how foundational knowledge amplifies AI-assisted development.

GitHub Trending Aug 13: Local-first AI tools dominate with FluidVoice, unsloth, and modly, while Agent integration projects like holaOS and obsidian-skills reshape workflows.

LTX-2.5 launches with native multishot generation, Diffusion Fidelity Rendering for dynamic compute allocation, and improved distilled models—runs on consumer GPUs with full open-source access.

AI Agent adoption faces a hidden barrier: VM configuration is too complex for non-developers. This article explores simplifying VM operations to Finder-level intuition and why abstraction layer design is key to mainstream AI Agent adoption.

Mistral AI's patent filing for "code-based tool calling" sparks developer debate. Analysis of the technology, how it differs from JSON Function Calling, and its potential impact on the AI Agent open-source ecosystem.

Python 3.15 introduces standardized sentinel objects via PEP 661, solving the None ambiguity problem. Learn the principles, usage, and migration tips.

Deep dive into Meta Muse Glimmer, a 30B open-weight coding model for local deployment. Covers technical specs, use cases, hardware requirements, and comparisons with Code Llama and DeepSeek Coder.

Claude Code creator Boris shares 10 practical AI coding tips in his viral talk, covering setup, prompting, planning, team collaboration, SDK usage, and multi-instance concurrency.

A deep dive into tail-call optimization (TCO) in C: technical principles, compiler implementation history, and practical use of the musttail attribute in interpreters, state machines, and more.