Hacker News

Ask HN: Where do you save links, notes and random useful stuff?

Hacker News - Mon, 02/23/2026 - 3:41pm

I have 2,600+ notes in Apple Notes and can barely find anything.

My kid just dumps everything into Telegram saved messages. Running a small research - curious what systems people actually use (not aspire to use).

Do you have a setup that works or is everything scattered across 5 apps like mine?

Comments URL: https://news.ycombinator.com/item?id=47128495

Points: 2

# Comments: 2

Categories: Hacker News

You don't need free lists

Hacker News - Mon, 02/23/2026 - 3:02pm
Categories: Hacker News

Show HN: I built a tool I needed

Hacker News - Mon, 02/23/2026 - 3:01pm

> I kept doing the same thing: open the browser, go to the Paragent dashboard, describe a feature, wait for the agent, then switch back to VS Code to keep coding. It worked, but the context switching was annoying. > > I wanted to stay in the editor. Describe the feature, hit run, and keep working while the agent runs in the background. When it's done, open the PR from the sidebar. No tabs, no dashboard. > > So I built a VS Code extension for it. You describe what you want, pick a repo and model, and it creates a branch, writes the code, and opens a PR. You can run several agents at once, each on its own branch. It uses your own API keys (OpenAI, Anthropic, Gemini), so you control the cost. > > I've been using it for a few weeks and it's changed how I work. I'm shipping it on the VS Code Marketplace today. It also works in Cursor. > > Happy to answer questions or hear how you'd improve it.

Comments URL: https://news.ycombinator.com/item?id=47127913

Points: 1

# Comments: 0

Categories: Hacker News

Chromium Toxicity

Hacker News - Mon, 02/23/2026 - 2:54pm
Categories: Hacker News

Show HN: AIOffice – Terminal tabs don't scale past 3 AI agents, so I built this

Hacker News - Mon, 02/23/2026 - 2:52pm

I've been running multiple AI coding agents in parallel through Claude Code and Copilot CLI and imo once you get past 3 concurrent tasks, terminal tabs become unmanageable.

So I built AIOffice — a pixel-art virtual office where each agent sits at a desk. You walk around as the boss, assign work, and see everyone's status at a glance. When you need to interact with an agent, you walk over and chat.

How it works: - Each agent is a real CLI process running in a PTY on your machine - Server watches JSONL output, bridges messages over WebSocket - Phaser renders it all as a pixel-art office with spatial awareness - You chat with agents using their native CLI interfaces

The spatial metaphor turns out to be surprisingly useful — you naturally remember "Bob is at the desk by the window working on the API" instead of "which tab was that Claude instance in?"

Runs on your machine and uses your CLI tools. Built with TypeScript, Phaser 3, node-pty, and WebSockets.

Repo: https://github.com/ChristianFJung/AIOffice

Comments URL: https://news.ycombinator.com/item?id=47127788

Points: 1

# Comments: 0

Categories: Hacker News

Firm Data on AI

Hacker News - Mon, 02/23/2026 - 2:49pm

Article URL: https://www.nber.org/papers/w34836

Comments URL: https://news.ycombinator.com/item?id=47127752

Points: 2

# Comments: 1

Categories: Hacker News

Pages