Design

  1. https://www.lovart.ai/
    1. Possibly replace entire design teams
    2. Generate Logos and Brands' Visual Identity
  2. https://stitch.withgoogle.com/
    1. Generates mock ups, prototypes
    2. Exportable to Figma for editing
  3. https://app.napkin.ai/
    1. Generates visuals/charts from texts
    2. Can be exported in PNG, SVG, PPT, PDF.

General Agents

  1. https://manus.im/
  2. https://skywork.ai/
  3. https://www.genspark.ai/
  4. https://try.flowith.io/
  5. https://agent.minimax.io/

AI Chatbots

  1. https://chatgpt.com/
  2. https://claude.ai/
  3. https://qwen.ai/
  4. https://www.deepseek.com/

AI Coding

Mainly using for MVPs and prototyping
  1. https://replit.com/
  2. https://lovable.dev/
  3. https://bolt.new/

AI Search

  1. https://www.perplexity.ai/
  2. https://www.n.cn/

MCPs

  1. Open Memory MCP
  2. Playwright MCP (For LLMs to interact with websites)

AI Native Browsers

  1. https://www.diabrowser.com/
  2. https://www.genspark.ai/browser (yet to test)
  3. https://brave.com/leo/ (using with Local Models through LM Studio)

Video Models

AI Video Generation

Image Models

Image Generation

Workflow Automations

Running Local LLMs

  • https://lmstudio.ai/
    • Main LLM: https://lmstudio.ai/models/qwen/qwen3-30b-a3b
    • Draft LLM: https://lmstudio.ai/models/qwen/qwen3-1.7b
      • Used for Speculative Decoding — a method that accelerates the text generation process by using a smaller "draft" model to quickly propose tokens, which are then verified by a larger "main" model. This collaboration allows the main model to accept only those tokens that align with its own generated output, ensuring quality while significantly reducing inference time. The greater the size difference between the two models, the more pronounced the speed-up, provided both models share the same vocabulary.
    • Embedding Model: https://github.com/QwenLM/Qwen3-Embedding
  • http://ollama.com/

Others