AI
AI Desktop agent
Open Source Editor (Cursor Alternative)
Void: https://github.com/voideditor/void
Compile https://github.com/voideditor/void/blob/main/HOW_TO_CONTRIBUTE.md
-
Download and build
git clone https://github.com/voideditor/void npm install npm run watch npm run watchreact -
Run the Editor on Mac
./scripts/code.sh -
Reload after changes
You can press
Ctrl+Shift+PandReload Window
Framework
Code Assistant
-
Copilot
-
Cursor
-
Windsurf
Agentic AI frameworks
-
Foundations (Raw Agentic AI)
-
OpenAI Agents SDK
-
CrewAI (Multi-Agent Collaboration)
-
LangGraph (Graph-Based Systems)
-
AutoGen + MCP (Conversational Agents)
-
OpenAI SDK + MCP (Enterprise Systems)
Platform
-
Hugging Face: https://huggingface.co/
- quicktour: docs/transformers/quicktour
-
modal: https://modal.com/
Website
-
Chatbot Arena:
-
poe: https://poe.com/
-
deepseek: https://chat.deepseek.com/
-
Perplexity: https://labs.perplexity.ai/
Project
-
ollama: https://github.com/ollama/ollama
-
FastChat: https://github.com/lm-sys/FastChat
-
llama: https://ai.meta.com/llama/
-
llama Github: https://github.com/facebookresearch/llama
-
llama.cpp Port of Facebook's LLaMA model in C/C++
-
llama-gpt
-
whisper.cpp Port of OpenAI's Whisper model in C/C++
-
Personalizing LLM Responses
llama.cpp: Run on macOS
# use gpu
./main -m ~/Downloads/llama-2-7b-chat.Q4_K_M.gguf --prompt "what is quantum"
# disable Metal gpu
./main -ngl 0 -m ~/Downloads/llama-2-7b-chat.Q4_K_M.gguf --prompt "what is quantum"
Models
Models are usually downloaded from Hugging Face
Leaderboard
Serving
- vLLM: https://github.com/vllm-project/vllm
- webui: https://github.com/oobabooga/text-generation-webui