Design
- https://www.lovart.ai/
- Possibly replace entire design teams
- Generate Logos and Brands' Visual Identity
- https://stitch.withgoogle.com/
- Generates mock ups, prototypes
- Exportable to Figma for editing
- https://app.napkin.ai/
- Generates visuals/charts from texts
- Can be exported in PNG, SVG, PPT, PDF.
General Agents
- https://manus.im/
- https://skywork.ai/
- https://www.genspark.ai/
- https://try.flowith.io/
- https://agent.minimax.io/
AI Chatbots
AI Coding
Mainly using for MVPs and prototyping
AI Search
MCPs
- Open Memory MCP
- Playwright MCP (For LLMs to interact with websites)
AI Native Browsers
- https://www.diabrowser.com/
- https://www.genspark.ai/browser (yet to test)
- https://brave.com/leo/ (using with Local Models through LM Studio)
Video Models
AI Video Generation
Image Models
- Black Forest Labs' FLUX models https://playground.bfl.ai/image/generate
- Krea https://www.krea.ai/krea-1
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/