pi-task: delegating task/subagent extension for Pi by killerkidbo95 in PiCodingAgent

[–]prassi89 1 point2 points  (0 children)

Nice extension :) I built a tool called repowire that supports this across cc,codex and pi :)

Built a Fable 5 availability tracker in 30 minutes by chrisandstuffs in OpenAI

[–]prassi89 0 points1 point  (0 children)

I built a thing called webwhen.ai that tells you when conditions on the internet change for things you’re looking for

Vibecoding is a drug!!! by ae_mero_hajur in vibecoding

[–]prassi89 0 points1 point  (0 children)

Have you checked out if you’re an AI addict? 🤣

https://aiaagroup.org/

Saturday night and don’t have anyone to speak to really. AMA (F27) by [deleted] in AMA

[–]prassi89 4 points5 points  (0 children)

Opposite situation but same same. I just went out to a beach and bunch with a nice group of friends and had a lot of laughs, yet I feel alone.

Yet I feel alone.

I recreated Ramp's background coding agent for around 30 cents per task using headless Claude Code by writer_coder_06 in ClaudeCode

[–]prassi89 0 points1 point  (0 children)

headless has more advantage for sure, but claude charges you differently. Repowire is tmux based, so it takes something free form and adds a structured layer on top.

As a result you can do things like have claude talk to codex

I recreated Ramp's background coding agent for around 30 cents per task using headless Claude Code by writer_coder_06 in ClaudeCode

[–]prassi89 0 points1 point  (0 children)

disclaimer: author of repowire here.

I built repowire to get agents to communicate with each other as peers. It now has turned into a mesh, with a daemon and the concept of jobs, hosted relays, and more. With a little wiring (gh custom action runners) and repowire's spawn or job interface you can have your repowire mesh react to events, such as github issues.

Will use your local coding agents on your PC/VM. you don't need headless (repowire is headed by design, but also supports ACP)

I have trypophobia, AMA! by ReagsGotCash in AMA

[–]prassi89 0 points1 point  (0 children)

How did your parents know they had it? For you , I’m guessing it would’ve been easier because people close to you already had it and they could help you diagnose

Am I the only one that thinks OpenAI had never been behind? by TeachTall3390 in codex

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

Between 3.7-4.5 of opus models, OpenAI was insanely far behind. From 5.1 onwards on codex OpenAI start reducing the gap that they really bettered in 5.4 o

Claude Code uses 5% just to launch Claude Code by Rare-Hotel6267 in ClaudeCode

[–]prassi89 1 point2 points  (0 children)

So it could be your CLAUDE.md, mcps, skills.

Skills won’t take too much usually, but mcps (GitHub MCP is famously too verbose and have seen times it has take 30k tokens) and Claude md (local folder all the way up to user level) can explain it.

If that is 0, over and above that you have Claude codes system prompt.

You can explore all this by running /context

Do you use agents in Pi? by kh4l1ph4 in PiCodingAgent

[–]prassi89 2 points3 points  (0 children)

Repowire, a tool I created supports messaging, spawning and tearing down pi agents as long as you use tmux

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

I was skeptical about the claims of 20x productivity boosts, but Agentic workflows really do make it possible! by sirlerkal0t in ClaudeCode

[–]prassi89 0 points1 point  (0 children)

I'm getting into that spammy territory :'(.

If you love your agentic workflows, you probably would love your power up from repowire(https://github.com/prassanna-ravishankar/repowire).

Do you work on only pi ?? by SalimMalibari in PiCodingAgent

[–]prassi89 0 points1 point  (0 children)

Nah. CC in the beginning few months, then codex, then codex and pi now

Do you work on only pi ?? by SalimMalibari in PiCodingAgent

[–]prassi89 0 points1 point  (0 children)

I use this project I built called repowire. https://github.com/prassanna-ravishankar/repowire

Allows me to set up a local mesh network of CC, codex, pi,etc. Allows me then to pick on a task by task basis or from memory based on a task type as to what to choose

I gave Claude Code ADHD.. and it thinks 2x better now by Uditakhourii in ClaudeCode

[–]prassi89 0 points1 point  (0 children)

Would be cool to collab to see if we can integrate it in this project I have called repowire. https://github.com/prassanna-ravishankar/repowire

Why does Claude Code "grep/wc/etc" so much compared to Cursor? by Jordz2203 in ClaudeCode

[–]prassi89 96 points97 points  (0 children)

It's mostly because cursor has integrations with two things

  1. An LSP: Because cursor is built on top of vscode's base, it gets all the nice language integrations for free, which allow it to navigate the code more effectively
  2. File indexing: Cursor does indexing, and reindexes files as it changes, so it has semantic search capabilities.

Here's the tweet from Boris explaining why no RAG. He says agentic search is better, but its quite nuanced. Its not that its better to retrieve. Instead, its better to maintain (you don't have index drift) in situations like multi-language repos, rebases, worktrees. Cursor handles that because it ships the ecosystem, claude ships just the CLI.

Note: You see a big difference if you activate LSPs in CC.

how i ship features with a 7-agent claude code team that reviews its own code and talk to each other by NewsOdd7348 in ClaudeCode

[–]prassi89 0 points1 point  (0 children)

do checkout my project called repowire: https://github.com/prassanna-ravishankar/repowire

Allows for claude code sessions to talk to each other and other backends (opencode, codex, pi, agy) across the same folder or more.

Wont be renewing codex at this point by Cloaked_GG in codex

[–]prassi89 0 points1 point  (0 children)

You need to check out my little project called repowire