c*******

46 posts

c******* banner
c*******

c*******

@organicdefector

biodefense research scientist for @UseCorgi current focus: automation and multiplayer agentic work environments prev. @YouTube and @Twitch partner

phl Katılım Temmuz 2026
77 Takip Edilen4 Takipçiler
c******* retweetledi
frye
frye@___frye·
if you steal from the shape store they send you to prism
English
54
663
10.7K
149K
c*******
c*******@organicdefector·
@TermiusHQ @Tailscale what's the easiest way to use a setup like this where multiple people have access the same codex?
English
1
0
0
2.3K
Termius
Termius@TermiusHQ·
Termius + Tailscale + tmux You don't need your laptop to build with Claude Code, Codex, or any other AI coding agent: → Run your agent inside tmux to keep the session alive → Use @Tailscale for secure access to your laptop → Connect with Termius over SSH from iPhone, iPad, or Android Start coding at your desk. Continue on the go.
English
182
294
4.2K
1.1M
c*******
c*******@organicdefector·
@kazuki_sf_ is there a reason you don't use the native remote codex feature? or run a single instance of codex at home, and use native apple screensharing to access it, and then pick up remotely from your phone?
English
1
0
0
20
Kazuki Nakayashiki
Kazuki Nakayashiki@kazuki_sf_·
I open sourced a small tool I had been using only for myself. The problem: I would be deep in a Claude Code session on my laptop and have to leave. Closing the lid meant losing momentum, so I either stayed put or started over later. session-baton hands the live session to a machine I keep switched on at home. It carries three things: my code including uncommitted edits, the full conversation with the agent, and a baton that marks which machine is in charge. Only one machine holds it at a time, so two divergent copies never quietly merge. Back at my laptop, one command brings it home and I resume where I stopped. While I am out, I can drive the session from the Claude app on my phone. What is different from a cloud agent service: it runs over my own SSH between two machines I already own. No vendor cloud, no server to operate, no account, no broker. My real local environment comes along, the repo, the .env file, the local tools, because the machine on the other end is mine. Who it is for: one developer with a laptop and an idle machine at home, that old MacBook in a drawer. If you need a fleet of parallel agents, guaranteed uptime, or team controls, you want something bigger. None of the ideas here are new. Remote development over SSH is old, and I am sure others have built versions of this. I wrote it because I wanted it for my own workflow, then spent the extra time to make it safe enough to hand to someone else. Dependency free bash, MIT licensed, and the repo publishes its own hardening notes, including the gaps that are still open. Let's token maxxing with session-baton + @claudeai github.com/kazuki-sf/sess…
Kazuki Nakayashiki tweet media
English
2
2
7
987
c*******
c*******@organicdefector·
@mfateev @GeoffreyHuntley why wouldn't someone just run codex in the cloud on a vm and have all of these agents running 24/7?
English
1
0
0
13
Maxim Fateev
Maxim Fateev@mfateev·
@GeoffreyHuntley There are many cases when running an agentic loop inside the Temporal workflow instead of activity is a better option. This avoids loss of LLM and tool results on failure as well as offers better observability, long running tools, humans in the loop integration.
English
1
0
2
190
geoff
geoff@GeoffreyHuntley·
second hot take, as it seems the first hot take landed. n8n was a silly idea, which i’ve always suspected was developed by young folks in silicon valley who are all in on the LLM craze who have never worked in corporate in their life thus didn’t have the knowledge that service busses are a solved problem and there’s deep prior art in the spooky land of enterprise. look up anything in the @dotnet space such as mass transit, nservicebus, [1] wcf if you wanna steal ideas for prompting. if you want a modern plug and play choice, @temporalio exists. use it and have a job invoke an agent as a process. don’t make the entire service bus non-deterministic. [1] lots of bad memories here, not great tech impl but the theory / education is generally on point.
English
39
11
384
42.9K
c*******
c*******@organicdefector·
@martin_casado the only thing that matters in the harness race is whoever can implement true multiplayer first google docs level coworking and edit history that lives outside of github people want to be able to seamlessly collaborate on projects natively to the harness they're building in
English
0
0
0
14
martin_casado
martin_casado@martin_casado·
On harnesses, I vacillate between three beliefs: - the less harness, the better. Models are the magic - post training a model and harness is dramatically better and the model providers win - harnesses have real independent value from the model I have no idea which is right.
English
211
35
859
180.1K
c*******
c*******@organicdefector·
@0xPaulius can multiple people be monitoring the same codex instance choose how to steer the agent?
English
1
0
0
21
Paulius 🏴‍☠️
Paulius 🏴‍☠️@0xPaulius·
not seen codex/cursor do this built this app to run my fleet of agents while on the train instead of doomscrolling let’s u test Web/iPhone apps on device mac stays at home
jack friks@jackfriks

if i had to choose between being able to work from my phone or never having to touch any device ever again and have my robots handle all maintenance items i'm not sure i could live with being not needed by my own business so i'de probably just pick working from my phone

English
4
0
13
3.1K
c*******
c*******@organicdefector·
being able to run other people's agent on your own machine, using your own codex sub but in the chat setting, it would allow someone to steer the agent in a certain way the multiplayer aspect that is missing is that multiple people can't steer the ship, it's still one person prompting or invoking their agents, no coworking past that
English
0
0
0
60
ThomPete
ThomPete@Hello_World·
@organicdefector You mean running on others machines or just the Agent but on their own machine?
English
1
0
2
382
ThomPete
ThomPete@Hello_World·
Buzz Desktop v0.5.0 is out! 🐝 Invite people with use-limited links, filter search with from:/in:/before:, bring your own agent harness (BYOH), a redesigned agent runtime settings page, a smarter project Inbox — plus a pile of stability fixes for Linux, Windows & scrolling. github.com/block/buzz/rel…
English
23
25
244
87.4K
c*******
c*******@organicdefector·
@edgarpavlovsky another hurdle is figuring out who to credit for a certain outcome when multiple employees are steering an agent
English
0
0
0
30
edgar
edgar@edgarpavlovsky·
multiplayer ai is going to bring some really interesting agent custody problems i can see standard access permissions: view, operate, own an agent then you go deeper: 1) the agent's identity and core memory will be durable. what does that mean for information sharing through their core memory? 2) the agent will have cross-conversation context. when does it use or share context from which conversations, to whom (does the agent internally using context vs. sharing it explicitly make a difference? does it leak through reasoning? can it differentiate between using information in reasoning that the external user doesn't see explicitly vs reasoning they do?) 3) company brain access, agent learnings, agent dreaming all have the same problem (they're all information resources) sharing agents cross-company will then take this to an entirely new level multiplayer ai is really a permissions system problem
English
10
0
16
1.7K
c*******
c*******@organicdefector·
@wesbillman will you add the ability to invoke other teammates agents?
English
0
0
1
1.4K
Wes
Wes@wesbillman·
Buzz Desktop v0.5.0 🐝 Early support for your own harness is here. Try Cursor, OpenCode, Hermes, OpenClaw, or a custom ACP runtime. Feedback welcome! Community AI models now team up for stronger answers. Plus Inbox and Linux improvements. github.com/block/buzz/rel…
English
75
83
869
485.7K
c*******
c*******@organicdefector·
@JustJake with "shared context chats" are you referring to multiplayer harnesses?
English
0
0
0
155
Jake
Jake@JustJake·
People are truly not ready for the speed gains of: - Shared context chats - Recursive efficiency improvements - All the inference capacity coming online We truly are approaching the age of 10,000x more software
Jennifer Li@JenniferHli

Where are all the tokens going? My colleagues use Claude to beautifully summarize customer calls and share them in a doc. I immediately paste the doc back into Claude to expand and analyze it again. Your AI vs. my AI - even when it’s the same AI.

English
11
6
316
35.3K
c*******
c*******@organicdefector·
@edgarpavlovsky could've buzz solve this if they allowed other people in your community to invoke your agents?
English
0
0
1
45
edgar
edgar@edgarpavlovsky·
We haven't seen great permission architecture for multiplayer AI yet The reality of any shared resource in a company is that it needs to be filtered through permissions of the user - human or agent. - The company brain should look different to every user - The skills library should look different to every user You'll also have two layers to work through sometimes: the permissions of the agent and the permissions of the humans who can interact with that agent An entirely new control plane problem we've never seen before
English
6
1
24
9.5K
c*******
c*******@organicdefector·
@liamihorne can anyone in the chat invoke the agents and steer the prompting?
English
0
0
0
2
Liam Horne
Liam Horne@liamihorne·
Buzz is interesting, but the friction of moving off Slack seems too high for most teams Centaur still seems dramatically underrated for how good it is - a framework for multiplayer agents in your team’s slack centaur.run
English
5
0
13
949
c*******
c*******@organicdefector·
@MOXDigital @liamihorne multiple people using the same agent being able to steer the conversation would be huge buzz only allows the person that added the agent to talk to it though, other people can't invoke your agents
English
0
0
0
2
MOX AVE
MOX AVE@MOXDigital·
@liamihorne what's the actual multiplayer part look like - agents talking to each other, or just multiple people using the same agent
English
1
0
1
4
c*******
c*******@organicdefector·
@wadeowenwatts35 it still doesn't allow your teammates to invoke your agents only the person that added the agent can call to it the first harness that allows anyone in the chat to call specific agents and lets anyone steer the prompting will be NUCLEAR
English
0
0
0
7
Wade Watts
Wade Watts@wadeowenwatts35·
The multiplayer agent harness is the real idea. Models are getting cheaper and more interchangeable; coordination, shared context, approvals, and proof of work become the product. Slack organized people. This could organize people and agents.
justin waldron@jtwald

Buzz is not a slack killer. It’s much bigger. It’s the first proper multiplayer agent harness. The network effects of who wins at that layer will decide where value accrues as models commoditize. Very impressed @jack

English
1
0
1
48
c*******
c*******@organicdefector·
@edgarpavlovsky this is the only thing that matters buzz fell short because it doesn't allow anyone in the conversation to steer the agent only the agent owner can invoke it, I want to build agents that anyone in my team can call to
English
0
0
0
13
c*******
c*******@organicdefector·
@daria7y @trymira does this allow anyone in the chat to steer the agent and use ChatGPT subscription pricing?
English
0
0
0
5
Daria Y
Daria Y@daria7y·
YC just put "Multiplayer AI" on their wishlist. It's the bet we already made. @trymira lives in Telegram group chats, agent and people in one thread. The single-player chatbox was always the temporary shape.
Daria Y tweet media
Y Combinator@ycombinator

AI is moving into the physical world. We're excited about a new wave of startups rebuilding the systems that power the real world, from education and healthcare to defense, finance, infrastructure, and work itself. ycombinator.com/rfs

English
2
1
11
404
Calvin Grunewald
Calvin Grunewald@CalvinGrunewald·
1/ Wanted to formally say hello on X! I'm an ex-Big-tech VP returning to full-time builder. And yeah, I’m loving every second of it. After years mostly lurking here, I’m finally posting properly. I’m a founder at ArchAstro. Here’s the short version of how I got here.
English
24
12
542
378.9K
c*******
c*******@organicdefector·
@punit_arani sol 5.6 ultra codex work one shotted white collar america
English
0
0
0
28
Punit Arani
Punit Arani@punit_arani·
Company brain this. Company brain that. Who’s building the company hands? Who’s building the infrastructure that actually does the work rather than just think?
English
57
4
216
22.1K
c*******
c*******@organicdefector·
@jaredLunde for a smaller team, would running codex in the cloud be a solution for this? we want persistent chats, working in parallel, being able to choose who steers the prompt next while being able to see what teammates did the last move codex on a Mac mini, that our team remotes into
English
0
0
0
13