RU version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
50% Positive
Analyzed from 537 words in the discussion.
Trending Topics
#excel#agents#orcaset#python#models#code#revenue#google#financial#gemini

Discussion (17 Comments)Read Original on HackerNews
Note that this is just an ad for Orcaset. But more interesting, if you look at Orcaset, they say its product is "Financial Models as Code". So instead of using Excel, you use Python. Reasonable and most serious models are in code. But I still can't figure out what Orcaset adds. It looks like the worst of both worlds. You have this cell concept, but it doesn't relate to an actual workbook so it's not transparent. And then you have the magic formulas and decorators that you have to learn.
@PeriodSeries.define("Revenue", accrual(YF.cmonthly))
def revenue():
costs = (revenue * -0.50).named("Costs")profit = (revenue + costs).named("Profit")
To put it politely, this seems like a self-inflicted problem. If you really want your agents to interpret advanced Excel features exactly the way Excel would, have you considered maybe giving your agents Excel?
Claude with MCP access to the google workplace APIs consistently does a better job with any manipulation of google docs
The end user is not a software developer