3553 related articles

NVIDIA TensorRT now supports multi-device inference via pipeline and tensor parallelism, distributing large models across multiple GPUs to break through single-card memory limits.

Samsung's chip division is set to earn more profit in one year than in its past 40 years combined, with quarterly profit surging 19x YoY, surpassing NVIDIA. AI data centers are seizing HBM and DRAM capacity, driving up DDR5 and SSD prices.
C++ Asymmetric Memory Barriers: Princi…
A deep dive into C++ asymmetric memory barriers: core principles, Linux membarrier syscall, compiler vs hardware fences, and engineering applications in RCU and lock-free data structures.
Why Does AI Take Such Bad Notes? A Dee…
Why does Claude remember random junk? This deep dive explores how LLM memory systems work, their technical limits, privacy risks, and how to design AI that knows what to forget.
NVIDIA GQE Deep Dive: How GPU Query En…
A deep dive into NVIDIA GQE's architecture: how HBM, NVLink, and memory-hierarchy-aware execution models help GPU query engines overcome I/O and bandwidth bottlenecks.

Build an AI Agent from scratch — no frameworks. Deep dive into Function Call schema design, MCP remote mirroring, dual-model routing, and short-term memory management.
In-Memory Layer Mapping: How to Effect…
Context overload is a core pain point for LLM deployment. This article breaks down In-Memory Layer Mapping, compares it with RAG, and offers practical architecture insights for AI engineering teams.

AI coding agents suffering from context amnesia? The planning-with-files project uses Markdown file persistence to enable cross-session task continuity, compatible with 60+ tools including Claude Code and Cursor. 24K+ Stars.

Zhipu AI's GLM open-source model approaches top closed-source models at 15% of GPT-5.5's cost. HBM shortages fuel AI inflation, and space data centers emerge as a serious compute play.

A security researcher demonstrates how to customize Claude into an automated penetration testing system with memory, skills, and a knowledge base — successfully compromising CTF targets and finding real Bug Bounty vulnerabilities.

Deep dive into Claude Code's major new updates: Remote Control for session takeover, Auto Mode to reduce interruptions, multi-agent code review, Auto Memory, and Routines for cloud automation workflows.

In-depth comparison of four AI agent memory layer solutions: Mem0's extract-retrieve approach, Zep's temporal knowledge graphs, Letta's self-editing memory, and Cloudflare Durable Objects as infrastructure primitives.

Deep analysis of memory system architectures across 16 open-source AI Agent projects including Hermes, Goose, NanoClaw, and Deerflow, covering FTS5 vs vector search, multi-tenant isolation, and LLM auto-extraction.
Tech FrontiersAnthropic upgrades Claude's Slack integration with multiplayer collaboration, proactive responses, and persistent memory — transforming AI from a passive tool into a true team partner.

Deep dive into Hermes Agent's core architecture: Agent Loop mechanism, three-layer memory system (Markdown/SQLite/external), Gateway multi-platform integration, context compression, and Cron jobs.

DiffusionBlocks splits neural networks into independent blocks for sequential training, reducing memory from linear in network depth to proportional to a single block. Validated across ViT, DiT, autoregressive Transformers and more.

Master three Claude Code configuration techniques: use CLAUDE.md for project rules, Memory for auto-learning preferences, and MCP for connecting GitHub and external tools.

DeepSeek++ browser plugin adds long-term memory, Skill automation, and sidebar chat to the DeepSeek web interface — no API setup required. Full feature guide and installation tutorial.

Explore how Workstyle Memory Bridge uses Slot+Scope unique keys, provenance tracking, and verifiable deletion to solve AI coding assistants' persistent memory loss of collaboration preferences.

Xiaomi open-sources MiMo Code with SQLite FTS5-powered cross-session memory, solving AI coding assistants' context loss. Supports multi-Agent collaboration, million-line codebases, and OpenAI-compatible APIs.