Karpathy's Autoresearch Ported to Apple Neural Engine for Better Throughput per Watt

A new prototype project combines Andrej Karpathy's autoresearch with reverse-engineered Apple Neural Engine (ANE) performance, available at github.com/fiale-plus/autoresearch-ane. The primary appeal is achieving better throughput per watt compared to official APIs.
Project Details
The project was described as "gluing the concepts together" and is currently a prototype that needs longer testing runs. The author credits Claude for the implementation and acknowledges miolini for the original MacOS port idea.
Technical References
- Autoresearch: github.com/karpathy/autoresearch - Andrej Karpathy's original project
- ANE Project: github.com/maderix/ANE - Reverse-engineered Apple Neural Engine performance
- MacOS Port: github.com/miolini/autoresearch-macos - Original MacOS implementation
The project represents an experimental approach to hardware utilization optimization, with the expectation that performance will improve as the underlying ANE project matures. This is particularly relevant for developers working on Apple silicon hardware who want to maximize local inference efficiency.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Cloudflare's AI Platform: Unified Inference Layer for AI Agents
Cloudflare's AI Platform provides a single API to access 70+ models across 12+ providers, including multimodal support for image, video, and speech models. It enables switching between models with one-line code changes and offers centralized cost monitoring with custom metadata.

Open-Source Claude Code Plugins for Agentic Commerce Protocols
OrcaQubits has released eight open-source Claude Code plugins that implement agentic commerce protocols including UCP, ACP, AP2, and A2A, with MIT licensing and support for platforms like Magento 2, BigCommerce, and WooCommerce.

OpenClaw React Client Update Adds Model Per Agent, CLI Tool, and Auto-Start
The open-source OpenClaw client has received a major update with four key features: model assignment per agent, automatic updates, a new CLI tool for management, and auto-start after system reboot.

Open Source Browser Tool for Testing MCP Servers Without Installation
An open source web tool called MCP Playground lets developers test MCP servers directly in their browser using WebContainers, a WASM Node.js runtime. It can run npm-based MCP servers locally without backend installation and connect to remote servers via URL.