Topic

Openclaw

13 episodes

  1. Ep 533

    "An agent is an LLM and a harness": What Nvidia really thinks about OpenClaw

    Nvidia’s OpenClaw take frames agents as ‘LLM + harness’ and shows how blueprints guide engineering choices. Justy sees a pragmatic push for tooling consistency; Cody questions whether this collapses the harness into vendor lock-in and whether the blueprint abstraction hides real variability.

  2. Ep 431

    GitHub Tencent/TencentDB Agent Memory: TencentDB Agent Memory delivers fully local long term memory for AI Agents via a 4 tier progressive pipeline, with zero external API dependencies.

    Justy and Cody dissect Tencent's new 'Agent Memory' repo, which claims to solve AI context bloat by using symbolic short-term memory and layered long-term storage instead of flat vector dumps. Cody leads with skepticism about the 'symbolic' Mermaid diagram approach and the specific benchmark claims against OpenClaw, while Justy argues the product value lies in stopping agents from forgetting SOPs. They debate whether hierarchical memory is the missing link for long-horizon tasks or just another complex caching strategy, landing on a cautious 'promising for enterprise, overkill for hobbyists' verdict.

  3. Ep 398

    Anthropic reinstates OpenClaw and third party agent usage on Claude subscriptions — with a catch

    Anthropic reinstates OpenClaw and third-party agent usage on Claude subscriptions with a catch

  4. Ep 319

    GitHub Kwstx/engram Translator: layer that lets you connect any agent, any tool, any api together.

    In this episode, Justy and Cody dig into Engram, an interoperability layer for AI agents, tools, and APIs that tries to reduce the adapter churn people keep running into as standards multiply. They talk through protocol translation, semantic schema repair, weighted routing, and the practical friction of adoption, then close with a few concrete build ideas.

  5. Ep 307

    Kimi K26 Is the Open Model Release

    Justy and Cody dig into why Kimi K2.6 lands at exactly the right moment for people trying to run long-lived coding agents: it’s open, strong on coding, and can actually see screenshots and video without bolting on a separate vision model. They unpack the 1T MoE design with 32B active parameters, the 262K context window, benchmark wins that matter, and Moonshot’s bigger bet on tool-heavy, long-horizon agent work. They also separate the impressive parts from the marketing gloss, then close with concrete stuff to try this week.

  6. Ep 303

    OpenClaw vs. Hermes Agent: The race to build AI assistants that never forget

    Justy and Cody dig into persistent AI agents by comparing OpenClaw and Hermes Agent, focusing on why memory matters for real users, how each system stores and retrieves context, and where the engineering trade-offs show up in production.

  7. Ep 269

    Open Source orchestration for zero Human companies

    Episode 269 of Exploring Next dives into the world of open-source orchestration for zero-human companies, focusing on Paperclip, a Node.js server and React UI that coordinates AI agents to run a business.

  8. Ep 263

    Running local models on Macs gets faster with Ollama's MLX support

    Ollama just added MLX support for Apple Silicon Macs, promising significantly faster local LLM performance through better unified memory usage. We break down what this actually means, why it matters as local models gain momentum, and the technical architecture that makes it work.

  9. Ep 254

    Using OpenClaw as a Force Multiplier: What One Person Can Ship with Autonomous Agents | Towards Data Science

    Nick Lawson shares his production system running 8 orchestrator agents and 35 personas on OpenClaw to manage content creation, infrastructure, and home automation. We dig into the architecture: heavyweight orchestrators making decisions on Opus, lightweight personas executing tasks on cheaper models, and the cost optimization strategies that make autonomous agents economically viable for solo builders.

  10. Ep 192

    openclaw with ollama (Zero cost AI Assistant)

    Izzo and Boone explore OpenClaw, an open-source AI assistant framework that runs entirely locally with Ollama. They dig into how it creates zero-cost AI workflows, the agent architecture with workspace management and subagent spawning, and why running your own AI stack locally matters for both privacy and cost control.

  11. Ep 189

    NanoClaw solves one of OpenClaw's biggest security issues — and it's already powering the creator's biz

    NanoClaw is a secure, lightweight alternative to OpenClaw that addresses critical security issues through OS-level container isolation. Created by Gavriel Cohen, it reduces OpenClaw's 400,000-line codebase to just 500 lines of TypeScript while providing sandboxed execution environments. The project emphasizes a 'Skills over Features' approach where AI customizes the codebase rather than shipping with pre-built integrations.

  12. Ep 187

    GitHub BankrBot/openclaw skills: Moltbot skill library for AI agents. Including polymarket, crypto trading, DeFi operations, automation, and more. Open a PR to add skills.

    OpenClaw Skills Library Pre-built capabilities for ai agents to interact with crypto infrastructure. Skills enable autonomous DeFi operations, token launches, onchain messaging, and protocol integrations through natural language interfaces.

  13. Ep 173

    GitHub Win4r/team tasks: Multi agent pipeline coordination: Linear, DAG, and Debate modes for AI agent orchestration

    A Python CLI tool that coordinates multi-agent development workflows through three distinct modes: linear pipelines for sequential work, DAG-based dependency graphs for parallel execution, and debate mode for multi-agent deliberation. Built specifically for OpenClaw integration with no external dependencies.