Live data from Hacker News

Viewing profile — hawthorns

hawthorns

HN member
Joined
Tue, Apr 15, 2025, 10:58 PM UTC
HN karma
5
Public activity
2 items

About hawthorns

No profile information was provided.

Recent public activity

  1. comment
    Comment #45652751

    The main point didn't get hit on by the responses. Re-ranking is just a mini-LLM (for latency/cost reasons) that does a double heck. Embedding model finds the closest M documents i…

  2. comment
    Comment #43699429

    It's dead simple. Here is the simplified version that returns the quantiles for '100 / 2 ~ 4'. import numpy as np def monte_carlo(formula, iterations=100000): res = [formula() for …