HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ronfriedhaber

48 karmajoined letztes Jahr
ron at modolap dot com

Submissions

School Is Not Enough

palladiummag.com
1 points·by ronfriedhaber·vor 8 Minuten·0 comments

Why Peter Thiel Searches for Reality-Bending 'Secrets'

readtheprofile.com
6 points·by ronfriedhaber·vor 22 Stunden·8 comments

$130M Series A to Build the Open Superintelligence Stack

primeintellect.ai
3 points·by ronfriedhaber·vor 3 Tagen·0 comments

The Technological Republic: Hard Power, Soft Belief, and the Future of the West

amazon.com
1 points·by ronfriedhaber·vor 5 Tagen·0 comments

MPP Credits: fund your agent with a card

tempo.xyz
1 points·by ronfriedhaber·vor 18 Tagen·0 comments

When Tailwinds Vanish

foundersfund.com
6 points·by ronfriedhaber·vor 27 Tagen·0 comments

The World Needs Your Great Work

palladiummag.com
2 points·by ronfriedhaber·vor 2 Monaten·0 comments

Show HN: Modolap, Improve the Reliability of Your Software Systems

modolap.com
1 points·by ronfriedhaber·vor 2 Monaten·0 comments

Peter Thiel on the Future of Legal Technology – Notes Essay (2012)

tumblr.com
1 points·by ronfriedhaber·vor 2 Monaten·0 comments

Thiel Foundation Announces 2026 Class of Thiel Fellows

businesswire.com
2 points·by ronfriedhaber·vor 3 Monaten·0 comments

Managed, Real-Time OLAP Infrastructure

modolap.com
1 points·by ronfriedhaber·vor 3 Monaten·0 comments

Show HN: Real-Time, Streaming SQL Queries on Flight Data

dashboard.transcend.modolap.com
5 points·by ronfriedhaber·vor 3 Monaten·1 comments

Real-Time, Streaming SQL Queries on Flight Data

modolap.com
1 points·by ronfriedhaber·vor 3 Monaten·0 comments

Show HN: Real-Time OLAP Infrastructure

modolap.com
4 points·by ronfriedhaber·vor 3 Monaten·0 comments

FREDCode – Empowering Claude for Macro Fred Research

modolap.com
2 points·by ronfriedhaber·vor 3 Monaten·0 comments

Modolap – Codex-Native OLAP Service

modolap.com
2 points·by ronfriedhaber·vor 3 Monaten·0 comments

FREDCode – Claude-Native Macro Fred Research

modolap.com
2 points·by ronfriedhaber·vor 3 Monaten·0 comments

Enabling Codex to Analyze Two Decades of Hacker News Data

modolap.com
87 points·by ronfriedhaber·vor 3 Monaten·30 comments

Show HN: Claude-Native OLAP Environment

modolap.com
2 points·by ronfriedhaber·vor 3 Monaten·0 comments

Show HN: Modolap – Machine-First Analytical Infrastructure

modolap.com
1 points·by ronfriedhaber·vor 3 Monaten·0 comments

comments

ronfriedhaber
·vor 19 Stunden·discuss
I tend to agree. This is just the intersection of two age-old problems; Kelly Criterion (pareto-optimal sizing of bets) and Organizational Management.
ronfriedhaber
·vorgestern·discuss
Perhaps what separates the good companies from the Great companies is that the latter always tries to make it works, doesn't rest on it's laurels, and takes any bet which is +ev.
ronfriedhaber
·vor 3 Tagen·discuss
The great Jarred Sumner pulled it off with bun, whether it can be pulled of with Postgres is an open question..

DST systems such as Antithesis can definitely help.
ronfriedhaber
·vor 3 Monaten·discuss
Appreciate the feedback. I shall certainly revamp the README; it is rather stale.

> "how Modolap differs from just asking AI to use any other OLAP engine"

There presently exist two components, the OLAP query engine and the remote infrastructure service. The service enables systems like Codex (or developers as well) to manage datasets, maintain version control over queries, and offload the computational burden to dedicated machines. This is especially beneficial given the current trend of running agents inside micro-VMs.

In addition, it is designed with AI usage in mind. There is significant value in co-design. One could argue that models can use Polars or DuckDB just as well, and that there is no room for improvement, but I do not think this is true.
ronfriedhaber
·vor 4 Monaten·discuss
Pandas is terrific, yet even its original author has noted inherent shortcomings [1], and there exist alternatives.

Polars seems to be the most prominent competitor in the Python DataFrame space, and DuckDB appears to pursue an approach similar to SQLite, but columnar.

I am personally working on a solution to a broader problem, which can also be viewed as an alternative to Pandas [2].

[1] https://wesmckinney.com/blog/apache-arrow-pandas-internals/

[2] https://github.com/ronfriedhaber/autark