2025: autonomous robots?
2025: autonomous robots?
If Google can close that gap including making some small fundamental changes to Android OS to get there, they will do well.
If Google can close that gap including making some small fundamental changes to Android OS to get there, they will do well.
I built a dashboard to visualize the data you made available in the spreadsheet. As you add more rows, it should be reflected automatically in the dashboard.
victoria-real-estate-dashboard.vercel.app/
I built a dashboard to visualize the data you made available in the spreadsheet. As you add more rows, it should be reflected automatically in the dashboard.
victoria-real-estate-dashboard.vercel.app/
What's your experience so far?
What's your experience so far?
I like to keep context small and focused. Spin up parallel agents without dragging in extra surface area.
It makes starting/parking work cheap so you can explore, review, and merge with less friction.
Check it out github.com/nrempel/wt
I like to keep context small and focused. Spin up parallel agents without dragging in extra surface area.
It makes starting/parking work cheap so you can explore, review, and merge with less friction.
Check it out github.com/nrempel/wt
wt archive bundles a branch + writes a diff; wt restore brings it back when you’re ready.
Hooks let you auto‑run team/agent setup after new, archive, or restore—great for kicking off Claude Code or Codex in that workspace.
wt archive bundles a branch + writes a diff; wt restore brings it back when you’re ready.
Hooks let you auto‑run team/agent setup after new, archive, or restore—great for kicking off Claude Code or Codex in that workspace.
What it does
wt new <name> spins up a clean worktree under .worktrees/<name> (from origin/main) and drops you into it.
wt switch jumps between worktrees without losing shell history.
What it does
wt new <name> spins up a clean worktree under .worktrees/<name> (from origin/main) and drops you into it.
wt switch jumps between worktrees without losing shell history.
I love Conductor’s “one agent per isolated workspace” idea. It nudged me to run more tasks in parallel. But my day‑to‑day is terminal‑first, and I prefer living in Claude Code and Codex TUIs over a GUI.
I love Conductor’s “one agent per isolated workspace” idea. It nudged me to run more tasks in parallel. But my day‑to‑day is terminal‑first, and I prefer living in Claude Code and Codex TUIs over a GUI.
You can use both Claude and Codex AND it leverages your monthly plan (or API keys if you want).
You can use both Claude and Codex AND it leverages your monthly plan (or API keys if you want).
This is great. It:
Natively manages git worktrees. You open a new tab, you get a fresh branch to work from without clobbering your work.
Runs in parallel. You can manage as many agents as you want at once.
This is great. It:
Natively manages git worktrees. You open a new tab, you get a fresh branch to work from without clobbering your work.
Runs in parallel. You can manage as many agents as you want at once.
But yes, I'm definitely not suggesting we codegen rustls or something as some others in this thread suggest. (I addressed that directly in the post)
But yes, I'm definitely not suggesting we codegen rustls or something as some others in this thread suggest. (I addressed that directly in the post)
nrempel.com/smaller-sur...
nrempel.com/smaller-sur...