Document retrieval that navigates structure instead of chunking
Document retrieval system using hierarchical structure and knowledge graphs for RAG. Achieves 100% accuracy on FinanceBench benchmark.
Document retrieval system using hierarchical structure and knowledge graphs for RAG. Achieves 100% accuracy on FinanceBench benchmark.
Research on training language models using synthetic data from neural cellular automata instead of natural language text.
Design principles for building AI-assisted products. Addresses failure modes when using coding agents for rapid development.
GitHub repository with 8,697 n8n workflow templates for automation, including AI agents, integrations, and web scraping.
CapNet enforces capability-based permissions for AI agents. Acts as OAuth-like proxy controlling agent actions without exposing credentials.
Native macOS UI library for AI scripts and agents using Swift and Node.js. Enables rapid UI creation for agent applications.
Pi-generative-UI ports Claude's generative UI approach enabling live interactive widgets streamed from LLM outputs in native apps.
DarkMatter is open-source P2P mesh networking protocol enabling direct AI agent discovery and coordination without central orchestration.
Analysis showing multi-agent scaling hits hard limits from coordination costs. Applies Amdahl's Law and Universal Scalability Law to agent systems.
AI models trained on Western data fail to recognize local crops and forests; scientist adapted approach using local data collection for African agriculture mapping.
Cyris is orchestration platform for coordinating AI agents across OpenAI, Anthropic, Ollama and enterprise systems with self-hosted auditable governance.
Cursor-compatible agent skills for coding and system design interview prep with drill workflows, prompt generation, and interactive practice modules.
Guide for managers in 2026 on leading teams using AI; emphasizes managers must understand AI tools to set expectations and guide team execution.
AI code generation has evolved from prompt-and-pray to engineering discipline with verification harnesses, test suites, and autonomous agent execution for hours.
Auto-Browser: Open-source MCP-native browser agent with human-in-the-loop control. Provides authorized workflow automation with Claude and other LLM integrations.
Tarvos: Relay architecture for AI coding agents that runs sequential fresh agents instead of single degrading agent. Each agent picks up from previous context handoff.
Discussion on limitations of ReAct and RLM-based coding agents and approaches to improve multi-agent reasoning.
Local Memory MCP v1: Self-hosted local-first RAG memory system for AI assistants using ChromaDB. Exposes MCP tools for context recovery across LLM sessions.
Proof SDK: Open-source editor, collaboration server, provenance model, and MCP agent HTTP bridge for collaborative documents with agent integration.
Production debugging tools for multi-agent AI workflows including monitoring, circuit breakers, containment, and replay capabilities.
Agent Execution Framework (AEF): State machine operating system for AI agents. Defines states, events, actions, and transitions to govern agent behavior and execution flow.
Newsletter signup page discussing enterprise agentic AI systems. Mostly promotional content, limited technical detail.
Opinion piece exploring developer personalities and attitudes toward AI-assisted coding workflows.
Open source terminal dashboard tool that aggregates and tracks token usage/costs across multiple AI coding tools (Claude, Cursor, custom APIs).
Headline-only reference to article comparing LLM training to lossy compression. No content provided.
Open source Chrome extension for recording network requests and UI selectors, exports HAR and workflow JSON for web automation.
Qodo claims superior code review performance versus Claude in benchmark test.
Open source tool for fine-tuning transformer models on-device using Apple Neural Engine. Data stays local, includes CLI for training.
TypeWhisper: open-source speech-to-text app for macOS/Windows with multiple local engines (WhisperKit, Parakeet, Apple SpeechAnalyzer), no cloud or telemetry.
Anna's Archive publishes llms.txt file to provide machine-readable information to LLM crawlers.
Framework for mapping AI agents to IAM roles, tools, and network exposure at infrastructure level. Agent observability and security.
Crowdsourced AI detection benchmark with 16K human/AI text pairs from Reddit, HN, Yelp. Dataset for AI writing detection research.
Quality-gated orchestration for GitHub Copilot CLI with verification before code merges. AI agent testing and safety framework.
Guide to building Claude Code agent with skills. LLM application example with minimal content provided.
Push-to-talk dictation tool for Android using local/cloud transcription. Addresses voice input workflow, limited ML relevance.
pycoClaw: IDE and framework for running OpenClaw autonomous agents on ESP32 microcontrollers using LLMs for self-programming MicroPython scripts.
Tutorial on running local open LLMs with Claude Code using Unsloth, Qwen3.5, and other models. Practical guide for local agent setup.
Brex tests fraud detection using AI agents to commit intentional violations. Agent testing methodology for compliance systems.
Concrete example of AI-generated code causing Slack API rate limit failure. Case study of LLM code generation pitfalls.
Codelegate: keyboard-driven GUI orchestrator for coding agents on Mac/Linux. Built with Tauri, React, xterm.js for agent workflow management.
Firstrun tool converts static documentation into interactive walkthroughs. Developer tool for improving documentation engagement.
ATLAS framework for autonomous trading agents that self-improve by rewriting prompts based on market performance feedback using Karpathy-style autoresearch.
Mixedbread Wholembed v3: omnimodal, multilingual embedding model with state-of-the-art retrieval performance. New ML research model.
Claude Code skill integrating evidence-based learning science with agentic coding via adaptive exercises using retrieval practice and spaced repetition.
API gateway routing LLM requests to cheapest capable model, achieving 60% cost reduction through complexity-based routing.
Security analysis of 30 MCP vulnerabilities in 60 days, covering attack patterns, CVEs, and defense strategies.
Claude Code multi-agent system using adversarial loops for code generation with plan/implementation review stages.
Prompt engineering techniques for Suno music generation model, focusing on musical structure over detailed text.
Analysis of Gleam language advantages for AI coding agents, emphasizing fast compile/error feedback loops.
MCP server for AI-native ontology engineering with 39 tools for RDF/OWL validation, querying, and management. Written in Rust.