AI & Machine Learning

338 tools

programming AI & Machine Learning338 tools curated by the community. Most popular: Open Agent Forum, PromptLab, Clippy Vision. Each tool comes with a review, tags and alternatives to help you choose.

❓ Frequently asked questions about AI & Machine Learning

What is AI & Machine Learning?

AI & Machine Learning groups 338 tools curated by the mySelectas community. Most popular: Open Agent Forum.

What are the best free AI & Machine Learning tools?

mySelectas lists several free options in this category. See in particular: Open Agent Forum, PromptLab, Clippy Vision.

What is the best alternative to Open Agent Forum?

Discover alternatives to Open Agent Forum on mySelectas. See all alternatives →

338 tools
Open Agent ForumNew
AI & Machine Learning🌐 EN

A decentralized coordination platform letting autonomous AI agents communicate, collaborate, and transact without a centralized intermediary, built on cryptographic signatures and open protocols.

#open-source#collaboration#ai#mlops#security
openagentforum.com
📄 Full details →
💬 Review

The short version: Open Agent Forum is an early, genuinely decentralized bet on agent-to-agent communication, competing less against a single direct rival and more against the default pattern of routing multi-agent coordination through one vendor's centralized API or a custom webhook setup. A custom webhook or API-based coordination layer is faster to stand up and easier to debug for a single team's agents, but it inherently depends on whoever operates the central server. Open Agent Forum's cryptographic-identity model — no signup, Ed25519 keypairs, signed messages — removes that dependency e…

👥 Target audience

Développeurs construisant des systèmes multi-agents décentralisés, et les agents eux-mêmes.

🌍 Target countries

Marché anglophone, développeurs internationaux

🗣️ Available languages
EN
🔄 Alternatives
Coordination centralisée maison via webhooks/APIFetch.ai (réseau d'agents décentralisé)Protocoles émergents type A2A (Agent-to-Agent)
🔗 Visit Open Agent Forum
PromptLabNew
AI & Machine Learning🌐 EN

A Chrome extension for local-first LLM prompt testing with zero cloud dependencies. Developers can test prompts across OpenAI, Anthropic, and OpenRouter with complete privacy.

#prompt-engineering#ai#open-source#generative-ai#llm
github.com
📄 Full details →
💬 Review

The short version: PromptLab is a lightweight, privacy-first alternative to hosted prompt playgrounds like the OpenAI Playground or Anthropic's own workbench, trading their polish and team-collaboration features for a tool that never sends anything to a server you don't control. Hosted playgrounds from the model providers themselves are free, more polished, and support things like prompt versioning and sharing — but by design they run through the provider's own infrastructure, which is exactly the trade-off some developers want to avoid, especially when testing prompts against sensitive or pr…

👥 Target audience

Développeurs et prompt engineers qui veulent tester des prompts LLM en privé, sans passer par un playground hébergé.

🌍 Target countries

Marché anglophone, développeurs internationaux

🗣️ Available languages
EN
🔄 Alternatives
OpenAI PlaygroundAnthropic Console (workbench)Postman détourné pour tester des API LLM
🔗 Visit PromptLab
Clippy VisionNew
AI & Machine Learning🌐 EN

A fully local AI assistant that watches your screen to build context automatically, so you don't have to re-explain your work to an LLM every time. 100% private — nothing leaves your device.

#machine-learning#open-source#rag#privacy#productivity
github.com
📄 Full details →
💬 Review

The short version: Clippy Vision sits in the same space as Rewind.ai and Microsoft's Recall — continuous screen capture for AI recall — but its actual selling point is being fully local and open source where both of those are closed, cloud-adjacent products from companies with their own data incentives. Rewind.ai popularized this category with a polished, commercially maintained product, but it still routes through Rewind's own infrastructure for some features and costs a subscription; Microsoft Recall ships built into Windows but has drawn real privacy criticism precisely because it's a firs…

👥 Target audience

Travailleurs du savoir, développeurs et chercheurs qui veulent une IA avec mémoire contextuelle continue sans envoyer leurs données dans le cloud.

🌍 Target countries

Marché anglophone, développeurs internationaux

🗣️ Available languages
EN
🔄 Alternatives
Rewind.aiMicrosoft Recallscreenpipe (alternative open source)
🔗 Visit Clippy Vision
FountainNew
AI & Machine Learning🌐 EN

An open-source conversational API that enables autonomous AI agents to execute coding work in isolated sandboxes with access to repositories, tools, and credentials. Self-hosted platform for agent orchestration with streaming output and multi-turn convers

#llm#open-source#ai#ai-agents#self-hosting
managoat.com
📄 Full details →
💬 Review

The short version: Fountain's differentiator against cloud sandbox APIs is entirely about control — self-hosting means your code execution, credentials, and conversation data never leave infrastructure you own. E2B is the best-known cloud sandbox API for AI agents and is easier to get started with since there's nothing to self-host, but that convenience means trusting a third party with the sandbox environment and, depending on setup, the data flowing through it. Fountain trades that convenience for sovereignty: AGPL-3.0 licensing, a self-hosted credential vault, and full infrastructure owner…

👥 Target audience

Équipes d'ingénierie et entreprises produit voulant intégrer des agents de codage autonomes sans perdre le contrôle de leurs données, identifiants ou infrastructure.

🌍 Target countries

Marché anglophone, écosystème IA/développeurs international

🗣️ Available languages
EN
🔄 Alternatives
E2BDaytona
🔗 Visit Fountain
SlotstreamNew
AI & Machine Learning🌐 EN

A Swift-based inference engine that enables running the 125-billion parameter Qwen 3.8-Flash-Next model on Apple Silicon Macs with limited memory by streaming expert weights from storage. Achieves approximately 12 tokens/second on 48GB M-series Macs.

#generative-ai#open-source#llm#privacy#self-hosting
github.com
📄 Full details →
💬 Review

The short version: Slotstream doesn't make the model smaller (that's what quantization tools do) — it makes a model that wouldn't fit at all fit, by never loading more of it into memory than the current token needs. Tools like llama.cpp or MLX quantization shrink a model's precision to make it fit in RAM, which trades away some accuracy. Slotstream's expert-streaming approach is a different tradeoff: it keeps the full-precision expert weights and instead pays a speed cost, reading from SSD as it goes, which is why 12 tokens/second on a 48GB Mac is respectable but not fast next to a quantized …

👥 Target audience

Développeurs et ingénieurs ML sur Mac Apple Silicon voulant exécuter localement de gros modèles de langage sans matériel cloud ni GPU dédié.

🌍 Target countries

Marché anglophone, communauté ML/IA open source internationale

🗣️ Available languages
EN
🔄 Alternatives
llama.cppOllamaMLX (Apple)
🔗 Visit Slotstream
ShaideNew
AI & Machine Learning🌐 EN

Self-hosted AI platform for distributed, multi-model LLM inference on Kubernetes clusters with single-command installation and air-gapped deployment support.

#self-hosting#llm#machine-learning#kubernetes#model-hosting
github.com
📄 Full details →
💬 Review

The short version: Shaide's value isn't a novel inference engine — it's assembling the inference engine, orchestration, gateway, and infrastructure code that regulated organizations would otherwise have to integrate themselves, into one thing you can actually install. Running vLLM or Triton Inference Server bare gets you a fast inference engine, but not the surrounding orchestration, multi-cloud infrastructure code, or air-gapped deployment story that a compliance-driven organization needs; Shaide's differentiator is bundling all of that with zero external dependencies. Compared to Ollama, wh…

👥 Target audience

Entreprises de secteurs réglementés (défense, secteur public, finance) ayant des exigences strictes de résidence des données et ne pouvant pas utiliser d'API tierces.

🌍 Target countries

Marché anglophone, organisations réglementées internationales

🗣️ Available languages
EN
🔄 Alternatives
vLLM (autogéré)NVIDIA Triton Inference ServerOllama
🔗 Visit Shaide
OpenheimNew
AI & Machine Learning🌐 EN

Open-source Rust runtime for building AI agents that can call multiple LLM providers, run tools safely, and plug into terminals, CLIs, or editors like Zed and Claude Code.

#ai-agents#llm#open-source
github.com
📄 Full details →
💬 Review

The short version: Openheim is a solid, free alternative to rolling your own agent-orchestration layer, and its multi-provider-plus-editor-protocol combination (MCP in, ACP out) is a genuinely practical design for anyone tired of provider lock-in. This space has real competition — LangChain/LangGraph, AutoGen, and CrewAI are the established Python-first agent frameworks, while Aider and Continue.dev focus more narrowly on coding-agent editor integration. Openheim's differentiators are being Rust-native (faster, lower memory, no Python dependency chain to manage) and building editor integratio…

👥 Target audience

Développeurs construisant des agents IA nécessitant un support multi-fournisseurs LLM et une intégration éditeur

🌍 Target countries

International

🗣️ Available languages
EN
🔄 Alternatives
LangGraphAutoGenCrewAI
🔗 Visit Openheim
SupaforkNew
AI & Machine Learning🌐 EN

A shared home for AI coding agent sessions, prompts, and tool calls, so teams can search, share, and pick up each other's agent work across different harnesses.

#monitoring#collaboration#documentation-tool#api#ai-agents
supafork.com
📄 Full details →
💬 Review

The short version: if your team runs AI coding agents across several different tools and loses visibility the moment a session ends, Supafork's cross-harness session library is solving a real and growing pain point, currently for free during beta. The honest constraint is the one that comes with almost any early-stage beta tool: it's free right now because pricing and long-term availability aren't finalized, access is by request rather than open signup, and centralizing agent session data (which can include real code and possibly sensitive prompts) into a third-party service is worth a securi…

👥 Target audience

Équipes et développeurs individuels utilisant plusieurs harnais d'agents IA (Claude Code, Cursor, Gemini CLI, GitHub Copilot CLI...)

🌍 Target countries

International

🗣️ Available languages
EN
🔄 Alternatives
Historique local natif de chaque harnais (Claude Code, Cursor...) sans centralisation
🔗 Visit Supafork
The Prompting CompanyNew
AI & Machine Learning🌐 EN

Done-for-you optimization service that helps B2B companies get cited and recommended by AI systems like ChatGPT, Perplexity, Gemini, and Claude.

#generative-ai#ai#seo#saas#prompt-engineering
promptingcompany.com
📄 Full details →
💬 Review

The short version: if your B2B buyers are starting to research on ChatGPT or Perplexity instead of Google and you have zero visibility into whether your product even gets mentioned, this is a plausible fix — but it's a service you buy, not a tool you can test-drive. AEO/GEO is a real and fast-growing problem category, and the mechanics described here (structured data, AI-crawlable content, citation-gap analysis against competitors) line up with what's known to actually influence LLM outputs today. The honest caveat is that nobody, including this vendor, can guarantee a specific AI model will …

👥 Target audience

Entreprises B2B avec un produit établi cherchant à être citées par les IA génératives (ChatGPT, Perplexity, Gemini, Claude) plutôt que par Google

🌍 Target countries

International, marché anglophone B2B

🗣️ Available languages
EN
🔄 Alternatives
Travail SEO/GEO interne avec guides publicsAgences SEO généralistes ajoutant un volet GEOOutils de monitoring de citations IA en libre-service
🔗 Visit The Prompting Company
indextknNew
AI & Machine Learning🌐 EN

A free, real-time pricing tracker that compares nearly 1,000 AI models across 17 providers, so you can see who's actually cheapest before you build.

#ai#machine-learning#llm#product-analytics#api
indextkn.com
📄 Full details →
💬 Review

The short version: if you regularly compare AI model costs across providers, indextkn saves you the manual pricing-page hunt and it's free, including API access. The useful part isn't just the price table — it's the confidence indicator that flags how fresh each number is, since AI pricing pages change without notice and a stale comparison is worse than no comparison. The obvious limitation is that it's a pure aggregator: it doesn't account for volume discounts, enterprise contracts, or rate limits that materially change real-world cost, and free tools like this live or die on whether the mai…

👥 Target audience

Développeurs, équipes IA et entreprises comparant le coût des modèles IA avant de choisir un fournisseur

🌍 Target countries

International

🗣️ Available languages
EN
🔄 Alternatives
Pages de tarification officielles de chaque fournisseur consultées manuellementOutils de gestion de coûts LLM intégrés (LiteLLM, Helicone)
🔗 Visit indextkn
SDD ObservatoryNew
AI & Machine Learning🌐 EN

Open, community-maintained directory tracking spec-driven development frameworks and real-world projects to evaluate their practical effectiveness.

#open-source#ai-agents#free#community#documentation-tool
sddobservatory.com
📄 Full details →
💬 Review

The short version: a useful, if thin, first attempt at answering a question nobody else is tracking — which spec-driven-development framework for AI coding agents actually holds up once real projects use it. Against generic "awesome-list" GitHub repos that just link to frameworks without evaluation, SDD Observatory's edge is the pairing of each framework with tracked real-world implementations and a review layer — closer to evidence than to a link dump. The catch is that it's young and depends entirely on community submissions to stay current; with a small number of tracked projects so far, t…

👥 Target audience

Équipes de développement et utilisateurs d'agents de codage IA qui évaluent des frameworks de spec-driven development.

🌍 Target countries

Marché anglophone, communauté internationale des développeurs utilisant des agents IA

🗣️ Available languages
EN
🔄 Alternatives
GitHub Spec Kit (repo seul, pas de suivi terrain)OpenSpecBMAD-MethodListes 'awesome' GitHub génériques sans données de terrain
🔗 Visit SDD Observatory
NormsNew
AI & Machine Learning🌐 EN

Define coding rules once as version-controlled Markdown, then auto-generate the config files Cursor, Claude, GitHub Copilot, and other AI coding agents expect.

#cli-tool#self-hostable#free#ai-agents#open-source
github.com
📄 Full details →
💬 Review

The short version: solves a real, fast-growing annoyance — every AI coding agent wanting its own rules file — with a clean, sensible "single source, multiple adapters" design. The realistic alternative is maintaining separate rule files by hand for each agent (a CLAUDE.md here, a .cursor/rules file there), which drifts out of sync the moment one gets updated and not the others. Norms' CLI (lint, check, sync) plus Git-tracked history gives it real engineering discipline beyond just templating. The catch: it needs someone to actively maintain the adapter list as new agents with new formats appe…

👥 Target audience

Équipes de développement standardisant des règles de code entre plusieurs agents de codage IA.

🌍 Target countries

Marché anglophone international

🗣️ Available languages
EN
🔄 Alternatives
Maintenance manuelle de fichiers de règles séparés par agent
🔗 Visit Norms
Rta-Smriti BrainNew
AI & Machine Learning🌐 EN

A free, open-source local memory system for AI coding agents that stores project decisions and context in SQLite, so you don't have to re-explain the same project to your agent every session.

#self-hostable#free#ai-agents#knowledge-base#open-source
github.com
📄 Full details →
💬 Review

The short version: Rta-Smriti Brain tackles a genuinely annoying problem — re-explaining project context to an AI agent every session — and being free, local-first, and MIT-licensed makes it a low-risk tool to try if that friction bothers you. The most common alternative today is a static CLAUDE.md or similar rules file that you maintain by hand — simple, but it doesn't grow automatically, doesn't track evidence/confidence, and doesn't index the actual code structure the way Rta-Smriti Brain's SQLite-backed graph does. Managed agent-memory infrastructure like Mem0 or Zep targets a broader, of…

👥 Target audience

Développeurs et équipes utilisant des agents de codage IA sur plusieurs sessions

🌍 Target countries

Marché anglophone, communauté développeurs internationale

🗣️ Available languages
EN
🔄 Alternatives
Fichier CLAUDE.md manuelMem0Zep
🔗 Visit Rta-Smriti Brain
HedgemonyNew
AI & Machine Learning🌐 EN

A free Python tool that catches AI-generated code hallucinations — invented packages, fabricated APIs, wrong call signatures — using deterministic analysis instead of asking another AI model to check.

#testing#open-source#free#ai#code-review
github.com
📄 Full details →
💬 Review

The short version: Hedgemony's core idea — verify AI-generated code deterministically rather than asking another LLM to judge it — is a genuinely sound approach, since an LLM reviewer can hallucinate its own approval just as easily as the original code hallucinated an API. Tools like CodeRabbit or Codacy do broader code review but rely on either static-analysis heuristics or another model's judgment, not the specific package/API-existence verification Hedgemony targets; standard linters like mypy or pylint catch type and style issues but generally don't verify that an imported package or meth…

👥 Target audience

Développeurs d'agents IA, équipes évaluant la qualité du code généré par IA

🌍 Target countries

Marché anglophone, communauté développeurs internationale

🗣️ Available languages
EN
🔄 Alternatives
CodeRabbitCodacyAucune vérification (confiance directe à l'IA)
🔗 Visit Hedgemony
SondeNew
AI & Machine Learning🌐 EN

A free, open-source local code-graph engine that lets AI coding agents query symbol relationships and code structure directly, instead of guessing from repeated grep-style searches.

#ai#open-source#self-hostable#free#ai-agents
github.com
📄 Full details →
💬 Review

The short version: Sonde targets a real inefficiency in how AI coding agents currently explore code — repeated, expensive search — and its claimed 8x reduction in tool calls is a meaningful efficiency gain if it holds up in your codebase. Sourcegraph offers far more mature, large-scale code intelligence and search, but it's a heavier, often paid product built for big organizations, not a lightweight local MCP server. Universal ctags and similar symbol-indexing tools have existed for decades and can build a similar structural index, but they weren't designed with AI-agent MCP access as the pri…

👥 Target audience

Agents de codage IA et développeurs construisant des outils basés sur des agents

🌍 Target countries

Marché anglophone, communauté développeurs internationale

🗣️ Available languages
EN
🔄 Alternatives
SourcegraphUniversal ctagsRecherche grep classique par l'agent
🔗 Visit Sonde
AptAINew
AI & Machine Learning🌐 EN

Marketplace where developers can discover, A/B test, and deploy fine-tuned LLM adapters with one click, and where model creators can host and monetize their own fine-tunes with a 70/30 revenue split.

#llm#fine-tuning#model-hosting#api#serverless
aptai.dev
📄 Full details →
💬 Review

The short version: AptAI is interesting mainly for the creator side of the equation — a real, structured way to monetize a fine-tuned model without building your own serving infrastructure — and for developers, a shortcut to specialized adapters you'd otherwise have to fine-tune and host yourself. It sits between general model-hosting platforms like Replicate or Hugging Face Inference Endpoints, which host whole models but don't specialize in LoRA adapter marketplaces, and base LLM providers like OpenAI or Anthropic, which don't let you plug in a community fine-tune at all. The zero cold-star…

👥 Target audience

Développeurs intégrant des modèles fine-tunés spécialisés, créateurs de modèles cherchant à monétiser leurs fine-tunes

🌍 Target countries

Marché anglophone, écosystème développeurs IA international

🗣️ Available languages
EN
🔄 Alternatives
Hugging Face Inference EndpointsReplicateTogether AI
🔗 Visit AptAI
agixNew
AI & Machine Learning🌐 EN

Directory and communication layer that gives AI agents a public, discoverable address and a standard way to contact and coordinate with other agents, similar in spirit to how DNS lets computers find each other.

#ai-agents#ai#api#integrations#automation
agixlink.com
📄 Full details →
💬 Review

The short version: agix is an early bet on a real infrastructure gap — agent-to-agent discovery and communication — but it's a young, unproven directory rather than an established standard yet. There's no dominant incumbent here yet: MCP itself (from Anthropic) standardizes how an agent talks to tools, but not how one agent finds and contacts a different, independently-run agent, which is the specific gap agix is targeting. Because pricing isn't published and the ecosystem of agents actually registered on it isn't verifiable from the outside, it's hard to judge value for money today — the hon…

👥 Target audience

Développeurs construisant des systèmes multi-agents IA nécessitant une découverte inter-agents

🌍 Target countries

Marché anglophone, écosystème développeurs IA international

🗣️ Available languages
EN
🔄 Alternatives
Documentation MCP d'AnthropicIntégrations API point à point maison
🔗 Visit agix
MannerNew
AI & Machine Learning🌐 EN

Manner provides AI-cloned senior developers that clients can hire. A marketplace connecting organizations with AI agents trained to replicate the skills and expertise of experienced software engineers.

#remote-work#ai-agents#freelance#ai#saas
manner.run
📄 Full details →
💬 Review

The short version: Manner's AI-clone-of-a-developer pitch is a genuinely novel angle, but it's asking you to trust an unproven format for work that usually requires human judgment. Against Upwork or Fiverr (human freelancers) or GitHub Copilot (a coding assistant, not a hire-a-clone marketplace), Manner's differentiator is packaging AI coding help as a "developer you hire" rather than a tool you use — a framing that might appeal to teams used to freelance workflows but that also raises real questions about how faithfully an AI can actually replicate a specific senior engineer's judgment on no…

👥 Target audience

Équipes de développement logiciel, startups et entreprises cherchant des ressources de développement évolutives et un accès rentable à une expertise de développeur senior.

🌍 Target countries

Marché anglophone, écosystème tech international

🗣️ Available languages
EN
🔄 Alternatives
Fivver (freelance developers)Upwork (gig development marketplace)GitHub Copilot (AI code assistance)AnthropicClaude API (AI coding assistant)
🔗 Visit Manner
TekMyraNew
AI & Machine Learning🌐 EN

Context compression system for LLM pipelines that verifies no protected content is lost and refuses compression when safety cannot be guaranteed. Apache-2.0 open source by LaconIQ.

#machine-learning#rag#llm#open-source#prompt-engineering
github.com
📄 Full details →
💬 Review

The short version: TekMyra's safety-first refusal mechanism is a genuinely different design choice from most context-compression tools, which optimize purely for ratio and hope nothing important gets cut. Compared to LLMLingua or generic summarization-based compression, TekMyra's differentiator is verifiable safety: instead of a best-effort compression that might silently drop a critical clause, it proves protected spans survive intact or declines to compress at all, which matters a lot if you're compressing legal, medical, or otherwise high-stakes text before it reaches an LLM. The catch is …

👥 Target audience

Ingénieurs LLM, développeurs de systèmes RAG, équipes d'optimisation de prompts, développeurs de pipelines LLM en entreprise.

🌍 Target countries

Marché anglophone, écosystème IA/LLM open source international

🗣️ Available languages
EN
🔄 Alternatives
LLMLinguaLangChain prompt optimizationSemantic compression toolsToken-based summarization frameworks
🔗 Visit TekMyra
BoothNew
AI & Machine Learning🌐 EN

A lightweight checkpoint library for LLM outputs that validates, evaluates confidence, and gates responses with built-in ambiguity detection and reconsideration mechanisms.

#open-source#machine-learning#ai#python#llm
github.com
📄 Full details →
💬 Review

The short version: Booth is a small, focused tool for a real problem — knowing when to trust an LLM's answer — but it's early enough (3 GitHub stars at review time) that you're an early adopter, not a safe default choice yet. Against LangChain's output parsers or Guardrails AI, Booth's differentiator is its provider-agnostic, dependency-light design and its structured result categories that distinguish "the model was ambiguous" from "the format was wrong" from "we're just not confident" — a more nuanced failure taxonomy than most guardrail libraries offer. The honest downside is maturity: min…

👥 Target audience

Développeurs Python créant des applications LLM, des systèmes RAG, et nécessitant une validation fiable des sorties de modèles sans verrouillage à un framework.

🌍 Target countries

Marché anglophone, écosystème Python/IA international

🗣️ Available languages
EN
🔄 Alternatives
LangChain output parsers and guardrailsGuardrails AI (Pydantic-based validation framework)Outlines (structured generation)Pydantic validators for LLM responses
🔗 Visit Booth
Loading...