LogoAIAny
  • Search
  • Collection
  • Category
  • Tag
  • Daily AI
LogoAIAny

Tag

Explore by tags

LogoAIAny

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

  • cursor

  • deepmind

  • deepseek

  • depth

  • devops

  • diffusers

  • docker

  • drug-discovery

  • electron

  • embeddings

  • engineering

  • facebook

  • finance

  • foundation

  • foundation-model

  • gemini

  • gemini-cli

  • gemma

  • genomics

  • gitHub

  • github

  • go

  • google

  • gradient-booting

  • grok

  • huggingface

  • image

  • ios

  • java

  • javascript

  • LLM

  • llm

  • math

  • mcp

  • mcp-client

  • mcp-server

  • meta-ai

  • meta-pytorch

  • microsoft

  • mlops

  • mobile

  • multilingual

  • multimodal

  • NLP

  • nlp

  • nodejs

  • nvidia

  • ocr

  • ollama

  • openai

  • opencode

  • pandas

  • paper

  • physics

  • plugin

  • postgres

  • privacy

  • prompt-engineering

  • python

  • pytorch

  • RL

  • robotics

  • rust

  • science

  • security

  • shodan

  • skillkit

  • sora

  • speech

  • ssh

  • tensorrt

  • terminal

  • transformers

  • translation

  • tutorial

  • typescript

  • vibe-coding

  • video

  • vision

  • vllm

  • voice

  • xAI

  • xai

Icon for item

Codex

2025
OpenAI

A cloud-based coding assistant that runs isolated agent tasks (write features, fix bugs, run tests) and produces auditable commits and logs. Integrates with ChatGPT accounts, offers a CLI and desktop surfaces, and supports multi-agent, long-running engineering workflows.

codexopenaiai-codingLLMChatGPT+4
Icon for item

ReAct: Synergizing Reasoning and Acting in Language Models

2022
Shunyu Yao, Jeffrey Zhao +5

This paper introduces ReAct, an approach that integrates reasoning and acting in large language models (LLMs). ReAct enables LLMs to generate both reasoning traces and task-specific actions in an interleaved manner. This synergy allows reasoning to help induce, track, and update action plans, while actions interface with external sources like knowledge bases to gather more information, overcoming issues of hallucination and error propagation in prior methods.

paperLLMNLPai-agentgoogle+1
Icon for item

SWE-agent: Agent-Computer Interfaces Enable Automated Software Engineering

2024
John Yang, Carlos E. Jimenez +5

SWE-agent is a system designed to empower language model (LM) agents to autonomously perform software engineering tasks. It features a custom agent-computer interface (ACI) that enhances the agent's ability to navigate repositories, create and edit code, and execute programs, achieving state-of-the-art results on the SWE-bench and HumanEvalFix benchmarks. [2, 5, 8]

paperai-agentLLMai-codingengineering
GitHub
Icon for item

LightRAG

2024
Zirui Guo, Lianghao Xia +3

LightRAG is an open-source framework designed for simple and fast Retrieval-Augmented Generation (RAG), integrating knowledge graphs, vector search, and efficient LLM-based processing to enhance question-answering over large document collections.

RAGLLMNLPgithubai-development+5
GitHub
Icon for item

nanochat

2025
Andrej Karpathy

nanochat is a full-stack, minimal codebase for training, fine-tuning, evaluating, and deploying a ChatGPT-like large language model (LLM) from scratch on a single 8xH100 GPU node for under $100.

LLMchatbotai-trainai-toolstutorial+1
GitHub
Icon for item

OpenCode

2025
sst, thdxr

OpenCode is the open source AI coding agent built for the terminal. It features built-in agents (build, plan, general), LSP support, multi-provider LLM compatibility (75+ including Claude, GPT, Gemini, local), native TUI, multi-session, share links, and privacy-first design. No account needed, 35k+ stars.

ai-codingai-agentgithubai-clientllm
Icon for item

Ollama

2023
Jeffrey Morgan, Michael Chiang

A lightweight open-source platform for running, managing, and integrating large language models locally via a simple CLI and REST API.

ai-developmentai-libraryai-inferenceai-servingLLM
Icon for item

Unsloth

2023
Daniel Han, Michael Han

Open-source framework that accelerates fine-tuning and full training of transformer LLMs by up to 30 × while cutting VRAM requirements by roughly 90 %, letting developers train custom models quickly on commodity GPUs.

ai-developmentai-libraryai-trainLLM
Icon for item

Ray (by Anyscale)

2017
Anyscale, RISELab (UC Berkeley)

Orchestrates and scales Python-based AI/ML workloads from laptop to thousands of GPUs — exposing task and actor primitives plus high-level libraries for training, hyperparameter tuning, serving, RL, and data processing. Designed for heterogeneous accelerators and production ML pipelines.

mlopsai-inferenceai-servingai-trainai-development+6
GitHub
Icon for item

build-your-own-x

2018
Daniel Stefanovic, CodeCrafters, Inc.

Curates step-by-step, hands-on tutorials for reimplementing technologies from scratch—covering everything from OSs and compilers to neural networks, LLMs, and vision systems—so learners learn by rebuilding real systems across languages.

githubtutorialai-codingpythonllm
GitHub
Icon for item

OpenVINO

2018
Intel, OpenVINO community

Optimizes and deploys deep learning models for inference across CPU, GPU and Intel NPUs. Converts models from PyTorch/TensorFlow/ONNX, exposes C++/Python/NodeJS APIs, and integrates with Hugging Face and Optimum for LLM/GenAI workloads.

githubpythonpytorchhuggingfacellm+3
GitHub
Icon for item

Transformers

2018
Hugging Face

Provides unified model definitions and a single API for pretrained text, vision, audio, and multimodal models for both training and inference. Emphasizes cross-framework compatibility (PyTorch/TF/JAX), pipeline-based inference, and direct access to 1M+ Hub checkpoints.

transformershuggingfaceai-librarypytorchpython+6
  • Previous
  • 1
  • 2
  • 3
  • More pages
  • 44
  • 45
  • Next