Skip to content

hades217/awesome-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

124 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Awesome Artificial Intelligence

Awesome Stars Last Commit License: CC0-1.0

🌐 Language: English(current) · 简体中文

A community-curated list of artificial intelligence resources — foundation models, agent frameworks, AI coding tools, courses, companies, jobs, and country-specific AI scenes (USA, China, Australia, Malaysia, Singapore).

Maintained since 2017 by Lightman Wang (LinkedIn).

Contributions welcome — open a PR or start a discussion. See CONTRIBUTING.md.

Legend: ⭐ Editor's pick · 🔥 Hot in 2026 · 🆕 New this year · 🇨🇳 Chinese-focused · 🇦🇺 Australia-focused


⭐ Editor's Picks 2026

If you only have 30 minutes — start here. Opinionated picks, updated each quarter.

Category Picks
🤖 Frontier models Claude Opus 4.7 (reasoning + agentic) · GPT-5.5 (polished) · Gemini 3 Pro (multimodal) · Grok 4 (real-time web)
🔓 Best open weights Llama 4 (general) · Qwen3 (multilingual) · DeepSeek V3.2 (reasoning) · Mistral Large 3
💻 AI coding Claude Code (CLI) · Cursor (IDE) · Codex CLI (OpenAI) · Aider (open-source)
🤝 Agent framework Claude Agent SDK · LangGraph · Anthropic MCP · Pydantic AI
📚 RAG starter pgvector (prototypes) · Qdrant (self-hosted prod) · Pinecone (managed)
Inference Ollama (local) · vLLM (production) · Together AI / Groq (hosted)
📊 Observability LangSmith (LangChain shop) · Helicone (open-source) · Braintrust (eval-first)
🎓 Free course Karpathy's Zero to Hero · HuggingFace Agents Course
📰 Newsletter Latent Space (engineering) · The Batch (overview) · Import AI (policy)
📖 Book AI Engineering (Chip Huyen, 2025) · Build a LLM From Scratch (Sebastian Raschka)
🧬 Must-read paper Attention Is All You Need (2017) — the Transformer

→ See full sections below for alternatives, runners-up, and emerging tools.


Contents

  1. 🤖 Foundation Models & APIs
  2. 💻 AI Coding Tools
  3. 🤝 Agent Frameworks & MCP
  4. 📚 RAG & Vector Databases
  5. ⚡ LLM Inference & Hosting
  6. 📊 LLM Ops & Observability
  7. 🎯 Fine-Tuning & Training
  8. 🛠️ Development Frameworks
  9. 🎓 Courses & Learning Paths
  10. 📖 Books, Papers & Blogs
  11. 🏢 Companies & Research Labs
  12. 🧠 Personal AI Tools
  13. 🎨 Specialized AI Tools — Image, Video, Audio, Writing, Health, Finance
  14. 📰 News, Newsletters & Podcasts
  15. 🎤 Events & Conferences
  16. 💼 AI Jobs
  17. 🌐 AI Communities by City
  18. 🌍 AI Scene by Country — USA, China, Australia, Malaysia, Singapore
  19. 🤖 Robotics & Embodied AI
  20. Contributing

🤖 Foundation Models & APIs

Frontier (closed-source) APIs

  • Anthropic Claude ⭐ — Claude Opus 4.7 / Sonnet 4.6 / Haiku 4.5. Best reasoning + agentic + long-context (1M tokens). Strong code generation.
  • OpenAI GPT ⭐ — GPT-5.5 / GPT-5 / o3 / o3-mini reasoning models. Most polished general-purpose API.
  • Google Gemini ⭐ — Gemini 3 Pro / Flash. Best multimodal + 2M-token context + native tool use.
  • xAI Grok — Grok 4 with real-time web access via X data.
  • Cohere — Command R+ / R7B; enterprise RAG-focused LLMs.
  • Mistral Large 3 — European frontier model; strong code + multilingual.
  • Perplexity Sonar API — search-grounded LLM.
  • Reka Core — multimodal frontier model.

Open-weights models 🔥

Multimodal & Specialized 🆕


💻 AI Coding Tools

AI assistants for writing, reviewing, refactoring code. The most disrupted developer category in 2025-2026.

  • Claude Code ⭐ 🔥 — Anthropic's CLI for software engineering with Claude. Most-used CLI agent in 2026.
  • Cursor ⭐ 🔥 — AI-first code editor; fork of VS Code.
  • Codex CLI (OpenAI) 🆕 (80k ⭐) — OpenAI's open-source CLI coding agent.
  • GitHub Copilot — original AI pair programmer; now agent + Workspace + Spark.
  • Windsurf — Codeium's AI editor (acquired by Cognition).
  • Aider (44k ⭐) — open-source AI pair programmer in your terminal.
  • Continue (33k ⭐) — open-source AI coding assistant for VS Code / JetBrains.
  • Cline (61k ⭐) — autonomous coding agent for VS Code.
  • Zed AI 🆕 — high-performance editor with native AI agent.
  • Augment Code — context-aware enterprise coding assistant.
  • Cody (Sourcegraph) — code AI with full-codebase context.
  • Codeium / Windsurf — free AI autocomplete.
  • Tabnine — privacy-focused; on-prem option.
  • Devin (Cognition) — autonomous SWE agent (paid, hosted).
  • Bolt.new — full-stack web app generation in browser.
  • v0 (Vercel) — AI UI generator with React/Next.js output.
  • Lovable — AI app builder.
  • Replit Agent — AI app generation in Replit.
  • Deepnote — AI-first Jupyter alternative with native data integrations and a built-in agent.

🤝 Agent Frameworks & MCP

Build LLM agents that plan, use tools, and execute multi-step tasks. 2026's hottest category.

Agent Frameworks

Model Context Protocol (MCP) 🔥

Browser & Computer Use 🆕


📚 RAG & Vector Databases

Retrieval-Augmented Generation: ground LLM answers in your data.

RAG Frameworks

  • LangChain ⭐ (136k ⭐) — most popular framework for LLM apps and RAG.
  • LlamaIndex ⭐ (49k ⭐) — data framework for LLM applications, RAG-focused.
  • Haystack (deepset) (25k ⭐) — open-source LLM framework.
  • RAGFlow 🔥 (80k ⭐) — open-source RAG engine with deep document understanding.
  • Cognita (TrueFoundry) — open-source RAG framework.
  • Verba (Weaviate) — RAG chatbot UI on Weaviate.
  • Pathway — real-time RAG and AI pipelines.

Vector Databases

  • pgvector ⭐ (21k ⭐) — Postgres extension; default for prototypes.
  • Qdrant ⭐ (31k ⭐) — open-source vector search engine in Rust; production-ready.
  • Pinecone ⭐ — managed vector database; serverless option.
  • Weaviate (16k ⭐) — open-source vector database with hybrid search.
  • Chroma (28k ⭐) — embeddings database for AI apps; great DX for prototypes.
  • Milvus (44k ⭐) — open-source vector database for production.
  • LanceDB — serverless / embedded vector database.
  • Turbopuffer 🆕 — serverless vector DB on object storage.
  • Vespa — search and recommendation with vector support.

Embedding Models


⚡ LLM Inference & Hosting

  • Ollama ⭐ (171k ⭐) — run LLMs locally with one command.
  • LM Studio — desktop GUI for local LLMs.
  • llama.cpp ⭐ (108k ⭐) — efficient LLM inference in C++.
  • vLLM ⭐ (79k ⭐) — high-throughput LLM serving for production.
  • SGLang 🆕 (27k ⭐) — fast structured-output inference engine.
  • Text Generation Inference (TGI) — Hugging Face's production server (archived; consider vLLM or SGLang).
  • Together AI ⭐ — fast inference API for open models.
  • Groq ⭐ — extremely fast LPU-based inference.
  • Fireworks AI — production inference platform.
  • Replicate — run open-source models in the cloud.
  • Modal — serverless GPU for AI workloads.
  • RunPod — GPU cloud for AI.
  • Lambda Cloud — GPU cloud focused on AI.
  • Cerebras Inference 🆕 — wafer-scale fastest inference.

📊 LLM Ops & Observability

  • LangSmith ⭐ — debugging, testing, monitoring; default for LangChain shops.
  • Helicone ⭐ (6k ⭐) — open-source LLM observability.
  • Langfuse (27k ⭐) — open-source LLM engineering platform; eval + traces.
  • Phoenix (Arize) — open-source LLM observability in a notebook.
  • Braintrust ⭐ — eval-first observability for AI products.
  • Weights & Biases (W&B Weave) — experiment tracking + LLM tracing.
  • Promptfoo (21k ⭐) — open-source LLM eval framework.
  • OpenLIT — OpenTelemetry-native LLM observability.
  • Opik (Comet) 🆕 — open-source LLM eval + tracing.
  • Inspect AI 🆕 — UK AISI's agent eval framework.

🎯 Fine-Tuning & Training


🛠️ Development Frameworks

Deep Learning Frameworks

  • PyTorch ⭐ — by Meta; the de facto research framework.
  • TensorFlow — by Google; production focus.
  • JAX (36k ⭐) — by Google; functional, GPU/TPU.
  • Keras 3 — multi-backend high-level API.
  • MLX (Apple) (26k ⭐) — array framework optimized for Apple Silicon.
  • MAX / Mojo (Modular) — Python-superset language for AI performance.

Python LLM Libraries

  • Hugging Face Transformers ⭐ (160k ⭐) — state-of-the-art models.
  • LangChain (136k ⭐) — LLM application framework.
  • LlamaIndex (38k ⭐) — LLM data framework.
  • Pydantic AI — type-safe agent framework.
  • Instructor ⭐ — structured outputs from LLMs.
  • LiteLLM ⭐ (46k ⭐) — unified API for 100+ LLMs.
  • Outlines (14k ⭐) — guided / structured generation.
  • DSPy ⭐ (34k ⭐) — programming (not prompting) LLMs.
  • scikit-learn — classic ML in Python.
  • Ray (42k ⭐) — distributed Python; underlies vLLM and many frameworks.

TypeScript / JavaScript

Bot SDKs

Datasets


🎓 Courses & Learning Paths

Foundational ML / AI (Classics — still worth doing)

Modern LLM / Generative AI 🔥

Career-focused Bootcamps

AI Engineer Specialization (Free Learning Hubs)

Self-directed learning paths specifically for the AI Engineer role.

Specialized Topics

Free Aggregators


📖 Books, Papers & Blogs

Books — Modern (2024-2026) 🔥

Books — Foundations

Papers — Why Each Matters

Read these to understand the field, in roughly chronological order.

Blogs — Top Signal


🏢 Companies & Research Labs

Foundation Model Labs

AI Infrastructure & Platforms

Enterprise / Vertical AI

AI Consulting & Implementation


🧠 Personal AI Tools

General Assistants

  • Claude ⭐ — Anthropic's assistant; long context, careful reasoning.
  • ChatGPT ⭐ — OpenAI's general-purpose assistant.
  • Google Gemini — Google's assistant; native in Workspace.
  • Perplexity ⭐ — AI search; best for research questions.
  • Grok — xAI's assistant with X integration.
  • You.com — AI search and chat.
  • Pi (Inflection) — empathetic personal AI.

Productivity AI

  • Notion AI — built into Notion docs.
  • Granola ⭐ — AI meeting notes; current favorite.
  • Otter.ai — meeting transcription veteran.
  • Reclaim.ai — calendar AI scheduling.
  • Motion — AI task and calendar planner.
  • Mem — AI-organized note-taking.
  • Sunsama — daily planner with AI.
  • Clay — AI-powered CRM and outreach.

Virtual Office & Remote Collaboration

  • Gather — virtual office in 2D pixel-art world.
  • Teamflow — virtual HQ for remote teams.
  • Mmhmm — AI presentation and async video.
  • MetaTown — virtual office and meeting environment with AI agents.
  • Around — AI-enhanced video calls (compact tiles).

AI Search

  • Perplexity ⭐ — research-grade AI search.
  • Phind — AI search for developers.
  • Exa — search engine designed for AI/LLMs.
  • Tavily — search API for agents.
  • Linkup 🆕 — AI-grade search API.

🎨 Specialized AI Tools

Image Generation & Design

Video & Audio

Writing & Content

Health / Medical

  • Ada Health — symptom assessment.
  • Abridge ⭐ — clinical documentation AI; widely deployed in US health systems.
  • Suki AI — voice-enabled clinical AI.

Finance

Legal

Travel

  • Mindtrip — AI travel planning.
  • Layla — travel AI assistant.

Education

Career & Resume

  • Teal — AI resume builder + job tracker.
  • Rezi — AI resume builder optimized for ATS.
  • ResumeWorded — AI resume + LinkedIn profile feedback.
  • Kickresume — AI resume and cover letter builder.
  • JobPin AI — AI resume editing, ATS optimization, and job matching.
  • Final Round AI — AI interview copilot.

📰 News, Newsletters & Podcasts

Newsletters

Podcasts

News Sites


🎤 Events & Conferences


💼 AI Jobs


🌐 AI Communities by City

For Sydney, Melbourne, Beijing, Shanghai, Singapore, KL — see 🌍 AI Scene by Country.


🌍 AI Scene by Country

Country-specific resources — universities, companies, bootcamps, hiring, visa info, and communities. Contributions from people on the ground welcome — please open a PR for your country.

🇺🇸 USA

Universities & Research

Bootcamps & Career Programs

Hiring & Comp

🇨🇳 China

大学与研究院

公司 & 大模型

学习平台 & 资讯

🇦🇺 Australia

Universities & Education

Hiring

Visa Pathways for AI Engineers

  • 482 TSS — employer-sponsored temporary skilled visa.
  • 186 ENS — employer-sponsored permanent residency.
  • 189 Skilled Independent — points-tested PR; tech occupations on MLTSSL.
  • Global Talent Visa (GTI / Subclass 858) — for high-achieving AI specialists.

Companies & Labs

Meetups & Communities

🇲🇾 Malaysia

Universities

Companies & Hiring (KL / Cyberjaya)

  • Grab — Southeast Asia super-app; ML roles in KL.
  • Carsome — used-car platform with AI pricing.
  • Aerodyne — drone AI; HQ Cyberjaya.
  • iPay88 — fintech with AI applications.
  • Hiredly — Malaysia tech jobs platform.

Communities

🇸🇬 Singapore

Universities & Research

Government & Initiatives

  • AI Singapore ⭐ — national AI program (AI Apprenticeship, Trailblazer).
  • SGTech — Singapore tech industry association.

Companies & Hiring

Adding a country? Open a PR. Helpful info: top universities, AI companies, hiring resources, communities, and (if relevant) visa pathways.


🤖 Robotics & Embodied AI

Robotics frameworks


Contributing

Open a pull request or email hello@jiangren.com.au.

Quick rules:

  • Add resources still active and useful (we periodically prune dead links).
  • Keep entries to one line: [Name](url) — short description.
  • Place new entries in the most appropriate section.
  • No affiliate / referral links without disclosure.

See CONTRIBUTING.md for full guidelines and CODE_OF_CONDUCT.md for community standards.


License

CC0

To the extent possible under law, JR Academy has waived all copyright and related or neighboring rights to this work.

About

A curated list of artificial intelligence resources (Courses, Tools, App, Open Source Project)

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors