惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
MyScale Blog
MyScale Blog
Recent Announcements
Recent Announcements
酷 壳 – CoolShell
酷 壳 – CoolShell
GbyAI
GbyAI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
N
Netflix TechBlog - Medium
V
V2EX
MongoDB | Blog
MongoDB | Blog
Microsoft Security Blog
Microsoft Security Blog
博客园 - 三生石上(FineUI控件)
Stack Overflow Blog
Stack Overflow Blog
U
Unit 42
B
Blog
Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页
H
Help Net Security
D
DataBreaches.Net
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
阮一峰的网络日志
阮一峰的网络日志
T
The Blog of Author Tim Ferriss
C
Check Point Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
GitHub - versus184-py/Mosaic: A spatial canvas for AI con...
versus184 · 2026-06-24 · via Hacker News - Newest: "AI"

Beta — feedback welcome! Report issues or suggest features here.

A spatial canvas for AI conversations — branch, explore, and run code inline.

Mosaic turns linear AI chat into an interactive tree on an infinite canvas. Fork conversations from any message, explore multiple paths side-by-side, run code inline, and feed documents as RAG context.

Why only Mistral?

Right now Mosaic only supports Mistral AI because their API has a generous free tier — you can use it without spending a dime. Support for OpenAI, Anthropic, and local models is planned.

Features

  • Spatial canvas — conversations branch like a tree, not a linear scroll. Drag, zoom, and arrange nodes freely.
  • Branch anytime — click any message to fork the conversation. Explore alternatives in parallel without losing context.
  • Inline code execution — run Python (via Pyodide/WASM) and JavaScript directly inside chat nodes.
  • RAG from documents — upload PDFs or text files; the AI pulls relevant context from them automatically.
  • Mistral AI — streaming responses, configurable temperature, system prompts, and model selection.
  • Glass UI — 5 themes (Void, Dusk, Sand, Snow, Sunrise).
  • Minimap & search — navigate large canvases with full-text search.
  • Bookmarks & collapsing — bookmark nodes, collapse branches to reduce clutter.
  • Multi-canvas tabs — work across multiple conversations.
  • Export / Import — save and load canvases as JSON.
  • Analytics — track token usage, costs, node counts, and branching stats.
  • Keyboard shortcuts — zoom, fit view, search, undo, new chat, and more.

Screenshots

Canvas with conversation branches Code execution inline
image
image

|

Settings & themes Document RAG panel
image
image

|

Download

Grab the latest installer for Windows:

Grab the latest installer from the Releases page.

No installer yet for macOS/Linux. Build from source (see below) or open an issue if you'd like a binary for your platform.

Getting Started (Development)

Prerequisites

Commands

npm install           # Install dependencies
npm run tauri:dev     # Run in development mode
npm run tauri:build   # Build for distribution

Build output goes to src-tauri/target/release/bundle/.

Configuration

Open the settings drawer (gear icon in top bar) to configure:

  • API Key — your Mistral API key (required)
  • System prompt — custom instructions for the AI
  • Temperature — 0.0 (precise) to 2.0 (creative)
  • Theme — Void, Dusk, Sand, Snow, or Sunrise
  • Minimap — toggle the canvas minimap

Getting a Mistral API key

  1. Go to console.mistral.ai
  2. Sign up for a free account
  3. Navigate to API Keys and create a new key
  4. Paste it into Mosaic's settings drawer

The free tier includes generous credits — enough for heavy daily use.

Keyboard Shortcuts

Shortcut Action
Ctrl+N New chat
Ctrl+F Search messages
Ctrl+Z Undo position
+ / - Zoom in / out
F Fit canvas to view
? Show all shortcuts
Delete / Backspace Delete selected node
Escape Deselect node

Roadmap

  • OpenAI, Anthropic, and local model support
  • Collaborative canvases
  • Node grouping and labels
  • Visual branching indicators
  • Improved RAG chunking and embedding
  • macOS / Linux builds

Built With

License

MIT