22 related articles

How one self-hoster achieved 21 concurrent Plex streams, tackled bandwidth and disk I/O bottlenecks, and built Manifold — a custom React dashboard combining netdata and MQTT.
sqlite-utils 4.1 Released: The --code …
sqlite-utils 4.1 brings practical new features: the --code option for generating rows via Python, type overrides to solve ZIP-code leading-zero loss, STRICT table mode switching, drop-index, and more. A deep dive into the design and AI-assisted dev workflow.
sqlite-utils 4.1 Released: The --code …
sqlite-utils 4.1 brings practical new features: the --code option for generating rows with Python, field type overrides fixing leading-zero ZIP codes, STRICT table mode switching, drop-index, and more. A deep dive into each design and the AI-assisted dev workflow.

OpenAI's GPT-Live full-duplex voice model enables natural simultaneous conversation with a reasoning delegation architecture pairing real-time dialogue with GPT-5.5 deep reasoning. Now live for 150M users.
Protocol Buffers Deep Dive: Principles…
A deep dive into Google's open-source Protocol Buffers (Protobuf): binary encoding, schema definitions, gRPC integration, and real-world microservice use cases.

AgentScope 2.0 by Alibaba's Tongyi Lab delivers six major upgrades: typed event streaming, dangerous instruction interception, human-in-the-loop, concurrent execution, workspace system, and agent-as-a-service for production-grade multi-agent development.

A deep dive into state machine-based voice AI agent architecture, comparing Pipecat Flows and Vapi Squad, and exploring the latency vs. accuracy trade-offs in agentic handoffs.

An in-depth analysis of gRPC's core architecture: HTTP/2 multiplexing, Protocol Buffers serialization, and unified multi-language implementation, covering microservice communication and cloud-native integration.

Browser Use is an open-source AI Agent framework that lets LLMs autonomously drive browser operations via natural language. This article breaks down its four-layer architecture, core Agent loop, CDP perception layer, dynamic Tools dispatch, and its Skills, Sandbox, and MCP extension capabilities.

The full GPT-5.6 model lineup is live. How can domestic developers access it at low cost via API relay stations? This article explains the principles, registration, token setup, client integration, and key risks.

Many teams add message queues, search engines, and caches before they ever need them. This article maps out what Postgres can cover—task queues, full-text search, JSON storage—and when you actually need Redis, Kafka, or Elasticsearch.

From Prompt Engineering to Harness Engineering, a deep dive into the core challenge of truly deploying AI Agents in enterprises. This article breaks down the six-layer architecture and shares real-world Hermes Agent practice.

As LLM costs keep falling, how can Java developers seize the AI opportunity? This article explores LangChain4J's core capabilities, supported models and vector databases, and compares LangChain4J vs. Spring AI to help you build local knowledge bases and intelligent customer service systems.
NVIDIA Nsight Tools in Practice: A Per…
Learn how to optimize neural reconstruction pipelines using NVIDIA Nsight Systems and Nsight Compute — from CPU-GPU sync blocking to kernel-level profiling for autonomous driving simulation.

Gas Town is an open-source multi-agent workspace manager built in Go with 16,000+ GitHub Stars. This article analyzes its architecture, Go language advantages, and typical multi-agent collaboration scenarios.

Herdr is an open-source Rust-written terminal tool positioning itself as an AI Agent multiplexer, unifying Claude Code, Cursor, and more in one CLI interface.

RuView is a Rust-based open-source project that uses commercial WiFi CSI signals for real-time spatial awareness, presence detection, and vital sign monitoring — no cameras needed. 76,500+ GitHub stars.

Learn LangGraph multi-agent development covering Supervisor and Collaboration architectures, with three hands-on projects: code assistant, prompt assistant, and WebRTC digital human.
Web Monitoring API Launches: Giving AI…
A new Web Monitoring API lets AI agents proactively detect changes across the entire web. Supports event-driven notifications for competitive intel, e-commerce, finance, and more. Free to integrate.

Build a complete Python Flask project comparing polling vs. Webhook async communication. Learn to implement callback endpoints for payment notifications and production-grade event-driven architectures.