Skip to content

人工智能

Awesome Artificial Intelligence

An opinionated, actively maintained collection of resources for software developers learning to build and ship generative AI and agentic systems.

Artificial intelligence

This list is for developers who want to:

  • understand the foundations behind modern AI systems;
  • build applications with language models, retrieval, tools, and agents;
  • evaluate, observe, and deploy AI systems in production;
  • use coding agents to improve software engineering work.

This is not a comprehensive directory of AI products. Every entry must clear an absolute quality bar for technical depth, practical value, evidence, and distinctiveness. Categories are not quotas, and a short category is better than one padded with weak choices.

The list is reviewed weekly by an evidence-backed automation that proposes small changes for human review. See how resources are evaluated.

Learn

Books

Courses

Foundational papers

Build AI systems

Guides and playbooks

LLM application engineering

Agent frameworks

Durable and asynchronous agents

Retrieval and data

  • LlamaIndex: Data ingestion, indexing, retrieval, and agent workflows.
  • Haystack: Modular pipelines for retrieval and generative AI applications.
  • Docling: Document parsing and conversion for AI applications.

Evals and reliability

  • Demystifying Evals for AI Agents: A practical method for building task suites, graders, transcripts, and evaluation harnesses.
  • OpenAI Evals: An open-source framework and registry for evaluating language models and systems.
  • Promptfoo: Test cases, assertions, model comparisons, and red-team checks for LLM applications.
  • Ragas: Evaluation and experimentation for retrieval and generative AI applications.

Deployment and observability

  • Langfuse: Tracing, evaluation, prompt management, and metrics for LLM applications.
  • vLLM: An inference and serving engine for language models.
  • LiteLLM: A model gateway and unified interface for multiple model providers.

Agentic software engineering

Coding agents help developers plan, implement, review, test, and debug software. For independent capability comparisons, see SWE-bench and Terminal-Bench.

Coding agents

  • Claude Code: A terminal agent with hooks, subagents, skills, and repository-level instructions.
  • Codex CLI: An open-source terminal agent with sandbox and approval controls.
  • Gemini CLI: An open-source terminal agent built around Gemini and extensible tools.
  • Cursor CLI: A terminal agent connected to Cursor's editor and cloud workflows.
  • GitHub Copilot coding agent: An asynchronous agent that works from GitHub issues and opens pull requests.
  • Aider: An open-source pair programmer with Git integration and broad model support.
  • OpenCode: An open-source, provider-independent terminal agent with a client-server architecture.
  • OpenHands: An open-source platform for running software development agents locally or in the cloud.
  • Cline: An open-source coding agent available as an editor extension, CLI, and SDK.
  • Continue: Open-source coding agents for IDE and CI workflows with source-controlled configuration.

Software factories and agent orchestration

Contributing

Suggestions are welcome, but this list is intentionally selective. Read the curation policy before opening an issue or pull request.

A proposed resource should:

  • serve software developers learning or practising AI engineering;
  • provide technical or practical value beyond a product homepage;
  • be current and maintained, unless its value is foundational and durable;
  • add something meaningfully different from the existing entries;
  • use a factual description supported by a primary source.

Explain which developer problem the resource solves and why it clears the rubric. If it overlaps an existing entry, explain why it is materially better. Disclose any affiliation with the resource.