Elo Memory – Bio-inspired episodic memory for AI agents (free, open source)
Elo Memory: open-source episodic memory system for AI agents inspired by biological memory. Free research implementation for agent architecture.
Elo Memory: open-source episodic memory system for AI agents inspired by biological memory. Free research implementation for agent architecture.
Evaluation comparing Claude and Calmkeep LLM performance on code and legal tasks across 25-turn conversations. Benchmarking study with transcript analysis.
Observability layer built for OpenClaw AI coding agents to improve monitoring and debugging.
Video exploring scenarios where deception emerges as optimal strategy in AI systems. Game-theoretic analysis of AI agent behavior.
Challenge to train smallest language model fitting in 16MB. Minimal details provided.
Framework documenting specific failure modes in AI agent behavior to prevent corner-cutting. Agent safety and failure analysis.
LocalRouter: implements Model Context Protocol routing through LLM. Tool integration layer for AI agents and LLM applications.
Case study showing AI agent receiving 237 rules from another agent but still making identical mistakes. Agent learning and constraint enforcement analysis.
Security audit of 900+ MCP (Model Context Protocol) configurations on GitHub found 75% have security issues. Research-backed security analysis.
Crawdad: runtime security API for autonomous AI agents addressing prompt injection, data exfiltration, and access control. Framework-agnostic security tool.
Linux sandboxing tool for executing LLM agents and untrusted code safely. Preserves local environment while isolating programs.
Security alert: LiteLLM PyPI packages compromised with malicious code stealing credentials and targeting Kubernetes clusters.
Research on Theory of Mind in AI models to address agent ecosystem fragility, manipulation risks, and reward misspecification.
Discussion on building AI agent systems with tools, memory, and fine-grained capabilities. Argues current systems aren't ready for true agency across environments.
Dashboard tracking 19M+ commits generated by Claude Code on GitHub with statistics about AI-assisted code generation.
APIFold converts OpenAPI/Swagger specs into production MCP servers enabling AI agents to call REST APIs without code.
ZBot is an open-source embedded AI agent running on Zephyr RTOS. Implements ReAct loop, connects to OpenAI-compatible LLMs, controls hardware, maintains memory across reboots.
Danube is a marketplace for AI agents to discover and execute tools securely. Developers can publish tools, and agents access them via MCP without seeing API keys.
Open source web UI for Claude and Copilot with embedded terminals, one-click LLM switching, running on localhost.
Overnight is an open-source CLI tool that runs Claude Code autonomously by reading conversation history and predicting next steps. Enables 24/7 execution.
AgentContract defines behavioral contracts for AI agents, declaring must/must-not/can-do actions and enforcing them. Enables control and predictability for enterprise deployment.
Rubric is an open-source LLM monitoring tool that logs API calls, scores output quality, and alerts on drift. Supports multiple providers and frameworks.
OpenAI releases open-weight safety model gpt-oss-safeguard and prompt-based policies for teen-safe AI applications.
Overview of open-source text-to-speech models deployable locally. Compares quality, cost, and control versus cloud APIs.
Research on using AI agents to autonomously perform high energy physics experiments. Demonstrates autonomous scientific research capabilities.
Technical research on LLM internals using layer duplication and probing methods. Discovered RYS method achieving top HuggingFace leaderboard ranking without training.
LeWorldModel: Joint Embedding Predictive Architecture for stable end-to-end world model learning from raw pixels without auxiliary supervision.
Tool for reviewing AI coding agent changes locally before pushing, solving code review bottleneck with PR-like workflows.
Case study of evaluating Cowork automation platform alongside Claude Enterprise for employee productivity integration with business tools.
ChatGPT shopping assistant using Agentic Commerce Protocol for product discovery and comparison.
Modular 26.2 release adds image generation/editing workflows and improves Mojo for GPU kernel AI development.
ProofShot: CLI tool enabling AI coding agents to view browser output, capture screenshots/video/errors for verification during UI development.
Kern: AI agent framework maintaining single continuous session across CLI, Telegram, Slack with persistent local memory in plain folder.
Prompt repository with curated templates for data analysts covering exploration, cleaning, SQL, dashboards, and visualization.
Sandock: Docker-based sandbox for running AI coding agents with persistent volumes, POSIX compatibility, cost-effective alternative to VMs.
Discussion on whether system programming offers refuge from LLM-assisted development trends due to different performance priorities.
Discussion of Human Source License for open source stream processing library built on PyDBSP.
Research showing expert personas improve LLM alignment but reduce accuracy, trade-offs in prompt engineering.
Comprehensive reading list tracing 53-year research lineage of AI agents from 1970s theoretical foundations through modern implementations.
Shard-based scheduling system for scaling LLM fine-tuning experiments on limited GPU resources, enabling 100x more experiments on 4 GPUs.
Benchmark dataset for evaluating LLMs on financial tasks. Minimal content provided but addresses important evaluation gap.
arXiv paper generalizing residual connections into multi-stream hyper-connections with spectral-sphere constraints to maintain identity mapping stability.
arXiv paper on natural gradient descent for online continual learning in image classification addressing catastrophic forgetting in non-i.i.d. data streams.
arXiv paper proposing Bayesian scattering as interpretable baseline for uncertainty quantification on image data using wavelet transforms and probabilistic modeling.
LLM-based approach for automated discovery of governing equations in dynamical systems, replacing genetic programming with language models for efficiency.
Interpretability method combining LIME with neural decision trees for more stable and faithful explanations of complex models on tabular data.
Clinical prediction framework using discriminative representation learning aligned to outcomes rather than reconstruction objectives.
Feature selection method using causal principles and diffusion models to improve stability under distribution shifts.
Investigation of how contextual recall emerges in transformers during pretraining vs. finetuning, examining in-context learning mechanisms for fact retrieval.
Detection framework using LLMs to identify adversarial attacks against human-AI teams, covering data poisoning, prompt injection, and prompt engineering threats.