Benchmarking coding agents on Databricks' multi-million line codebase
31–40 of 78 posts
Re: Benchmarking coding agents on Databricks' multi-million line codebase
#32I wish they'd do a follow-on post drilling into the impact of the programming language on cost-per-task, specifically looking at cost to complete tasks in mainstream strongly typed languages (eg. C#, TypeScript) vs dynamic languages (eg. Python, JavaScript). Does the additional verbosity of the language help or hurt cost per task?
Re: Benchmarking coding agents on Databricks' multi-million line codebase
#33Is there any technical analysis of why contex grows slower in Pi compared to codex and CC?
Re: Benchmarking coding agents on Databricks' multi-million line codebase
#34Re: Benchmarking coding agents on Databricks' multi-million line codebase
#35pretty sure the only thing making that 'clear' is the coloured stripes, if you took that away it'd look like two tiers
good result for GLM 5.2 though
and Sonnet 5 seems like a waste of time
Re: Benchmarking coding agents on Databricks' multi-million line codebase
#36Why do we need to aggressively adopt things rather than thoughtfully adopt things?
It sounds like they are probably punching AI and engineers in the process
Re: Benchmarking coding agents on Databricks' multi-million line codebase
#37We 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…
Re: Benchmarking coding agents on Databricks' multi-million line codebase
#38> as we aggressively adopt AI for engineering Why do we need to aggressively adopt things rather than thoughtfully adopt things? It sounds like they are probably punching AI and engineers in the process
What if pushing features faster brings more money because users like the features?
Re: Benchmarking coding agents on Databricks' multi-million line codebase
#39Earlier quoted context omitted.
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
On one hand, I understand that some old code is hard to delete because it's hard to detangle a lot of the legacy dependency. On the other hand, too much useless old code existing in the code base by itself could become a big maintenance burden for both humans and AI. In some cases at some point it might become more economical to just invest a bunch of resource to detangle the dependencies to be able to remove the old…
Re: Benchmarking coding agents on Databricks' multi-million line codebase
#40Earlier quoted context omitted.
> 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 ?
Yeah.