AIAny

Tag

Explore by tags

GitHub

Connects AI coding clients to multiple model providers through MCP, adding multi-model review, planning, debugging, and CLI-to-CLI delegation while keeping the main agent in control.

GitHub

AI Engineering Hub is a comprehensive GitHub repository offering in-depth tutorials and 93+ production-ready projects on LLMs, RAGs, AI agents, and real-world AI applications for all skill levels.

AI Coding2023

Bundles AI features and coding agents into JetBrains IDEs, using IDE code intelligence for completion, refactoring, and chat. Runs on the proprietary Mellum model or your choice of OpenAI, Gemini, Anthropic, and local models via Ollama or LM Studio.

GitHub
AI Agent2024

Claude-Mem is a persistent memory compression system built for Claude Code. It automatically captures tool usage observations during coding sessions, generates semantic summaries using Claude's agent-sdk, and injects relevant context into future sessions to maintain continuity of project knowledge.

GitHub
AI Coding2024

Generates interactive codebase wikis from GitHub, GitLab, or Bitbucket repositories by analyzing structure, writing documentation, and creating diagrams for navigation.

AI Client2024

GPU-accelerated code editor written in Rust, organized like a game engine to render its UI via shaders. Includes native agentic coding over the open Agent Client Protocol, multiplayer editing, LSP/DAP, and an open edit-prediction model.

GitHub
AI Agent2024

Runs coding agents and automations from a self-hosted developer control center, with local, remote, cloud, and ACP-compatible backends for managed engineering workflows.

GitHub
AI Agent2024

Framework for building offensive and defensive security agents that run real pentests autonomously. Uses a ReACT loop over 300+ models (OpenAI, Anthropic, DeepSeek, local Ollama) with built-in recon, exploitation, and privilege-escalation tools.

GitHub
AI Infra2024

A minimal GPU written in under 15 SystemVerilog files to teach how GPUs execute parallel kernels from the ground up. Includes an 11-instruction ISA, multiple cores with ALUs and load-store units, a fetch-decode-execute pipeline, and matrix kernels.

GitHub
AI Agent2024

Runs local AI-agent workflows through a desktop app, CLI, and embeddable API, connecting many LLM providers and MCP extensions for editing, execution, testing, and automation.

GitHub
AI Client2024

Visually edit Next.js + Tailwind projects in the browser like Figma, with every change written straight back to your real React code. Pairs a DOM-level visual canvas with AI chat that scaffolds and edits components, plus branching and one-click deploy.

GitHub
AI Coding2024

Edits a codebase from natural-language prompts in the terminal, coordinating specialized sub-agents — file picker, planner, editor, reviewer — instead of one model. Beats Claude Code 61% vs 53% on its own evals; agents scriptable in TypeScript.