Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

90% Positive

Analyzed from 486 words in the discussion.

Trending Topics

#agents#features#terminal#paseo#need#https#github#com#built#separate

Discussion (32 Comments)Read Original on HackerNews

jbellisabout 23 hours ago
If you're more of a SWE than a data scientist, check out Mjolnir: https://github.com/BrokkAi/mjolnir/

Built in containerization and EC2 support, allows moving sessions across harnesses/profiles/machines

sheepscreekabout 19 hours ago
Goodness - triggers my ADHD. Power to those who find it useful, I would be so lost in the wrong details (the quota screen is pretty cool).
visargaabout 18 hours ago
I sometimes use 5 agents at once, but 3 work on separate tasks and the 4th is watching them by tmux and steering, and the fifth is also watching the whole team for testing quality standards. So 2 out of five are just helping me watch the other 3.

But this only works because the 3 worker agents have really separate problems, almost no connections across.

ZihuiGeorgiaabout 17 hours ago
I feel you! And the watch agent sounds like a good approach
spdustinabout 7 hours ago
When all you have is a drawer-full of hammers, get yourself a mythical hammer. Clever name.
kristopolousabout 18 hours ago
visargaabout 18 hours ago
That is "from last year" in human time.
ZihuiGeorgiaabout 18 hours ago
That is new repo for open source, we've actually worked on it for a while
kristopolousabout 17 hours ago
Noted. For the rest of the internet, I was wrong. Here is the evidence. https://github.com/ZhengyiLuo/AgentsDock-Releases/releases
zhengyiluoabout 17 hours ago
Created a new repo to open-source since the old one has too many commits and some uncessary histories haha
anicepersonabout 17 hours ago
I dont care about codex,cc harness. but I do miss a proper terminal in pi web; I will likely endup forking it... the lamma cpp built-in web app is super nice, but also needs to be hacked to support api providers, and also no terminal :/ .

I think the definitive solution way would be using vscode stripped for web (what gh codespaces use) and add pi to it.

danecek099about 19 hours ago
IDEs are today's JS frameworks
AgentK20about 21 hours ago
Isn’t this just paseo.sh with less features and tightly-coupled tailscale?
antoniojtorresabout 23 hours ago
Looks useful! curious how you would compare it against something like Paseo?
zhengyiluoabout 17 hours ago
Tried it out, missing a few important features we need : ). Paseo is great though
victorbjorklundabout 17 hours ago
What features I paseo missing that you have?
BrandiATMuhkuhabout 23 hours ago
Looking at the screenshots, this looks close to what an agent factory for teams could look. Agents on multiple servers, people can see each conversation. Test it…
ZihuiGeorgiaabout 23 hours ago
Let me know how it goes!
shepardrtcabout 11 hours ago
When you move the app to the trash, it leaves the server you have to install. It's still running and set to restart automatically.
quietrasterabout 18 hours ago
an ide built around agents instead of files is the direction i keep expecting to win. how do you handle state when several agents touch the same repo at once
tobyhinloopenabout 17 hours ago
Worktrees or sandboxes. You can tell Claude to put its stuff in a worktree. I can easily develop any amount of features in the same codebase because they all run in their own worktree
ZihuiGeorgiaabout 17 hours ago
Yeah, and we don't limit how you do it — each chat gets its own tmux session, so it is up to you on how to handle it
submetaabout 18 hours ago
I went from IDE (VS Code) to terminal (wezterm) running half a dozen agents in an app called Herdr. My computer work is mostly in the terminal now, prompting agents. And they have access to my Obsidian vaults. Can read, and add to them. And access all my notes via a local RAG. I neither need projects in Claude, nor IDEs. Just agents accessing my local vaults and code repos.
ZihuiGeorgiaabout 17 hours ago
Yes, we need agent-oriented IDE not the old VS code style!
esafakabout 21 hours ago
I suggest putting the tests in a separate folder ;)
ZihuiGeorgiaabout 18 hours ago
hhh you spotted my messy folders ;)
Advertisement
anyu1about 23 hours ago
looks interesting! Trying it out. Thanks
dominotwabout 10 hours ago
agentslop
vivzkestrelabout 21 hours ago
- arent there 10000 projects that do this

- what makes this one special?

zhengyiluoabout 17 hours ago
Geared toward for AI research so it is has a lot of nice-to-have features.
applefanboy1231 day ago
Trying this now
ZihuiGeorgia1 day ago
Thanks!! Let me know if you need any help