68 public trading strategies: 12 declare a trial count, 0 report a Sharpe
I took a large public collection of ready-made trading strategies — 68 files, the canonical...
60articles · curated from global AI & Data Engineering sources
I took a large public collection of ready-made trading strategies — 68 files, the canonical...
Every MCP directory, every "browse servers" page, every agent that discovers tools at runtime reads...
I wanted a public page where anyone could click a soccer match and see real probabilities behind it —...
Caso de estudio: Predicción de brechas de SLA Proyecto: NovaTech AI Support (escenario hipotético,...
A while back, I had to retract one of my own results. A model I'd built was posting a validation...
The bar was a slope: keep converting extra data into accuracy after exact-context statistics saturate. A full hierarchical Pitman-Yor model with Gibbs sweeps and inferred discounts moved the intercept and left the slope alone, halving with every doubling exactly as cruder count models did.
Introduction One thing I have started learning during my journey into data analytics is...
Stop bleeding tokens on repetitive RAG queries. Learn how to transform raw markdown catalogs into record-oriented, cache-optimized retrieval layers.
What DataLens actually does Before the stdlib war stories, here's the tool itself. DataLens is a...
Introduction Neural networks work by building a system inspired by the human brain that...
We've all trusted a progress bar that said "5 minutes left," walked away, and come back an hour later...
Why your portfolio falls apart exactly when you need it most — and what hurricane pricing can teach...
This is a submission for Weekend Challenge: Generosity Edition What I Built Generosity...
I run LovePaper, a site where you write a letter to someone and it becomes a page with a permanent...
Introduction E-commerce platforms like Jumia collect large amounts of data daily on...
Why Jupyter is still the de facto standard for exploring data, even though versioning it with git will make you want to smash your keyboard.
A Certificate of Analysis is a PDF a supplier sends with a shipment saying what they measured and...
I saw a chart on Twitter ranking cities by cost of living against quality of life. New York and Los...
We reproduced the Ebbinghaus forgetting curve and the classic false-memory rate using unmodified pre-trained embeddings, with no parameter tuning. Here is why your agent memory decays.
I published a LoRA fine-tuning run two weeks ago. The headline was that my first test set had lied to...
A backtest can look flawless and still be worthless evidence — here are the four specific ways it lies to you, with what each one looks like in the trade list.
A speaker encoder turns a few seconds of speech into a vector, and the distance between two vectors...
How a three-model AI pipeline helps Indian law enforcement get ahead of digital financial fraud — and...
A few months ago, I set out to build a model that detects exoplanets from stellar brightness data...
If you've spent some time building machine learning models with Python, you've probably had a...
Last week I changed one line in a module that decides which rows make it into a dataset. A threshold,...
The knob nobody defends If you have ever measured a tail — p95 latency, a Hill estimator,...
We shipped a model update last quarter that moved our aggregate pass rate from 81.2% to 83.6%....
I spent a day writing a NumPy kernel to replace some pandas code. It was the good kind of...
A run on pure shuffled labels — a dataset with nothing left to learn — reduced its loss by 62% on a textbook-healthy curve. Noise is learnable, so it hides.
La forma del problema Un directorio es una superficie: el miembro lo abre y adivina. Un...
I was writing a blog post about the architecture of a system I built when I found a bug in it. This...
I Built a Search Engine to Find Hidden Gems on Steam Steam doesn't have a "not enough...
A three-line example showing why the 0.8 heatmap rule misses real multicollinearity.
Every trading bot post ends the same way: a green equity curve and a suspicious silence about whether...
Liquid syntax error: 'raw' tag was never closed
There is a variable called slp — sea-level pressure. Our API documentation lists it as available. Our...
TL;DR: I ran six prompt-optimization frameworks against the same task and the same eval metric over a...
TL;DR: Judge-human agreement is almost always reported as one number over a whole validation set....
Classic Machine Learning Through the Eyes of an SRE — Part 6 DBSCAN was the first algorithm in my...
The arbitrage that wasn't I build a scanner that looks for cross-venue arbitrage in...
Most schemas model corporate acquisitions as a join table: acquirer_id, target_id, price,...
My stock research pipeline ingests prices and financials for every listed company in Japan, runs...
Ghana sits under some of the strongest sunshine on earth. Solar supplies about 1–3% of our grid...
You iterate on a prompt, run the eval set, keep the best variant. Repeat for a quarter. The number...
The One-Line Summary: Replacing a category with the average target for that category is the most...
I Audited My Trading Bot Using a Brier Score. It Had No Skill. I ran a weather trading bot...
The One-Line Summary: LightGBM keeps XGBoost's objective exactly and changes only how the tree is...
Hey everyone. I'm a CS student at FAST-NUCES in Karachi, and for the past 7 weeks I've been doing two...
Hey HN,Henry from Cactus here!We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release N
The best datasets aren't hidden. They're published in plain sight by bureaucracies that have no idea...
Reading one ATS job board API is easy. Every one of them is public JSON with no key. Reading ten and...
The One-Line Summary: XGBoost is gradient boosting with three changes that each look like a footnote...
This week I published a result I liked: adding a buyer's actual situation to a software buying...
Classic Machine Learning Through the Eyes of an SRE — Part 3 The random forest is the first ML...
I publish free leaderboards of which products AI answer engines name when someone asks them to...
There is a mature literature on what happens when you swap one measuring instrument for another, and...
The One-Line Summary: Week 2 crossed the line from ensembles that average away variance to ensembles...
The One-Line Summary: Gradient Boosting builds a model as a running sum, where each new small tree...
The One-Line Summary: Because each tree in a Random Forest trains on a bootstrap sample, exactly ...