Tags: 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. This repository provides optimized serving configurations for the Qwen3.8-27B model running on a single 24 GB consumer GPU (RTX 3090). It achieves high throughput of approximately 1,000 tok/s at 64 concurrent users in batch mode and up to ~133 tok/s for single-user scenarios using speculative decoding techniques like MTP or DFlash2. The project includes custom patches, requantization scripts (such as int8 tensor-core GEMMs), and Docker support to enable extended context windows of 150k to 262k tokens on a single consumer card.

    - Offers two distinct serving profiles: `batch` for high throughput/API backends and `single-user` for low-latency chat experiences.
    - Implements advanced speculative decoding modes including MTP (Multi-Token Prediction) and DFlash2 block drafting.
    - Supports extreme context lengths up to 262k tokens through KVarN, which utilizes a lossy 4/2-bit KV cache.
    - Includes specialized optimizations like int8 activations, quantized lm_head, and split-KV verify attention to maximize VRAM efficiency.
  3. Imran Hassanali presents a comprehensive benchmark comparing "Code Mode"—where an LLM generates complete code to execute tools—against traditional function calling for tool interactions. The results demonstrate that Code Mode is significantly more efficient, achieving 60% faster execution, 68% fewer tokens used, and an 87.5% reduction in API round trips while maintaining equal accuracy compared to regular agents.

    - Evaluated using eight realistic business scenarios, including multi-client invoicing and expense tracking.
    - Code Mode advantage scales with task complexity; high-complexity tasks saw up to a 79.2% speedup.
    - The benchmark tested both Claude 3 Haiku (showing major efficiency gains) and Gemini 2.0 Flash Experimental.
    - Secure code execution is implemented via RestrictedPython, preventing filesystem and network access during the sandbox phase.
  4. Rohit Edathil writes about Dagic, a minimal workflow Directed Acyclic Graph (DAG) definition language and asynchronous execution engine implemented in Python designed for LLM agents. It provides a middle ground between standard tool calling and full code execution by allowing models to describe workflows through assignments and function calls that are parsed, type-checked, and executed concurrently without the security risks of arbitrary code execution.

    - Performs ~7x more efficiently than per-call tools in math benchmarks regarding token usage
    - Executes independent branches of a workflow concurrently using Python's asyncio
    - Provides static type checking for tool arguments to prevent mid-run failures
    - Avoids the need for sandboxing arbitrary model-generated code by restricting execution to host-registered functions
  5. 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
  6. Farid Zakaria writes about SELF, a prototype that replaces the ELF executable format with a SQLite database, arguing that ELF is already a database that reimplements many primitives by hand (string interning, indexes, b-tree pages, foreign keys). The prototype stamps "SELF" in SQLite's application_id field, registers binfmt_misc to recognize the magic, and runs a small C interpreter that reads loadable segments from the database, maps them into memory, relocates, and jumps to the entry point. Dynamic linking works either through glibc's rtld-audit interface or a fully SQL-based loader called self-ld.
  7. GitReverse is a web tool that takes a public GitHub repository URL and generates a single synthetic user prompt that could be pasted into Cursor, Claude Code, Codex, or similar tools to vibe-code the project from scratch. It pulls repo metadata, a root file tree, and the README, then feeds that context to an LLM to produce a short conversational prompt. Shareable links are available at `/owner/repo` paths.

    - Supports five LLM providers (Grok, OpenRouter, Azure OpenAI, Google AI Studio, ApiSmart) with auto-detection fallback ordering
    - Also handles "website reverse" via Caddy on-demand TLS for www.*.gitreverse.com subdomains, and has a hidden /3d photo-to-GLB mode using Meshy
  8. - **Inference** – Platforms and engines for running models, plus user interfaces.
    - **Models** – LLMs (general, coding, multimodal, image, audio), model providers, and specific model highlights.
    - **RAG** – Retrieval-Augmented Generation tools.
    - **Safeguards** – Safety and content filtering.
    - **Agents & Tools** – Agent frameworks, Model Context Protocol, coding agents, computer/browser automation, memory management, and testing/evaluation.
    - **Research, Training & Fine-tuning** – Security, sandboxing, and model development.
    - **Hardware** – Local hardware options.
    - **Tutorials** – Guides covering models, prompt/context engineering, inference, agents, and RAG.
    - **Communities** – Places to connect and share knowledge.
  9. Over 160 production-ready skill documents (SKILL.md) for LLM coding agents like Claude Code, Cursor, and Codex.Each skill contains expert-level configs, CLI commands, troubleshooting guides, and ready-to-run scripts spanning six domains: DevOps (CI/CD, Kubernetes, observability), Security (vulnerability scanning, secrets, hardening), Infrastructure (AWS/Azure/GCP, networking, databases, local inference stacks), LLM engineering (agent evals, RAG infrastructure, inference scaling), Compliance (SOC2, HIPAA, GDPR, ISO 27001), and IT operations. Skills install in under a minute via the `npx skills add` CLI or a simple git clone, and the agent discovers, matches, and activates them on demand.
    - Ships with notable niche skills absent from other repos: MCP server security, eBPF kernel-level observability, OpenTofu migration, agent-eval CI/CD gates, and multi-tenant LLM hosting with KEDA autoscaling.
  10. Ground Station is an open-source, browser-based application for tracking satellites and celestial targets, controlling station hardware, and receiving, decoding, and recording SDR signals. Built for amateur radio operators, satellite enthusiasts, and researchers, it brings orbit visualization, multi-target tracking consoles, SDR waterfall analysis, packet and telemetry decoding, scheduled observations, and hardware management into a single web interface.

    - Supports RTL-SDR, SoapySDR, UHD/USRP and virtual SigMF playback SDR
    - Automated observations scheduled via APScheduler for AOS/LOS pass recording with rotator and Doppler rig control
    - Frontend uses React, Redux Toolkit and Material-UI; backend uses FastAPI, Skyfield/SGP4 and Socket.IO

Top of the page

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

About - Propulsed by SemanticScuttle