We have an internal proxy (that I've been meaning to open source for ages) that routes all llm usage at our company, which allows us to see data in realtime. Its been fascinating how rapidly Pi has been adopted. Moreover since its pretty hackable, we've been able to automatically aggregate context from pi sessions, which has resulted in Pi efficacy being higher as more people use it, putting in place a interesting vi…
> we've been able to automatically aggregate context from pi sessions what do you mean by this ? do you rewrite the context in your proxy ?
Benchmarking coding agents on Databricks' multi-million line codebase
21–30 of 78 posts
Re: Benchmarking coding agents on Databricks' multi-million line codebase
#22> Databricks’ multi-million line codebase The combined size of codebases for the underlying opensource products (Apache Spark etc) might be around 1M lines, I think. Why does the orchestration/management layer, that is "databricks", exceed the sizes of the core products?
Old codebase, you always add code and never remove it. So it is expected to be like this. Deleting code is difficult and almost never makes sense afaik
Re: Benchmarking coding agents on Databricks' multi-million line codebase
#23We have an internal proxy (that I've been meaning to open source for ages) that routes all llm usage at our company, which allows us to see data in realtime. Its been fascinating how rapidly Pi has been adopted. Moreover since its pretty hackable, we've been able to automatically aggregate context from pi sessions, which has resulted in Pi efficacy being higher as more people use it, putting in place a interesting vi…
> we've been able to automatically aggregate context from pi sessions what do you mean by this ? do you rewrite the context in your proxy ?
Re: Benchmarking coding agents on Databricks' multi-million line codebase
#24We have an internal proxy (that I've been meaning to open source for ages) that routes all llm usage at our company, which allows us to see data in realtime. Its been fascinating how rapidly Pi has been adopted. Moreover since its pretty hackable, we've been able to automatically aggregate context from pi sessions, which has resulted in Pi efficacy being higher as more people use it, putting in place a interesting vi…
> we've been able to automatically aggregate context from pi sessions what do you mean by this ? do you rewrite the context in your proxy ?
Re: Benchmarking coding agents on Databricks' multi-million line codebase
#251) Many models are now competitive at the top tier, including open source. 2) GLM 5.2 in particular was a major step forward in open source coding agent performance, 3) Harnesses make a huge difference in cost-performance. 4) Cheaper per-token does not imply cheaper per-task.
Also they suggest every company should build their own benchmark and repeat these tests with new models instead of relying on the SWE bench.
But they are more vendor neutral, now they don't sell their own model. It's interesting from a benchmark point of view.
Re: Benchmarking coding agents on Databricks' multi-million line codebase
#26> Databricks’ multi-million line codebase The combined size of codebases for the underlying opensource products (Apache Spark etc) might be around 1M lines, I think. Why does the orchestration/management layer, that is "databricks", exceed the sizes of the core products?
Forget Databricks == Apache Spark...
Re: Benchmarking coding agents on Databricks' multi-million line codebase
#27Re: Benchmarking coding agents on Databricks' multi-million line codebase
#28Re: Benchmarking coding agents on Databricks' multi-million line codebase
#29Re: Benchmarking coding agents on Databricks' multi-million line codebase
#30Could it be that users of Pi are more senior and know better how to prompt and that's why the pass rate is higher?