Developer Tools

Explore Developer Tools through related topics and the articles other pages reference most.

Most referenced in this topic

Ranked by links from other AI Wiki pages.

Explore articles

Browse subtopics (51)

Articles that also belong to these categories. Counts cover all of Developer Tools.

Showing 1-60 of 267 articles

AG-UI Protocol

The AG-UI Protocol (Agent-User Interaction Protocol) is an open, event-based protocol that standardizes how AI agents communicate with user-facing applications.

AI Agents

AI coding agent

An AI coding agent is an autonomous artificial intelligence system that can independently plan, write, test, debug, and deploy software code with minimal human oversight.

AI AgentsAI Code Generation

AI usage limits

AI usage limits are the caps that providers of subscription AI services place on how much computing a customer can consume before waiting for a reset.

AI Tools & Products

Agent Tools API

The Agent Tools API is xAI's server-side tool suite that lets agents built on the Grok family browse the web, search X posts, run Python code, retrieve uploaded documents, and call external tools, with every…

AI AgentsAI Companies

Agent orchestration

Agent orchestration is the coordinated management of multiple AI agents working together as a unified system to accomplish tasks that exceed the capability of any single agent.

AI Agents

Agno

Agno is an open-source Python framework for building, running, and managing AI agents and multi-agent systems.

AI AgentsOpen Source AI

Amazon Q

Amazon Q is a family of generative AI-powered assistants from Amazon Web Services (AWS), announced on November 28, 2023, at the AWS re:Invent conference and made generally available on April 30, 2024.

AI Code GenerationAI Infrastructure

Anthropic Message Batches API

The Message Batches API (commonly referred to as the Anthropic Batches API) is an asynchronous bulk processing endpoint offered by Anthropic for its Claude family of large language models.

Anthropic

Anysphere

Anysphere is an American artificial intelligence company, headquartered in San Francisco, that develops Cursor (code editor), an AI-native code editor built on a fork of Visual Studio Code.

AI Code GenerationAI Companies

Arize Phoenix

Arize Phoenix is an open-source AI observability and evaluation platform developed by Arize AI for tracing, evaluating, and debugging large language model (LLM) and agent applications.

AI CompaniesMLOps

Atlassian Rovo Dev

Atlassian Rovo Dev is an agentic AI coding assistant developed by Atlassian that automates parts of the software development lifecycle, including planning, code generation, code review, and pull-request triage.

AI AgentsAI Companies

Augment Code

Augment Code is an enterprise AI coding platform, founded in 2022 by Igor Ostrovsky and Guy Gur-Ari and led by CEO Scott Dietzen, that builds AI agents purpose-built for large, complex codebases.

AI AgentsAI Code Generation

AxiomProver

AxiomProver is an automated theorem-proving system developed by Axiom Math. The company describes it as an autonomous multi-agent system for Lean 4 that translates mathematical tasks into formal statements and…

AI AgentsAI Research

BentoML

BentoML is an open-source Python framework for packaging, serving, and deploying machine learning and AI models as production inference services.

MLOpsOpen Source AI

Best AI Agent Frameworks

As of July 2026, the best all-around framework for building agentic LLM applications is LangGraph 1.0, the graph-based orchestration layer that reached its first stable release on October 22, 2025 and runs…

AI AgentsAI Code Generation

Best AI Coding Assistants

As of July 2026, the two strongest AI coding assistants overall are Claude Code and the OpenAI Codex CLI, which finish within 0.3 points of each other at the top of the Terminal-Bench 2.1 agent leaderboard…

AI AgentsAI Code Generation

Browser Use

Browser Use is an open-source Python library that lets large language models control a web browser, turning any LLM into an agent that can browse the web, click buttons, fill forms, and complete multi-step…

AI AgentsOpen Source AI

Builder.io

Builder.io is a San Francisco visual development platform that pairs a headless, drag-and-drop content management system with a suite of AI design-to-code tools.

AI Code GenerationAI Companies

CANN (Huawei)

CANN, short for Compute Architecture for Neural Networks, is the heterogeneous computing architecture and software stack that Huawei provides for its Ascend line of AI processors.

AI InfrastructureChinese AI

CUDA

CUDA (Compute Unified Device Architecture) is NVIDIA's platform and programming model for general-purpose computation on its graphics processing units.

AI InfrastructureNVIDIA

CUTLASS

CUTLASS is an open-source library of reusable building blocks for writing high-performance matrix kernels on NVIDIA GPUs.

AI InfrastructureNVIDIA

ChatKit

ChatKit is an embeddable chat-interface SDK from OpenAI that lets developers drop a ChatGPT-style conversational UI into a web or mobile product with a single React component.

Conversational AIOpenAI

Claude --continue

claude --continue is a command-line option for Claude Code, Anthropic's coding agent. It reopens the most recent eligible conversation associated with the current directory.

Anthropic

Claude --resume

claude --resume is a Claude Code command-line option that reopens a saved Claude Code conversation. Its short form is claude -r. With no value, the option opens an interactive session picker.

Anthropic

Claude Agent SDK

The Claude Agent SDK is Anthropic's official software development kit for building custom AI agents powered by Claude, released on September 29, 2025 as the renamed and expanded successor to the Claude Code…

AI AgentsAnthropic

Claude Code

Claude Code is an agentic software development product made by Anthropic. It uses models from the Claude family to inspect software projects, propose and apply changes, run development tools, and report…

AI AgentsAI Code Generation

Claude Code CLI Flags

Claude Code CLI Flags are command-line options passed to the top-level claude command to choose a session, model, permission policy, output format, integration, or startup behavior.

Anthropic

Claude Code Review

Claude Code Review is a multi-agent code review system developed by Anthropic that automatically analyzes GitHub pull requests for bugs, security vulnerabilities, and logic errors.

AI Code GenerationAI Safety

Claude Code Subagents

Claude Code subagents (also sub-agents) are specialized AI assistants that Claude Code, Anthropic's command-line coding tool, can delegate specific tasks to.

AI AgentsAnthropic

Cloudflare OS

Cloudflare OS is an open-source AI agent workspace and application platform released by Cloudflare on August 5, 2026, during the company's Agents Week 2026 launch week .

AI AgentsAI Tools & Products

CodeRabbit

CodeRabbit is an AI-powered code-review platform that automatically reviews pull and merge requests on GitHub, GitLab, Azure DevOps, and Bitbucket, giving developers line-by-line feedback, change summaries…

AI Companies

Codeium

Codeium was an artificial intelligence company that built free, unlimited AI code completion and the Windsurf Editor, the IDE its founders called "the first agentic IDE," before becoming the center of a…

AI Code GenerationAI Companies

Coding agent

A coding agent is a software system that uses a large language model to carry out programming work by acting on a development environment rather than only producing text for a person to copy.

AI AgentsAI Code Generation

Cognition AI

Cognition AI is an American artificial intelligence company headquartered in San Francisco, California, that builds autonomous AI software engineering agents.

AI AgentsAI Code Generation

ComfyUI

ComfyUI is a free, open-source node-based graphical user interface and backend for generative AI workflows, primarily focused on image generation using diffusion models such as Stable Diffusion and FLUX.

Generative AIImage Generation

Composio

Composio is an open-source AI agent tool integration platform that provides infrastructure for connecting large language models (LLMs) and AI agents to over 1,000 external applications and services.

AI AgentsAI Companies

Computational graph

A computational graph is a directed acyclic graph (DAG) representation of a numerical computation, where nodes represent operations (or variables) and edges represent the data, typically tensors

Deep Learning

Context caching

Context caching is a large-language-model API feature that stores parts of a request's input (system prompts, instructions, attached documents, or earlier conversation turns) on the provider's infrastructure…

AI InferenceLarge Language Models

Core ML

Core ML is Apple's framework for running trained machine learning models on-device across iOS, iPadOS, macOS, watchOS, tvOS, and visionOS.

AI CompaniesAI Hardware

CrewAI

CrewAI is an open-source multi-agent orchestration framework that enables developers to build teams of AI agents that collaborate to accomplish complex tasks.

AI AgentsLarge Language Models

CuDNN

NVIDIA cuDNN (CUDA Deep Neural Network library) is a proprietary GPU-accelerated library of primitives for deep learning, first released by NVIDIA on September 7, 2014, that provides highly tuned…

AI HardwareAI Tools & Products

DSPy

DSPy (short for Declarative Self-improving Python) is an open-source framework, developed at Stanford NLP, for programming rather than prompting large language models (LLMs).

Large Language ModelsMachine Learning