klotz: llm*

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. Moltbot is a self-hosted AI assistant that runs on your machines, connects to messaging platforms, performs actions, and maintains persistent memory. It was renamed from Clawdbot due to trademark concerns.



    * **What it is:** Moltbot is an AI assistant designed to run locally on your machines (macOS, Windows, Linux) offering privacy and customization. It differs from cloud-based services.
    * **How it works:** It connects to various messaging platforms (WhatsApp, Telegram, Slack, etc.) allowing interaction via chat.
    * **Capabilities:** Moltbot can perform actions beyond answering questions – automating tasks, running scripts, scheduling jobs, browsing the web, and integrating with other services via plugins.
    * **Key Feature: Persistent Memory:** Unlike many bots, Moltbot remembers past interactions, providing a tailored and consistent experience.
    * **Name Change:** The project was renamed from Clawdbot to Moltbot due to trademark concerns with Anthropic’s Claude.
  2. MCP Apps are now live as an official MCP extension, allowing tools to return interactive UI components directly in conversations. This enables richer experiences like dashboards, forms, and visualizations within MCP clients such as Claude, Goose, Visual Studio Code, and ChatGPT.
    2026-01-28 Tags: , , , , , by klotz
  3. LingBot-VLA, a Vision-Language-Action model trained on extensive real-world robotic data, demonstrates superior performance and generalization across multiple platforms with enhanced efficiency. The model is supported by an efficient codebase and open access to code, base model, and benchmark data.
  4. This article explains how the Cursor IDE indexes a codebase, focusing on its approach to understanding code structure and relationships beyond simple text indexing. It details the use of Language Server Protocol (LSP) and the creation of a graph database to represent the codebase, enabling features like code navigation, refactoring, and accurate code completion.
  5. Lobster is a **Clawdbot-native workflow shell** designed to be a **typed, local-first "macro engine"** for building composable and safe automations. It allows users to define pipelines of tools and skills that Clawdbot (or other AI agents) can invoke with a single step, saving tokens and enabling determinism and resumability.

    **Key Features & Goals:**

    * **Typed Pipelines:** Uses JSON objects/arrays instead of text pipes for data flow.
    * **Local-First:** Executes workflows locally, enhancing privacy and control.
    * **No New Authentication:** Leverages existing authentication mechanisms; doesn't require new OAuth tokens.
    * **Composability:** Workflows can be chained and reused.
    * **Approval Gates:** Includes mechanisms for human or automated approval before execution.
    * **Workflow Files:** Supports YAML/JSON workflow files for defining complex pipelines.

    **Quick Start:**

    Requires `pnpm install`, `pnpm test`, and `pnpm lint`. Workflows can be run from the command line using `node ./bin/lobster.js`.

    **Example Use Case:**

    The documentation provides examples of monitoring GitHub pull requests and detecting changes, demonstrating how Lobster can be used to automate tasks and provide insights.
    2026-01-27 Tags: , , , , , by klotz
  6. Unusually detailed post explains how OpenAI handles the Codex agent loop. The article dives into the technical aspects of OpenAI's Codex CLI coding agent, including the agent loop, prompt construction, caching, and context window management.

    The article details how their Codex CLI coding agent functions. OpenAI engineer Michael Bolin explains the "agent loop" – the process by which the AI receives user input, generates code, runs tests, and iterates with human supervision.

    * **Agent Loop Mechanics:** The agent builds prompts with prioritized components (system, developer, user, assistant) and sends them to OpenAI’s Responses API.
    * **Prompt Management:** The system handles growing prompt lengths (quadratic growth) through caching, compaction, and a stateless API design (allowing for "Zero Data Retention"). Cache misses can significantly impact performance.
    * **Context Window:** Codex automatically compacts conversations to stay within the AI model's context window.
    * **Open Source Focus:** OpenAI open-sources the CLI client for Codex, unlike ChatGPT, suggesting a different approach to development and transparency for coding tools.
    * **Challenges Acknowledged:** The article doesn't shy away from the engineering challenges, like performance issues and bugs encountered during development.
    * **Future Coverage:** Bolin plans to release further posts detailing the CLI’s architecture, tool implementation, and sandboxing model.
  7. This article details how to combine Clawdbot with Docker Model Runner (DMR) to build a privacy-focused, high-performance personal AI assistant with full control over data and costs. It covers configuration, benefits, recommended models, and how to get involved in the ecosystem.
  8. "Yahoo Scout looks like a more web-friendly take on AI searchIt’s somewhere between 10 blue links and a full-blown AI assistant, and so far, it feels like the right mix."
    2026-01-27 Tags: , , , , by klotz
  9. Rafael Ben-Ari has created AI-generated newspapers, including a tech news feed and a retrocomputing paper based on SimCity 2000, using a suite of LLM agents for reporting and editing. This allows for highly niche publications tailored to specific interests.
    2026-01-26 Tags: , , by klotz
  10. Logs, metrics, and traces aren't enough. AI apps require visibility into prompts and completions to track everything from security risks to hallucinations.

Top of the page

First / Previous / Next / Last / Page 3 of 0 SemanticScuttle - klotz.me: Tags: llm

About - Propulsed by SemanticScuttle