Take Control Of Your Data. Join our Data Science Briefing newsletter for the best in #DataScience and #MachineLearning

Manhattan, NY
Replying to @data4sci
4/ I'm teaching this live on Sep 23 — free session, working notebook included. If you evaluate LLMs and you want to stop chasing phantom regressions, this is the one hour that changes how you work. Register free: maven.com/p/48c82e/put-error…
33
1/ Most LLM teams have evals. Almost none have a gate. The difference: evals tell you something got worse. A gate stops you from shipping it. Here's how to build one in GitHub Actions. 🧵
1
150
3/ Wire it into CI like this: - eval script runs as a CLI step in your PR workflow - it exits with code 1 if any metric falls below threshold - GitHub Actions fails the check - branch protection blocks the merge The whole thing fits in one YAML file. No new tooling required.
1
15
4/ The result: a bad prompt change dies in the queue, not in front of users. Vigilance doesn't scale. Policy does. I'm walking through the full setup live on Oct 7 — free, 30 min, notebook included. Register: maven.com/p/07c4b3/stop-bad-…
17
A bad prompt change ships the same way a good one does: nobody measured either. Free session Oct 7 — I'll show you how to wire an eval gate into GitHub Actions so regressions die in the queue, not in prod. maven.com/p/07c4b3/stop-bad-…
1
214
I modeled our dependence on LLMs as an epidemic — the same SIR machinery used for real infections. Compartments: unexposed -> casual -> dependent. The equations returned something uncomfortable. Thread 🧵
1
185
And the fix is asymmetric. Fighting the spread costs ~a 50% cut in transmission (expensive). Making dependence easy to walk back — exportable workflows, retained skills — moves the escape boundary almost linearly (cheap).
1
9
Cognitive immunization = build the off-ramp. Full write-up + open-source model (`epidemik`): data4sci.substack.com/p/the-…
4
4 weeks until the LLM Eval Harness workshop (Oct 16). Calibrated judges. Bootstrap CIs. CI gates. 4 hours. You build it live. Seats are filling. maven.com/bruno-goncalves/ev…
1
2
251
Hot take: most LLM benchmark results are meaningless. Not because the models are bad. Because nobody puts error bars on the scores. You're comparing 84.2 vs 81.9 without knowing if either number is real. Is this a problem on your team? 👇 (Replying with a link to a free fix)
2
199
Define an epidemic model as a string: "S + I -> I + I", beta=0.2 → compute R0, draw the diagram, save YAML. epidemik 0.2.0: ODE compartmental models, networkx graph spread, metapopulation travel matrix — one MIT-licensed pip package. pypi.org/project/epidemik/
304
1/ You ran the same LLM eval twice and got different scores. Is that a regression — or noise? Most teams can't tell. Here's the method that answers it every time. 🧵
1
250
3/ The fix: bootstrapping. Here's the idea in plain English: • Take your N eval results • Resample with replacement 1,000 times • Compute your metric on each resample • That spread IS your error bar No distribution assumptions. Works on accuracy, cost, latency — anything.
1
27
4/ I'm teaching this live on Sep 23 — free session, working notebook included. If you evaluate LLMs and you want to stop chasing phantom regressions, this is the one hour that changes how you work. Register free: maven.com/p/48c82e/put-error…
33
Tomorrow: Live LLM Engineering Masterclass. 9:30 AM EDT. 3.5 hours. Production evals, RAG, agents, LLMOps. If you’re building LLM systems in production, this is the session you’ve been waiting for. Last chance to grab a spot: luma.com/jt8q8cpr?coupon=BRU…
1
197