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

推荐订阅源

Microsoft Security Blog
Microsoft Security Blog
Jina AI
Jina AI
量子位
博客园 - 叶小钗
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
IT之家
IT之家
S
SegmentFault 最新的问题
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
雷峰网
雷峰网
博客园 - 聂微东
美团技术团队
Last Week in AI
Last Week in AI
罗磊的独立博客
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园_首页
V
Visual Studio Blog
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog

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 - hghallTAZ/THE_ROOM
hghall · 2026-05-11 · via Hacker News - Newest: "AI"

Public alpha. Windows-first. Local-first. Built for technical operators. Expect sharp edges.

THE_ROOM is a local-first Electron + React desktop app for running codebase-scoped multi-model collaboration rooms. It is built for a single operator who wants persistent rooms, breakouts, durable artifacts, and guest participation from hosted models or local CLI/MCP guests without giving the app repo mutation powers.

THE_ROOM public alpha screenshot

Current Scope

  • Windows-first packaged desktop workflow
  • Persistent Codebase > Room > Session > Breakout > Artifact model
  • Hosted provider configuration for OpenAI, Anthropic, and OpenRouter
  • Guest invite shims for Codex, Claude, and the generic CLI/MCP room-packet bridge
  • Read-only collaboration boundary: inspect context, post messages, run breakouts, publish/pin artifacts
  • Local-first persistence with SQLite for structured state and filesystem-backed artifact bodies
  • Diagnostics, settings vault abstraction, bridge tests, and packaged-app smoke coverage

Stack

  • Electron
  • React 19
  • TypeScript
  • Vite
  • Electron Forge
  • better-sqlite3
  • Vitest
  • Playwright

Quick Start

Useful commands:

npm run typecheck
npm test
npm run build
npm run make:win
npm run test:e2e

npm run build produces a packaged Windows app in out\THE_ROOM-win32-x64\. npm run make:win produces Squirrel.Windows update artifacts in out\make\squirrel.windows\x64\. npm run make:msi produces a manual Windows .msi installer and bootstraps a portable WiX v3 toolchain into .tools\ on first run. npm run release:patch bumps package.json, updates package-lock.json, and creates the matching git tag for the release workflow.

Distribution note: this desktop app is not published to npm. The "private": true package flag is intentional to prevent accidental package publishing; public distribution is through GitHub source and Windows release artifacts.

Product Shape

  • Attach a local repo as a Codebase
  • Create one or more durable Rooms under that codebase
  • Work in the default macro Session or open focused Breakouts
  • Invite hosted or guest participants into a session
  • Promote durable truth into Artifacts
  • Pin, unpin, repin, archive, restore, and review artifacts in the right rail

Safety Boundary

THE_ROOM is intentionally read-only in the current milestone. Guests and hosted participants can inspect scoped context, contribute messages, and publish artifacts, but they cannot mutate the attached repository or execute reviewed commands.

Docs

Contributing

Contributions are welcome. Please read CONTRIBUTING.md before opening a pull request.

For vulnerability reports, follow SECURITY.md.

Local State

By default, THE_ROOM stores state in:

You can override that with the THE_ROOM_HOME environment variable.

Testing Baseline

  • Service and integration tests live under src/test
  • The generic guest bridge is covered by an end-to-end CLI integration test
  • Packaged Electron flow coverage lives in e2e/uat-flow.spec.ts
  • CI runs typecheck, unit/integration tests, and packaged build smoke on Windows

License

Licensed under Apache-2.0.