| ▲ | CuriouslyC 3 days ago |
| Kind of amazes me how many people bitch about agent performance but don't hook their guys up to Otel, crack Phoenix and get to work, but instead randomly tweak prompts in response to team vibes. |
|
| ▲ | chrisweekly 3 days ago | parent | next [-] |
| Good point. Also (tangent), I followed your profile link to https://sibylline.dev and am thoroughly impressed. Stoked to have found your treasure trove of repos and insights. |
| |
| ▲ | CuriouslyC 3 days ago | parent [-] | | Don't play with them unless you're good at debugging alpha code (claude/codex can do it fine), I haven't ironed out env specific stuff or clarified the installation/usage, and I'm still doing UI polish/optimization passes (yay async simd rust). I'll do showy releases once I've got the tools one click install ready, in the meantime please feel free to drop an issue on any of my projects if there are features or questions you have. | | |
|
|
| ▲ | yahoozoo 3 days ago | parent | prev [-] |
| Could you elaborate? How does knowing numerical usage metrics help? |
| |
| ▲ | CuriouslyC 3 days ago | parent [-] | | With Phoenix + Clickhouse being fed from Otel, you can do queries over your traces for deep analysis. If I want to see which tool calls are failing and why (or just get tool statistics), or find common patterns in flagged/failure traces ("simpler solution") and their causes, it's one query and some wiring. | | |
|