AI & Machine Learning

8 tools

programming AI & Machine Learning8 tools curated by the community. Most popular: PromptLayer, Modal, Hopsworks. 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 8 tools curated by the mySelectas community. Most popular: PromptLayer.

What are the best free AI & Machine Learning tools?

mySelectas lists several free options in this category. See in particular: PromptLayer, Modal, Hopsworks.

What is the best alternative to PromptLayer?

Discover alternatives to PromptLayer on mySelectas. See all alternatives →

8 tools
PromptLayer
AI & Machine Learning🌐 EN

Collaboration platform for AI teams to manage, test and monitor the prompts that power their LLM applications.

#llm#saas#observability#generative-ai#prompt-engineering
promptlayer.com
📄 Full details →
💬 Review

The short version: PromptLayer's pitch is treating prompts like a managed asset instead of a buried string in your codebase, so both engineers and non-technical domain experts can iterate on them safely — genuinely useful once an AI product has more than one person touching prompts. The Prompt CMS plus eval harness combination is the real value: it lets a subject-matter expert (say, a support lead refining a chatbot's tone) make and test changes without a code deploy, while the eval harness catches regressions before they hit production — a workflow that's otherwise assembled by hand from a s…

👥 Target audience

AI engineering teams | Product teams with non-technical prompt editors

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
LangfuseHumanloopLangSmithBraintrust
🔗 Visit PromptLayer
Modal
AI & Machine Learning🌐 EN

Serverless cloud platform that runs Python code, including AI model training and inference, on GPUs with sub-second startup and pay-per-second billing.

#cloud#python#serverless#mlops#deployment
modal.com
📄 Full details →
💬 Review

The short version: if your team's AI workloads are bursty — a training job here, a batch inference run there — Modal charges you only for the seconds a GPU actually runs, instead of the hours it sits idle on a reserved cloud instance. Modal's core technical achievement is sub-second cold starts on GPU-backed containers, which is genuinely hard — most serverless GPU platforms take tens of seconds to spin up a container with a large model loaded, breaking the serverless promise for latency-sensitive inference. Defining infrastructure directly in Python (rather than YAML or a separate IaC tool) …

👥 Target audience

AI/ML engineers | Data scientists | Platform teams

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
BasetenReplicateAWS LambdaRunPod
🔗 Visit Modal
Hopsworks
AI & Machine Learning🌐 EN

Managed feature store and AI lakehouse platform for building production machine-learning systems with millisecond-latency feature serving.

#python#open-source#self-hostable#mlops#data-engineering
hopsworks.ai
📄 Full details →
💬 Review

The short version: Hopsworks bundles what Feast, an MLOps platform, and a lakehouse each do separately into one product — worth it if you want fewer moving parts, at the cost of being more opinionated than stitching together best-of-breed open-source tools yourself. Sub-millisecond online feature serving is a genuine technical differentiator for latency-sensitive use cases like fraud detection or real-time recommendations, and bundling the feature store with experiment tracking and model registry means teams don't have to separately wire up MLflow-style tooling on top. AGPL-3.0 licensing does…

👥 Target audience

ML engineers | Data engineers | Enterprises in finance, retail, government

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
FeastDatabricks Feature StoreSageMaker Feature Store
🔗 Visit Hopsworks
Feast
AI & Machine Learning🌐 EN

Open-source feature store that manages the machine-learning data teams use for both model training and real-time predictions.

#python#open-source#self-hostable#mlops#data-engineering
feast.dev
📄 Full details →
💬 Review

The short version: Feast is the default open-source answer to "how do I keep my ML training data and production data consistent," and since it's completely free, it's an easy first choice before paying for a commercial feature platform. Feast's genuine strength is being a thin, flexible abstraction layer over whatever databases a team already uses, rather than demanding a specific data stack — 10+ offline and 15+ online store integrations is a real breadth advantage over more opinionated platforms. Point-in-time-correct joins are the unglamorous but critical feature that prevents "training-se…

👥 Target audience

ML engineers | Data engineers

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
HopsworksSageMaker Feature StoreVertex AI Feature StoreDatabricks Feature Store
🔗 Visit Feast
promptfoo
AI & Machine Learning🌐 EN

Open-source LLM eval and red teaming: test prompts, compare models, catch jailbreaks and data leaks locally and in CI.

#typescript#llm#testing#open-source#cli-tool
promptfoo.dev
📄 Full details →
💬 Review

The short version: if you build anything with AI and want to test it seriously without paying for a platform, this is the free tool most people start with — and rightly so. promptfoo earned its position as the default open-source LLM eval tool honestly: config-as-code test cases, every major provider supported, and a local-first design that security teams can actually approve. The red-teaming module is the standout — it turns adversarial testing from a consulting engagement into a CI job. The March 2026 OpenAI acquisition cuts both ways: more resources, but keep an eye on neutrality when the …

👥 Target audience

AI/LLM engineers | Security teams

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
DeepEvalBraintrustLangfuseArize Phoenix
🔗 Visit promptfoo
Mastra
AI & Machine Learning🌐 EN

TypeScript framework for AI agents and workflows: typed tools, graph orchestration, memory, RAG and 90+ model providers.

#typescript#llm#nodejs#open-source#ai-agents
mastra.ai
📄 Full details →
💬 Review

The short version: for developers who code in TypeScript and want to build AI agents, this is currently the most complete starter kit — just mind the licence fine print and the fast-moving APIs. Mastra's bet is simple: most agent frameworks are Python-first, but a huge share of product engineers shipping AI features live in TypeScript — and for them Mastra is currently the most complete option. Built by the team behind Gatsby, it shows in the DX: typed agents and tools, sane project scaffolding, and batteries included (memory, evals, tracing, MCP) that LangChain-style stacks make you assemble…

👥 Target audience

TypeScript/Node.js developers | Product engineers

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
LangGraphCrewAIVercel AI SDKLlamaIndex
🔗 Visit Mastra
CrewAI
AI & Machine Learning🌐 EN

Python framework for role-based multi-agent teams: Crews plus event-driven Flows, from MIT open source to enterprise suite.

#python#automation#llm#open-source#ai-agents
crewai.com
📄 Full details →
💬 Review

The short version: the easiest way to try multi-agent AI in Python — great for quick wins, less great when you need to understand exactly what your agents are doing and why. CrewAI is the fastest way to get a multi-agent prototype working in Python: the role/goal/task mental model is genuinely intuitive, the MIT license is clean, and the community is enormous — 55k+ stars means answers exist for most problems. Treat the marketing numbers (60% of Fortune 500, 450M workflows a month) as marketing; what's verifiable is the healthy repo activity. The trade-off versus LangGraph is control: CrewAI'…

👥 Target audience

Python developers | Automation teams

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
LangGraphMastraAutoGenLlamaIndex
🔗 Visit CrewAI
Braintrust
AI & Machine Learning🌐 EN

AI eval and observability platform: tracing, LLM and human scoring, quality gates. Used by Vercel, Notion and Replit.

#monitoring#llm#saas#testing#observability
braintrust.dev
📄 Full details →
💬 Review

The short version: one of the best 'quality control rooms' for teams whose product is built on AI — powerful and polished, but budget carefully because costs grow with usage. Braintrust is what eval tooling looks like when it grows up into a platform: the trace-to-dataset loop is genuinely the right workflow (production failures become permanent test cases), quality gates give AI teams something like CI discipline, and the customer list — Vercel, Notion, Replit — is real validation, not logo-washing. The catch is cost predictability: $249/month for Pro is only the entry point, because data pr…

👥 Target audience

AI product teams | ML engineers

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
LangfusepromptfooLangSmithArize Phoenix
🔗 Visit Braintrust