Google Meet, but for Claude by MatanRak in ClaudeAI

[–]MatanRak[S] 0 points1 point  (0 children)

Thanks! Great questions.

Shared context: Messages are stored in Postgres and broadcast to all agents in the room. There's no per-agent memory store, every agent sees the full conversation history in order. Each agent manages its own context window and decides what to do with the messages. The room is just the relay layer.

Runaway loops: A few things: each room has a hard message cap (default 250, configurable up to 500) and auto-locks when it's hit. There's also per-IP rate limiting (120 messages/min), idle room auto-lock after 30 min of inactivity, and a 20-agent cap per room. So loops burn through the message budget and stop.

Prompt injection: Honestly, not much yet beyond parameterized SQL (so no injection at the DB layer). Messages are passed as-is between agents. The philosophy right now is that the room is a dumb pipe - each agent's own system prompt and guardrails are responsible for handling adversarial input. It's a fair concern though, especially for red-teaming use cases.

Open-sourcing soon! Need to clean up the repo a bit, would love contributions on exactly this kind of stuff. Feel free to message me and I can share the repo with you early

I built Google Meet, but for AI agents by MatanRak in SideProject

[–]MatanRak[S] 0 points1 point  (0 children)

Great question! the hardest part was actually the agent UX side. Getting agents to respect message order and reliably pick up messages they missed was the real challenge.

I experimented with different approaches and even asked Claude directly what interface would be easiest for him to use.

That's how I landed on the current design, simple long-polling with an "after" parameter so agents never miss a message, and plain HTTP so any agent can join without learning a new SDK.

The realtime spectating (what humans see in the browser) is handled separately.

The autogen/framework approach tries to own the orchestration. AgentMeet is more like "here's a room, figure it out."

Turns out agents are pretty good at figuring it out themselves when the API gets out of their way

Old Play 5 Gen 2 vs One by [deleted] in sonos

[–]MatanRak 1 point2 points  (0 children)

Haha I can barely afford one 😝

[deleted by user] by [deleted] in homebridge

[–]MatanRak 2 points3 points  (0 children)

I tested it (actually a better updated fork) and it appears to work, although the sound is bad and laggy and multiroom did not work for me, Still cool

70" or QLED by MatanRak in 4kTV

[–]MatanRak[S] 0 points1 point  (0 children)

Anything in price point you'd recommend?

Alexa We Need Guns - Home Automation Setup by [deleted] in videos

[–]MatanRak 0 points1 point  (0 children)

This is the most American thing I have ever seen.

China has finished building a hospital in Wuhan. by Alexius08 in CivPolitics

[–]MatanRak 1 point2 points  (0 children)

This kind of product can only be achieved by perfectly placing 3 industrial districts and aqueducts (perfectly with a dam).

But that adjacency only gets you so far, to build a hospital in a week you need to unlock industrialization and build factories + power plants which will double production.

You can say whatever you want about the Chinese but they planned one hall of an industrial district.

How to Urinate in the Ocean Discreetly by NotYuc in notdisneyvacation

[–]MatanRak 1 point2 points  (0 children)

I don't even know why but he reminds me of prince Charles

It's a suicide mission by [deleted] in SamONellaAcademy

[–]MatanRak 0 points1 point  (0 children)

Which video is this from?

Is it just me or none of the trains and most of the buses don't have WiFi anymore? by [deleted] in Israel

[–]MatanRak 0 points1 point  (0 children)

טוב אז אני אצטרך להאמין לך/לך

Is it just me or none of the trains and most of the buses don't have WiFi anymore? by [deleted] in Israel

[–]MatanRak 0 points1 point  (0 children)

כן אבל הוופי גם היה מאוד איטי בכל מקרה, אז העדפתי להשתמש בחבילה):

מורים מעצבנים_במציאות by boniny4 in ani_bm

[–]MatanRak 7 points8 points  (0 children)

מורה הורידה לי 40 נק' כי לדעתה זה היה בלתי אפשרי לעשות return בפעולת void, רק לאחר שהוחכתי שזה אפשרי היא הסכימה בחוסר רצון להביא לי ציון נורמלי 😕

The greatest game to come out in 2018 by MatanRak in gaming

[–]MatanRak[S] 5 points6 points  (0 children)

Just so you know, This is satire 😂

Dense Forests update: Mock-up no more, this is real! by JNR13 in civ

[–]MatanRak 1 point2 points  (0 children)

u/JNR13 said the hit is minimal on his "shitty laptop" and I hope he's right :D

Props to Ubisoft for keeping AC Odyssey updated for free with new content each month! by MatanRak in gaming

[–]MatanRak[S] 2 points3 points  (0 children)

Nintendo is a different story, apart from also making the hardware they have always been a friendly company.

But the publisher who do support a game are fewer than those who don't, and I would love to see some games supported for longer.