AIAny

Tag

Explore by tags

GitHub
AI Agent2026

Automatically evolves Hermes Agent skills, prompts, tool descriptions and code using DSPy + GEPA — mutating text via API calls, evaluating trace-based failures, and selecting variants that pass tests and human PR review. No GPU training required; runs cost roughly $2–$10 per optimization.

GitHub
AI Agent2026

Lightweight, Markdown-only skill pack that lets LLM agents autonomously run ML research workflows—literature survey, idea discovery, cross-model review loops, experiment automation and paper writing—designed for Claude Code, Codex CLI, Cursor and local model setups.

Hugging Face

Provides a 1,000-row sample user–item interaction Parquet for the TAAC2026 recommendation task, using a flat column layout with 120 top-level columns (IDs, labels, user/item int & dense features, and four-domain behavioral sequences). Updated 2026-04-10.

GitHub
AI Agent2026

Turns a single research idea into runnable experiments and a conference-ready paper by orchestrating an LLM-driven end-to-end workflow (literature → design → code → sandboxed runs → analysis → writing). Provides human-in-the-loop checkpoints, domain-specialist executors, and multi-layer citation verification.

Hugging Face
AI Model2026

A distilled 26M-parameter encoder–decoder LLM for on-device function-calling and tool use. Uses a pure-attention Simple Attention Network, provides open weights and local finetuning, and targets high-throughput inference on the Cactus runtime.

GitHub

Transforms articulated 3D asset creation into a programmatic, LLM-driven code-generation workflow that produces objects with semantic parts, robust geometry, and physical joints. Includes CLI generation, a local viewer, and pipelines for large-scale dataset contribution.

GitHub
AI Image2026

Turns photos into exportable 3D meshes using open-source AI models that run entirely on your GPU. Desktop app for Windows and Linux with an extension system to install local model generators and export common 3D formats.

GitHub

Hands-on, phase-based curriculum for building end-to-end AI systems from first principles — implement algorithms, run tests, and ship reusable artifacts (prompts, skills, agents, MCP servers) across Python, TypeScript, Rust, and Julia under an MIT license.

Hugging Face

A 228,557-example dataset of reasoning traces segmented into blocks with iterative, compressed "memento" summaries so LLMs can learn to manage long context. Includes a training-ready subset and a `full` subset with sentence/block-level annotations for research and SFT.

GitHub
AI Agent2026

Scans AI agent skills for security issues—detecting vulnerabilities, malicious patterns, and supply-chain risks before installation. Combines static AST checks (64 patterns across 16 categories) with optional LLM semantic review, OSV live CVE lookups, and JSON/Markdown/SARIF outputs for CI or manual review.

GitHub
AI Agent2026

Provides a persistent, typed semantic memory layer for AI agents—supports remember, recall, and answer primitives so agents retain long-term context. Writes are instantly searchable and retrieval uses an information-theoretic engine, avoiding separate vector DBs or indexing delays.

GitHub
AI Agent2026

Manages discovery, quality evaluation, sharing and evidence-driven evolution of skills used by AI agents. Local-first deployment with MCP integration, CLI and Python API, skill lineage and task-based quality summaries for auditable agent workflows.