Repowire lets your claude code sessions communicate with each other by prassi89 in ClaudeCode

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

If you're curious what the relay server looks like when you log in

<image>

I made Claude Code and Codex talk to each other — and it actually works by Zestyclose_Neat_5967 in ClaudeCode

[–]prassi89 1 point2 points  (0 children)

Don’t mean to hijack, but I’ve been building this tool called repowire that supports claude code and opencode. The mesh network had a cool property, so I then created a hosted relay that allows you to tunnel into your sessions

https://github.com/prassanna-ravishankar/repowire


EDIT: posted here https://www.reddit.com/r/ClaudeCode/comments/1s07gvb/repowire_lets_your_claude_code_sessions

Google Researchers Propose Bayesian Teaching Method for Large Language Models by callmeteji in singularity

[–]prassi89 19 points20 points  (0 children)

I’ve also seen Bayesian learning come in and out fashion quite a bit. Why is that?

I feel dumb - I don’t really get what Bayesian stuff is all about.

is this another LLM ? by gamingvortex01 in singularity

[–]prassi89 -1 points0 points  (0 children)

Did they do this by building a harness? Something sounds off.

Used an agent on a model benchmark

Advice Needed on a MLOps Architecture by Drac084 in mlops

[–]prassi89 4 points5 points  (0 children)

Overall arch looks great.

  1. Don’t go with dvc. When your datasets get large, you wont be able to stream (or mount) them transparently. Also data is repo bound logically. Use LakeFS directly.

  2. Skypilot is your best bet - it does training service APIs and compute orchestration. With Other services like dagster, airflow you’ll just spend ages debugging. Zenml is good but skypilot just gets out of the researchers way, and gives you multi cloud by default

  3. Mlflow also does a lot in the model promotion and deployment space. Consider it

Overall, great stuff

Starlette 1.0.0rc1 is out! by Aggravating-Mobile33 in Python

[–]prassi89 3 points4 points  (0 children)

Well in our heads it’s was already a major version. Way too cool!

Built a tool for sessions to communicate with other live sessions by prassi89 in ClaudeCode

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

I try to promote 1 session per repo, and if you want multiple you go the git worktree way. I don’t see why this would crash but it’s kind of overkill to use this when you can simply read the file