Testing δ-Mem on Apple Silicon: MLX Implementation and Benchmarks

✍️ OpenClawRadar📅 Published: May 16, 2026🔗 Source
Testing δ-Mem on Apple Silicon: MLX Implementation and Benchmarks
Ad

A Reddit user implemented the δ-mem research paper (arXiv 2605.12357) for Apple Silicon using mlx and OpenClaw integration. The paper improves model attention direction without context or LoRA, reporting 20% better answers in their tests. The implementation used Qwen3-4B-Instruct via mlx and custom adapters.

Benchmark Results (normalized mlx tests, Qwen3-4B-Instruct on MacMini 64GB):

  • Synthetic paper-style: Plain 0.5129, δ-mem 0.5129 (1.00x)
  • LoCoMo-10 mini: Plain 0.0500, δ-mem 0.1833 (3.67x)
  • OpenClaw replay: Plain 0.5701, δ-mem 0.6667 (1.17x)

Latency costs (vs plain):

  • Synthetic: 1.013x
  • LoCoMo-10 mini: 1.33x query / 1.50x total
  • OpenClaw replay: 1.30x

Key links:

Takeaways:

Ad
  • Synthetic probes were flat (1.00x), but LoCoMo-mini showed strong relative gains (3.67x).
  • OpenClaw-style replay showed a practically meaningful improvement (6/8 → 7/8 probes passed, 1.17x).
  • The user notes Apple Silicon cannot run CUDA efficiently, so results are lower than paper benchmarks. Paper benchmarks (Qwen3-4B-Instruct) showed avg 1.10x vs frozen backbone, MemoryAgentBench 1.31x, LoCoMo 1.20x.
  • The user is seeking help (or funding ~$6k) to train an adapter for larger models like Qwen3.6:27B.

Who it's for: Developers running local LLM agents on Apple Silicon who want to experiment with δ-mem weight modulation to improve memory/context performance.

📖 Read the full source: r/LocalLLaMA

Ad

👀 See Also

Claude Code v2.1.206: /doctor Trims CLAUDE.md, /commit-push-pr Auto-Allow Git Push, Background Agent Upgrade
Tools

Claude Code v2.1.206: /doctor Trims CLAUDE.md, /commit-push-pr Auto-Allow Git Push, Background Agent Upgrade

Claude Code v2.1.206 adds /cd path suggestions, a /doctor check to trim CLAUDE.md of derivable content, /commit-push-pr auto-allows git push to configured remotes, and fixes MCP request_timeout_ms, background agent upgrades, and Bedrock startup hangs.

OpenClawRadar
OpenClaw Skill for Local Meeting Transcription with Whisper
Tools

OpenClaw Skill for Local Meeting Transcription with Whisper

A new OpenClaw skill called ghostmeet provides local meeting transcription using Whisper. It captures audio from browser tabs via a Chrome Extension and can generate summaries using Claude, with all audio and transcription processed locally on your machine.

OpenClawRadar
Skill Studio: Open-Source Desktop App for Managing Claude AI Agent Skills
Tools

Skill Studio: Open-Source Desktop App for Managing Claude AI Agent Skills

Skill Studio is a free, open-source macOS desktop app that lets developers browse community skill repositories, preview documentation with markdown rendering, and install skills with one-click commands like npx skills add.

OpenClawRadar
200+ App Design Specs in Markdown – Drag into Claude or Cursor for Exact UI Clones
Tools

200+ App Design Specs in Markdown – Drag into Claude or Cursor for Exact UI Clones

A curated library of 200+ popular apps as structured markdown design specs with exact hex codes, type scale, spacing, every screen state, and nav graph. Drop into Claude, Cursor, or any AI agent to generate SwiftUI, Jetpack Compose, or Expo UI clones without guessing colors or spacing.

OpenClawRadar