AI

9.10

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

  1. Download and build

    git clone https://github.com/voideditor/void
    
    npm install
    
    npm run watch
    npm run watchreact
    
  2. Run the Editor on Mac

    ./scripts/code.sh
    
  3. Reload after changes

    You can press Ctrl+Shift+P and Reload Window

Framework

Code Assistant

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

Website

Project

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

Check later

📖