The pretty much "official" DSPy framework for Typescript
Ax is a TypeScript-first implementation of the DSPy programming model for building structured LLM applications, published as `@ax-llm/ax` on npm and cross-compiled into verified Python, Java, C++, Go, and Rust library shapes from a single source. Developers define typed signatures using a string DSL, a fluent `f()` builder, or Standard Schema validators like Zod or Valibot, then call `.forward()` to get structured outputs without manual prompt engineering. The library connects to Anthropic (Claude), OpenAI, Google Gemini, Mistral, DeepSeek, Cohere, Grok, and other providers through a unified provider abstraction, making it straightforward to swap Claude in or out by changing a single `name` field. Beyond generation, Ax includes agents with memory and delegation, typed program graphs called Flows with branching and parallel execution, and GEPA-based optimizers for few-shot bootstrapping. Streaming is enabled by default, allowing field parsing and early cancellation before a full response completes, keeping overhead close to raw provider SDK latency. The framework targets TypeScript developers building multi-provider LLM pipelines who want DSPy-style optimization without Python.
- ✓Open-source license (Apache-2.0)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Mature repo (>1y old)
git clone https://github.com/ax-llm/axResumen de Tools
Lo que la gente pregunta sobre ax
¿Qué es ax-llm/ax?
+
ax-llm/ax es tools para el ecosistema de Claude AI. The pretty much "official" DSPy framework for Typescript Tiene 2.8k estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala ax?
+
Puedes instalar ax clonando el repositorio (https://github.com/ax-llm/ax) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar ax-llm/ax?
+
Nuestro agente de seguridad ha analizado ax-llm/ax y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene ax-llm/ax?
+
ax-llm/ax es mantenido por ax-llm. La última actividad registrada en GitHub es de today, con 10 issues abiertos.
¿Hay alternativas a ax?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega ax en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
Más Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies