Remix.run Logo
Mashimo 5 hours ago

Interesting. Would love a comparison to pi.dev (Not Ohmypi)

How does this perform in day to day coding tasks, outside of benchmarks?

GodelNumbering 5 hours ago | parent [-]

https://github.com/dirac-run/dirac#-evals

README has eval of 8 tasks over 7 agents (including both pi and omp). Pi-mono costs second lowest across the 8 tasks (after Dirac) but occasionally misses produces incomplete changes.

Interestingly, 2 tasks where pi missed some changes both were the tasks that benefitted from AST symbol understanding (e.g. find all instances of things that refer to this symbol and change those things). Since pi relies on bash type tooling, it missed some occurrences

howdareme 5 hours ago | parent | next [-]

Going to assume you didnt capture the data but could you add time taken to completion for each if you have it?

messh 4 hours ago | parent | prev [-]

re. bash type tooling-- it doesnt mean an agent cannot use ast: using treesitter cli this should be perfect possible