Menu

AI NEWS CYCLE

AI Coding and Automation Tools

AI Tool Directory

80 tools • 8 categories

Browse by Category

1 AI Code Completion 20 tools
Real-time code suggestions as you type
Tools in this category:
GitHub Copilot Cursor Codeium Tabnine Supermaven Amazon CodeWhisperer Replit Ghostwriter Sourcegraph Cody +12 more
2 Agent Frameworks 15 tools
Build autonomous AI agents and workflows
Tools in this category:
LangChain CrewAI AutoGPT LangGraph SuperAGI AgentGPT BabyAGI Semantic Kernel +7 more
3 Workflow Automation 10 tools
No-code/low-code automation platforms
Tools in this category:
Zapier Make n8n Bardeen Tray (tray.ai / tray.io) Workato Activepieces Relay.app +2 more
4 Code Review & Quality 10 tools
AI-powered code review and analysis
Tools in this category:
CodeRabbit Codacy (Codacy Guardrails) SonarQube (Sonar AI features) DeepSource Snyk Code Qodo (formerly Codium) Metabob Lookup +2 more
5 Testing & QA 10 tools
Automated testing with AI
Tools in this category:
Testim Mabl Applitools QA Wolf Functionize Testsigma Katalon TestCraft +2 more
6 API Development 5 tools
AI tools for API development and testing
Tools in this category:
Postman AI HTTPie AI Insomnia AI (AI Runner) Apidog Bruno
7 DevOps & Infrastructure 5 tools
AI for deployment and infrastructure management
Tools in this category:
Kubiya env0 Firefly CloudFix Spot (formerly Spot by NetApp)
8 Documentation 5 tools
Auto-generate and maintain documentation
Tools in this category:
Mintlify Trelent Stenography Kodezi Docuwriter

1. AI Code Completion

Real-time code suggestions as you type

GitHub Copilot

View full details

An AI pair programmer that offers contextual code completions, chat, and multi-file agent workflows integrated with GitHub and major IDEs.

Cursor

View full details

An AI-first code editor / IDE (fork of VS Code) that provides project-aware tab completions, natural-language edits, and codebase-aware chat and agents.

Codeium

View full details

An AI code acceleration toolkit offering real-time completions, multi-language support, and browser/IDE extensions for inline suggestions.

Tabnine

View full details

An enterprise-focused AI coding assistant providing protected, customizable code completions deployable in SaaS, VPC, on-premise, or air-gapped environments.

Supermaven

View full details

A lightweight AI code completion tool offering fast, low-latency inline suggestions with a large context window and IDE integrations.

Amazon CodeWhisperer

View full details

AWS’s IDE-integrated AI coding companion that provides code suggestions, reference tracking, and security scans, tuned to help with AWS APIs and general development tasks.

Replit Ghostwriter

View full details

An AI assistant built into Replit’s browser IDE that offers code completion, generation, transformations, and conversational help inside Replit.

Sourcegraph Cody

View full details

An AI code assistant that uses semantic code search and repository context to provide autocompletions, chat, inline edits, and code-aware prompts across large codebases.

CodeGPT

View full details

An IDE-integrated AI coding assistant and agents platform offering chat, inline completions, and a Studio for building and running code-focused agents.

Mintlify

View full details

An AI-native documentation platform that embeds AI assistance into documentation workflows and can provide AI-powered guides and assistants for developer docs.

Pieces for Developers

View full details

A desktop-first developer productivity suite that captures, enriches, and surfaces code snippets, context, and memories with on-device AI and IDE integrations.

Continue

View full details

An open-source, model-flexible AI code assistant platform for building custom coding agents, providing autocomplete, chat, edit, and background agents with centralized team controls.

Safurai

View full details

Historically presented as an AI code assistant/IDE extension that provided code generation, refactoring, and project search features (a Visual Studio Code extension existed).

Bito AI

View full details

An AI platform focused on code reviews and codebase-aware feedback that integrates into PR workflows and IDEs to generate review suggestions and PR summaries.

Mutable AI

View full details

A platform focused on generating living documentation (auto-wikis) and an always-up-to-date AI expert on a codebase to help teams understand and navigate complex repositories.

Blackbox AI

View full details

A developer-facing AI tool offering code completions, chat with code, image-to-code, and other IDE/browser integrations (public-facing product pages and extensions exist).

CodeComplete

View full details

An AI coding assistant positioned for enterprise use, offering self-hosted options and tuning to a company's codebase to provide secure, private code completions.

Refact AI

View full details

An AI coding assistant (open-source option) for VS Code and JetBrains that provides code completion, refactoring, chat, and can be self-hosted for privacy and customization.

CodeSquire

View full details

An AI code-writing assistant focused largely on data scientists and analysts that turns comments into code, generates functions, SQL, and explanations within browser-based notebooks and supported IDEs.

AskCodi

View full details

An AI coding assistant offering IDE/browser autocomplete, conversational Codi Chat, and task-specific ‘Codi Apps’ (sandbox, codespaces) to generate, test, explain, and document code.

2. Agent Frameworks

Build autonomous AI agents and workflows

LangChain

View full details

An open-source framework and SDK for building LLM applications and agentic workflows that connect language models to tools, data sources, and vector stores. It provides composable primitives for chains, agents, retrievers, and integrations across model and data providers.

CrewAI

View full details

An open-source multi-agent framework and UI focused on simplifying the creation, configuration and deployment of multi-agent automations, with visual agent-building tools and support for any model provider.

AutoGPT

View full details

An open-source experimental application that demonstrates autonomous agents by chaining LLM 'thoughts' to decompose and attempt to complete user goals, using tool calls, memory, and external APIs.

LangGraph

View full details

A low-level orchestration framework (from the Lang ecosystem) that models agent execution as graphs, enabling explicit control flow, state management, long-running stateful agents, and human-in-the-loop checkpoints.

SuperAGI

View full details

An open-source, developer-first autonomous AI agent framework for building, managing, and running agents with toolkits, workflows, and a web UI for orchestration.

AgentGPT

View full details

A commercial platform that offers customizable GPT-based agents and business automation solutions—positioned as a service to create and operate GPT agents for tasks like virtual assistants, sales, and customer support.

BabyAGI

View full details

An experimental, minimalist open-source framework that demonstrates task planning and simple autonomous-agent patterns (function packs, dashboards) as a learning and prototyping tool rather than a production system.

Semantic Kernel

View full details

A model-agnostic SDK from Microsoft for integrating LLMs into applications, building agents and multi-agent systems, and adding plugins, planners, memory, and connectors across .NET, Python and Java.

Haystack (deepset)

View full details

An open-source, production-grade Python framework (by deepset) for AI orchestration that focuses on modular pipelines, retrieval-augmented generation (RAG), and building customizable agentic pipelines and conversational systems.

LlamaIndex

View full details

A data framework (formerly GPT-Index) for connecting custom data sources to LLMs; it provides index types, data connectors, node management, and retrieval/query interfaces to enable retrieval-augmented workflows.

Flowise

View full details

An open-source visual AI agent builder that provides a drag-and-drop interface to construct LLM-based flows and agents, supporting multi-agent patterns, RAG, memory, and custom nodes.

Langflow

View full details

An open-source visual framework (originally Logspace) for visually building retrieval-augmented generation (RAG) applications and LangChain flows with drag-and-drop components and reusable flow templates.

AutoGen

View full details

An open-source programming framework (from Microsoft) for building multi-agent AI applications and multi-agent collaboration patterns, with tooling such as AutoGen Studio for no-code prototyping and debugging.

ix

View full details

An open-source platform (iX / Agent IX) for designing and deploying autonomous GPT-4-powered agents and multi-agent workflows, providing a no-code editor, multi-agent chat, and a scalable worker architecture.

GPT Engineer

View full details

An open-source CLI tool that guides an LLM through an iterative build process to generate complete codebases from a user prompt; the project has also evolved into a commercial product (Lovable) for web-based interactive builds.

3. Workflow Automation

No-code/low-code automation platforms

Zapier

View full details

A cloud-based automation and AI orchestration platform that connects thousands of web apps to build no-code/low-code workflows, AI Workflows, and agentic automations. Zapier provides tools for building workflows (Zaps), AI agents, automation-first tables, and interfaces to operationalize automations across teams.

Make

View full details

A visual, visual-first automation platform for building no-code/low-code workflows and orchestrating AI across business systems. Make provides a canvas-style workflow editor, AI integrations, and tooling for real-time orchestration and monitoring of automated processes.

n8n

View full details

A fair-code workflow automation platform offering a visual node-based editor that supports both no-code building and custom code (JavaScript/Python), available as self-hosted or managed cloud. n8n emphasizes extensibility, native AI integrations (LangChain guidance), and developer-friendly control over deployments.

Bardeen

View full details

An AI-first automation platform focused on browser-based automation and GTM (go-to-market) workflows, delivered via a browser extension and cloud orchestration. Bardeen enables teams to automate prospecting, CRM updates, research, and other browser-driven workflows with prebuilt Playbooks.

Tray (tray.ai / tray.io)

View full details

An AI-ready integration and iPaaS platform for building low-code integrations, AI agents, and enterprise automations. Tray provides an agent builder (Merlin), a catalog of reusable building blocks (Agent Hub), governance controls, and connectors to operational systems.

Workato

View full details

A cloud-based enterprise automation and integration platform (iPaaS) that offers low-code/no-code recipe builders, connectors, and AI orchestration features to automate business processes across departments at scale.

Activepieces

View full details

An open-source, no-code automation platform that enables users to build AI agents, flows, and connected automations using reusable 'pieces' and an automation canvas. Activepieces emphasizes open-source extensibility alongside managed offerings and pieces/connectors library.

Relay.app

View full details

A platform for building AI agents and team-facing automations using a drag-and-drop interface, with live linked data, instant triggers, batching, and human-in-the-loop controls to operationalize workflows.

MindPal

View full details

A platform for building and deploying AI agents and multi-agent workflows that automates client delivery, lead generation, and internal operations; it offers an AI-driven builder that assembles specialist agents and connects to LLM providers and tools.

Levity

View full details

An AI automation platform focused on automating high-volume email and phone workflows—particularly for logistics and operations—combining AI with rules and fallback logic to deliver enterprise-grade, monitored automations.

4. Code Review & Quality

AI-powered code review and analysis

CodeRabbit

View full details

AI-driven code review assistant that runs context-aware reviews across pull requests and in editors, produces PR summaries, suggested fixes and integrates with git platforms and IDEs.

Codacy (Codacy Guardrails)

View full details

Codacy is a code quality and security platform; Codacy Guardrails is an IDE-integrated solution that scans AI-generated and human-written code in real time to enforce security and quality rules.

SonarQube (Sonar AI features)

View full details

SonarQube (from Sonar) is a continuous code quality and security inspection platform; recent Sonar products include AI features such as AI Code Assurance and AI CodeFix to validate and suggest fixes for code (including AI-generated code).

DeepSource

View full details

DeepSource is a modern static analysis and code health platform that runs automated analysis on commits and pull requests to surface quality, security, and maintainability issues and can auto-fix or enforce quality gates.

Snyk Code

View full details

Snyk Code is Snyk’s AI-native Static Application Security Testing (SAST) product that performs fast, developer-focused code security analysis and integrates with IDEs, repos and Snyk’s developer security platform.

Qodo (formerly Codium)

View full details

Qodo (previously Codium) offers agentic AI tooling for code, focused on context-aware test generation, automated code review and workflow agents that run in IDEs, terminals and Git platforms.

Metabob

View full details

Metabob is an AI-powered static code analysis platform that uses graph neural networks (GNNs) and LLMs to detect, explain and suggest fixes for logic/runtime issues across whole codebases, with options for on-premise deployment.

Lookup

View full details

Not verified — could not confirm an official code-review / code-quality product named 'Lookup' from an official developer/product site that matches the 'Code Review & Quality' category.

Swimm (Swimm AI)

View full details

Swimm is an application-understanding and documentation platform that uses deterministic static analysis plus AI to build a knowledge base from code, generate accurate explanations, diagrams and living documentation to help developers understand complex codebases.

WhatTheDiff

View full details

WhatTheDiff is an AI-powered pull request assistant that analyzes PR diffs and generates plain‑English summaries, changelogs and notifications, and can integrate with GitHub and GitLab.

5. Testing & QA

Automated testing with AI

Testim

View full details

AI-powered end-to-end test automation platform that uses machine learning (smart locators & visual validation) to create, stabilize, and maintain UI tests for web applications. ([testim.io](https://www.testim.io/test-automation-tool/?utm_source=openai))

Mabl

View full details

Cloud-native, AI-powered test automation platform for web, mobile, API, accessibility and performance testing that emphasizes low-code test creation, autonomous maintenance, and diagnostics. ([mabl.com](https://www.mabl.com/?utm_source=openai))

Applitools

View full details

AI-powered testing platform focused on visual validation and end-to-end test automation, offering Visual AI for pixel-tolerant UI checks plus functional, API and accessibility testing capabilities. ([applitools.com](https://applitools.com/?utm_source=openai))

QA Wolf

View full details

Hybrid platform + service that delivers Playwright-based end-to-end test automation (web & mobile) with an AI-assisted workflow and an offering to produce and maintain tests for customers. ([qawolf.com](https://www.qawolf.com/?utm_source=openai))

Functionize

View full details

AI-driven test automation platform that builds ML models of applications to enable codeless/record-and-play test creation, self-healing tests, visual testing and scalable cloud execution. ([functionize.com](https://www.functionize.com/test-engineers?utm_source=openai))

Testsigma

View full details

Unified, AI-driven test automation platform that uses natural-language/low-code test authoring and 'agentic' AI features to generate, run, analyze and maintain tests across web, mobile, APIs and ERP systems. ([testsigma.com](https://testsigma.com/?utm_source=openai))

Katalon

View full details

AI-augmented test automation suite (Studio, TestOps, TrueTest, TestCloud) that supports low-code and script-based testing for web, mobile, desktop and APIs with AI features for test creation and self-healing. ([katalon.com](https://katalon.com/?utm_source=openai))

TestCraft

View full details

AI-driven codeless Selenium test automation solution (TestCraft Technologies) that enables non-technical users to create and execute web tests; TestCraft was acquired by Perforce (official announcement). ([perforce.com](https://www.perforce.com/press-releases/perforce-expands-portfolio-testcraft?utm_source=openai))

Autify

View full details

AI-first test automation platform offering no-code/low-code E2E testing for web and mobile plus a Playwright-based (Nexus) solution, with AI features for screen recognition and automated maintenance. ([autify.com](https://autify.com/?utm_source=openai))

Virtuoso

View full details

AI-native codeless test automation platform (Virtuoso QA) that enables natural-language test authoring, self-healing automation, continuous testing at scale and GenAI-assisted test creation and analysis. ([virtuosoqa.com](https://www.virtuosoqa.com/?utm_source=openai))

6. API Development

AI tools for API development and testing

Postman AI

View full details

AI capabilities integrated into the Postman API platform that automate tasks across the API lifecycle (generate tests, docs, debug, and build agentic workflows via the AI Agent Builder). ([postman.com](https://www.postman.com/solutions/ai/?utm_source=openai))

HTTPie AI

View full details

AI assistant features built into HTTPie (Web & Desktop) that let users generate API requests from natural-language prompts and streamline request creation inside the HTTPie UI. ([httpie.io](https://httpie.io/docs/desktop/search?utm_source=openai))

Insomnia AI (AI Runner)

View full details

Insomnia’s AI Runner feature (part of Kong Insomnia) enables connecting third‑party LLM providers to Insomnia workflows and provides semantic caching, prompt moderation, analytics, and integration with the Insomnia API client. ([docs.insomnia.rest](https://docs.insomnia.rest/insomnia/ai-runner?utm_source=openai))

Apidog

View full details

Apidog is an API development and management platform that supports API design, debugging, mock servers, automated tests and includes an MCP Server to expose API specifications as a data source for AI IDEs and agents. ([docs.apidog.com](https://docs.apidog.com/en/mock-api-data-in-apidog-617869m0?utm_source=openai))

Bruno

View full details

Bruno is an open-source, offline-first, Git‑friendly API client that stores collections as plain-text files (Bru language) on the filesystem and provides desktop, CLI and CI integrations for API exploration and testing. ([github.com](https://github.com/usebruno/bruno?utm_source=openai))

7. DevOps & Infrastructure

AI for deployment and infrastructure management