1307 related articles

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.

A deep dive into Chrome's DBSC (Device Bound Session Credentials) technology and how it prevents session Cookie theft through hardware-level key binding to fundamentally solve account hijacking.

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.

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

Cursor AI code editor faces backlash over near-daily updates that break core features for months. This article analyzes the tension between rapid iteration and stability in AI dev tools.

An in-depth analysis of common patterns where compilers generate inefficient assembly, including redundant memory access, wasted branch prediction, and missed vectorization, with practical optimization strategies.

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.

A systematic learning path for NLP beginners covering word2vec principles and implementation, GloVe comparison, Transformer contextual embeddings, required math foundations, and recommended resources.

Deep dive into how Website to Markdown API solves LLM data ingestion challenges. Supports intelligent content extraction, JS rendering, and anti-bot measures to convert web pages and documents into AI-ready Markdown for RAG systems.

Gesture Synth School is a free learning app for playing music through gestures, featuring chord charts, gesture tutorials, and a play-along player to help users progressively master gesture synthesizer techniques.

Nodus is a privacy-first browser tool that transforms Gemini conversation history into a searchable knowledge base, supports cross-platform prompt migration to ChatGPT format, with all data processed locally. Now open for Beta testing.

Meta's smart glasses have been labeled "Pervert Glasses" due to covert recording capabilities. This article analyzes the privacy controversy—from hidden cameras and AI facial recognition to Meta's trust crisis.

Ante is a fully offline single-binary programming AI agent requiring no internet or API keys. Deep analysis of its zero-dependency deployment, privacy protection, and cost advantages.

TellIaC is an open-source IaC tool that lets you describe cloud resources in plain English and auto-generates Terraform HCL code. Supports AWS, Azure, GCP, and Kubernetes with built-in cost estimation, security scanning, and architecture visualization.

Uncle Bob open-sources swarm-forge, a lightweight multi-AI agent coordination tool built with Clojure. Explore its design philosophy, Clojure's concurrency advantages, and its significance in the multi-agent framework ecosystem.

GitHub Trending Aug 11: Agent industrialization takes shape with anthropics/skills, orca (+881 Stars), and OpenMontage forming a complete Agent stack.

Deep dive into Wails cross-platform compilation challenges including CGO dependencies and native WebView limitations, with practical solutions like CI/CD pipelines and container toolchains.

Deep dive into OpenChamber's agentic development environment design and core capabilities. Learn why AI agents need dedicated isolated sandboxes and observable execution spaces.

DocsAlot CLI is a documentation tool for the AI coding era, letting Claude or Codex auto-generate, preview, and publish docs sites with human-in-the-loop approval for quality control.

A deep dive into building an AI agent memory layer using only Go's standard library, covering vector similarity, memory storage/retrieval, and concurrency safety in a zero-dependency approach.