Tags: coding agents* + github*

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

  1. rohitg00 writes agentmemory, a persistent memory solution for AI coding agents designed to eliminate the need for repetitive context re-explanation between sessions. By silently capturing tool usage and session details through various hooks (including native plugins for Claude Code, Cursor, and Codex), it compresses observations into searchable structured memories that are injected back into subsequent conversations. The system utilizes a hybrid retrieval approach combining BM25 keyword matching, vector embeddings, and knowledge graph traversal to ensure high-quality context injection with significant token savings compared to standard long-context prompting.

    - Supports multiple agents including Claude Code, Cursor, GitHub Copilot CLI, Devin, Gemini CLI, OpenCode, Hermes, and more via MCP or native plugins.
    - Employs a 4-tier memory consolidation model: Working (raw observations), Episodic (session summaries), Semantic (extracted facts), and Procedural (workflow patterns).
    - Offers high retrieval accuracy; real-world benchmarks show up to 95.2% R@5 on the LongMemEval-S dataset.
    - Reduces LLM token costs significantly, claiming ~170K tokens per year compared to millions when pasting full context.
    - Includes a real-time visualizer (on port 3113) and an observability console for monitoring memory writes, traces, and graph structures.
  2. Yiwei Ho writes about open-slide, a slide framework built for coding agents where you describe your deck in natural language and the agent writes React components rendered on a fixed 1920×1080 canvas. It handles navigation, hot reload, and present mode so the agent can focus on content rather than boilerplate.

    - Works with any coding agent (Claude Code, Codex, Cursor, etc.)
    - In-browser inspector: click any element to attach a comment, then run `/apply-comments` to have the agent apply all pending edits
    - Integrated svgl catalogue for searching and dropping in brand logo SVGs
    - Exports to self-contained static HTML or print-ready PDF with one command
    - Presenter mode includes speaker notes, timer, and current/next slide preview
  3. kata is a local-first issue tracking system designed to provide a structured environment for both humans and coding agents to record tasks, decisions, links, and state changes. Unlike traditional methods that clutter git history or chat transcripts, kata uses a local SQLite database managed by a daemon to maintain a durable task ledger. It features an agent-optimized CLI with stable commands and JSON output for automation, complemented by a terminal user interface (TUI) that allows humans to easily browse, triage, and supervise agent activity.

    Key aspects:
    - Local-first architecture using SQLite and a background daemon
    - Agent ergonomics via predictable exit codes and idempotency keys
    - Human oversight through an interactive TUI
    - Auditability with append-only event history and actor attribution
    - Lightweight design focused on task ledger functionality rather than full project management
    2026-05-11 Tags: , , , , , , by klotz
  4. Stripe's "Minions" are AI agents designed to autonomously complete complex coding tasks, from understanding a request to deploying functional code. Unlike traditional AI coding assistants that offer suggestions line-by-line, Minions aim for end-to-end task completion in a single shot. This approach leverages large language models (LLMs) to handle the entire process, including planning, code generation, and testing. The article details Stripe's implementation, focusing on overcoming challenges like long context windows and the need for reliable tooling. The goal is to significantly boost developer productivity by automating repetitive and complex coding tasks.

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "coding agents+github"

About - Propulsed by SemanticScuttle