Tags: openai*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. ClawRouter is an agent-native LLM router empowering OpenClaw. It enables smart routing with 15-dimension scoring, <1ms local routing, and is optimized for autonomous agents. It supports 30+ models and non-custodial payments with x402.
  2. OpenClaw is an open-source project that allows you to turn a Raspberry Pi into an AI agent capable of interacting with the world through a microphone and speaker. It uses Whisper for speech-to-text, OpenAI's GPT for reasoning, and Coqui TTS for text-to-speech. This setup enables the Pi to respond to voice commands and perform tasks, offering a customizable and privacy-focused alternative to closed AI assistants.
  3. sudo for AI agents - allow, deny, or ask before any tool runs. AI agents run tools autonomously, but some calls are too risky to run unchecked. agentpriv gives you a permission layer to control what goes through.
  4. Agoda engineers developed API Agent, a system with zero code and zero deployments that enables a single Model Context Protocol (MCP) server to connect to internal REST or GraphQL APIs. The system is designed to reduce the operational overhead of managing multiple APIs with distinct schemas and authentication methods, allowing teams to query services through AI assistants without building individual MCP servers for each API.
  5. Google is accusing others of cloning its Gemini AI, despite its own history of scraping data without permission to train its models. This raises questions of hypocrisy as companies compete to protect their AI investments and differentiate their offerings, facing challenges like model distillation and the potential for smaller entities to compete.
  6. A "Clawdbot" in every row with 400 lines of Postgres SQL. An open-source Postgres extension that introduces a claw data type to instantiate an AI agent - either a simple LLM or an "OpenClaw" agent - as a Postgres column.
  7. This article discusses the impact of Anthropic's Claude Code, an AI agent that is significantly impacting software development and the broader information work economy. It analyzes Claude Code's capabilities, its potential to drive revenue growth for Anthropic, the challenges it poses for Microsoft, and the shift in competition within the AI landscape.
  8. This guide explains how to use tool calling with local LLMs, including examples with mathematical, story, Python code, and terminal functions, using llama.cpp, llama-server, and OpenAI endpoints.
  9. A guide on running OpenClaw (aka Clawdbot aka Moltbot) in a Docker container, including setup, configuration, and accessing the web UI.
  10. 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.

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "openai"

About - Propulsed by SemanticScuttle