AIAIAny
  • Search
  • Collection
  • Category
  • Tag
  • Daily AI
AIAIAny

Tag

Explore by tags

AIAIAny

Curated AI Resources for Everyone

[email protected]

Powered by airss.app

Product
  • Search
  • Collection
  • Category
  • Tag
Resources
  • Blog
Company
  • Privacy Policy
  • Terms of Service
  • Sitemap
Copyright © 2026 All Rights Reserved.
  • All

  • 30u30

  • ASR

  • ChatGPT

  • GNN

  • IDE

  • RAG

  • agent-skills

  • ai

  • ai-agent

  • ai-api

  • ai-api-management

  • ai-client

  • ai-coding

  • ai-demos

  • ai-deploy

  • ai-development

  • ai-framework

  • ai-image

  • ai-image-demos

  • ai-inference

  • ai-leaderboard

  • ai-library

  • ai-rank

  • ai-serving

  • ai-tools

  • ai-train

  • ai-video

  • ai-workflow

  • AIGC

  • algorithms

  • alibaba

  • amazon

  • android

  • anthropic

  • audio

  • aws

  • biology

  • blog

  • book

  • bytedance

  • chatbot

  • chatgpt

  • chemistry

  • claude

  • claude-code

  • cli

  • code

  • codex

  • copilot

  • course

  • cuda

  • cursor

  • deepmind

  • deepseek

  • depth

  • devops

  • diffusers

  • docker

  • drug-discovery

  • electron

  • embeddings

  • engineering

  • evaluation

  • facebook

  • finance

  • flow-matching

  • foundation

  • foundation-model

  • gemini

  • gemini-cli

  • gemma

  • genomics

  • gitHub

  • github

  • go

  • google

  • gradient-booting

  • grok

  • groq

  • huggingface

  • image

  • ios

  • java

  • javascript

  • json

  • kimi

  • llama.cpp

  • LLM

  • llm

  • lora

  • mLOps

  • math

  • mcp

  • mcp-client

  • mcp-server

  • meta-ai

  • meta-pytorch

  • metal

  • microsoft

  • mlops

  • mobile

  • multilingual

  • multimodal

  • mysql

  • NLP

  • nlp

  • nodejs

  • numpy

  • nvidia

  • ocr

  • ollama

  • openai

  • opencode

  • pandas

  • paper

  • physics

  • pi

  • plugin

  • polars

  • postgres

  • privacy

  • prompt-engineering

  • pwa

  • python

  • pytorch

  • qwen

  • react

  • reasoning

  • RL

  • robotics

  • rust

  • science

  • security

  • segmentation

  • shodan

  • skillkit

  • sora

  • speech

  • sqlite

  • ssh

  • stt

  • swe

  • tensorrt

  • terminal

  • transformers

  • translation

  • tts

  • tutorial

  • typescript

  • vibe-coding

  • video

  • vision

  • vllm

  • voice

  • windsurf

  • xAI

  • xai

GitHub
Large Language Model Tutorials·2024
Icon for item

Dive into LLMs (《动手学大模型》系列编程实践教程)

Zhang Zhuosheng (张倬胜), Yuan Tongxin (袁童鑫 / Lordog) +8

Hands-on coding tutorial series for large language models with slides and runnable notebooks covering fine-tuning, prompting, RLHF, safety, steganography, watermarking, multimodal models, GUI agents, and deployment. Community-maintained, free course materials for students and researchers.

#LLM#tutorial#github#pytorch#nlp+5
GitHub
Large Language Model Tutorials·2024
Icon for item

Hands-On Large Language Models

Jay Alammar, Maarten Grootendorst +1·O'Reilly Media

Official code companion to the O'Reilly book by Jay Alammar and Maarten Grootendorst: 12 chapters of runnable notebooks on tokens, embeddings, Transformers, text classification, clustering, prompt engineering, semantic search, RAG, and fine-tuning.

#github#book#llm#nlp#pytorch+4
GitHub
Machine Learning Foundation Tutorials·2024
Icon for item

Awesome-ML-SYS-Tutorial

zhaochenyang20

A GitHub repository of learning notes and code dedicated to ML + SYS (machine learning systems). It collects tutorials, code walkthroughs and engineering notes on RLHF, distributed training (FSDP, Megatron), inference and scheduling (SGLang, vllm), quantization, CUDA/GPU optimization, system design, and practical engineering.

#github#mlops#ai-train#pytorch#LLM+6
GitHub
AI Agent·2025
Icon for item

500 AI Agents Projects

ashishpatel26·Oracle

Curates 500+ open-source AI agent use cases, indexed two ways: by industry vertical (healthcare, finance, legal, retail, and more) and by framework (CrewAI, AutoGen, LangGraph, LlamaIndex, Agno). Each entry links a runnable repo.

#ai-agent#github#tutorial#ai-development#ai-framework+1
Large Language Model Tutorials·2025

Deep Dive into LLMs like ChatGPT

Andrej Karpathy·Eureka Labs

Explains how modern LLMs are trained, tokenized, post-trained, and used, from internet-scale pretraining to RLHF and tool use. The value is a coherent mental model, not a quick product tutorial.

#LLM#video#ChatGPT#tutorial
GitHub
AI Agent Tutorials·2025
Icon for item

Awesome AI Apps

Arindam Majumder, Shivay Lamba +1

Curates 80+ hands-on LLM-powered examples, tutorials and recipes for building agents, RAG systems, voice assistants, and agentic workflows. Includes starter templates, course playlists, and reference apps for rapid prototyping and learning.

#RAG#mcp#ai-agent#llm#ai-workflow+5
Large Language Model Tutorials·2025

How I use LLMs

Andrej Karpathy·Eureka Labs

Walks through real LLM workflows across chat, search, deep research, file analysis, coding, voice, images, and generated podcasts. It is most useful as a field guide to the messy AI app layer.

#LLM#video#ChatGPT#tutorial
GitHub
Large Language Model Tutorials·2025
Icon for item

All-in-RAG

dalvqw·Datawhale (datawhalechina)

Practical, full-stack tutorial for building Retrieval-Augmented Generation (RAG) systems—covers data preprocessing, vector embedding and indexing, hybrid and multimodal retrieval, generation integration, evaluation and production-ready engineering. Includes hands-on projects and examples for developers with Python experience.

#RAG#embeddings#multimodal#python#llm+4
GitHub
AI Agent Tutorials·2025
Icon for item

Learn Claude Code

shareAI-lab

Teaches agent harness engineering — the permissions, memory, persistence, and coordination layer that lets an LLM act — across 20 progressive lessons, each adding one mechanism with standalone runnable code. Chinese-first, plus English and Japanese.

#github#ai-agent#ai-coding#tutorial#ai-tools+2
GitHub
AI Coding Tutorials·2025
Icon for item

context-engineering-intro

Cole Medin

A template and workflow for feeding AI coding assistants structured context — project rules, code examples, and validation gates — instead of one-off prompts. Centers on Product Requirements Prompts (PRPs) that an agent generates, then executes.

#claude-code#ai-coding#agent-skills#LLM#gitHub+1
GitHub
AI Agent Tutorials·2025
Icon for item

Hello-Agents: 从零开始构建智能体

Datawhale Community, Si Zhou Chen +2·Datawhale

Teaches AI agent principles and practice through a structured Chinese curriculum, pairing theory with runnable code so learners can build, debug, and extend agent systems step by step.

#tutorial#ai-agent#github#LLM#course+2
GitHub
AI Agent Tutorials·2025
Icon for item

Claude How To

luongnv89

Visual, example-driven guide for using Claude Code: structured learning path, copy‑paste templates, and diagrams that show how to combine slash commands, hooks, subagents and MCP into production workflows.

#claude#anthropic#mcp#agent-skills#ai-agent+3
  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next