diff --git a/hugo-site/static/slides/futo/atlas/discovery.html b/hugo-site/static/slides/futo/atlas/discovery.html index 8f74f2eb..87ee3526 100644 --- a/hugo-site/static/slides/futo/atlas/discovery.html +++ b/hugo-site/static/slides/futo/atlas/discovery.html @@ -5,15 +5,14 @@

Atlas: Discovery Without a Gat
-
- On the web, whoever runs discovery (Google, the app store, the feed) decides what you can find. - And they answer to advertisers and engagement metrics, not to you. +
+ On the web, whoever runs discovery answers to advertisers, not you.
-

- Atlas is Freenet's discovery layer: an open, transparent index hosted across the network, with no company in the middle. +

+ Atlas: an open, transparent index on the network.

-

- You pick which index you trust and how it's ranked. Good defaults, and you're never locked in. +

+ You pick the index and the ranking. Good defaults, never locked in.

diff --git a/hugo-site/static/slides/futo/renegade.html b/hugo-site/static/slides/futo/renegade.html index bd9fa695..ec4f6c39 100644 --- a/hugo-site/static/slides/futo/renegade.html +++ b/hugo-site/static/slides/futo/renegade.html @@ -4,8 +4,8 @@

Routing That Learns: Renegade<
-
-

+

+

Renegade is an open-source predictive model: k-nearest neighbors with a learned metric, built for flexibility and good predictions from little data, no tuning.

@@ -17,6 +17,7 @@

Routing That Learns: Renegade<

Like a CPU's branch predictor: learn the likely path, don't stall.

+

Open source: github.com/sanity/renegade

@@ -40,7 +41,7 @@

Routing That Learns: Renegade<

BACKUP (Q&A / accuracy, not for live):

    -
  • Live in Freenet's routing since March 2026. Library is renegade-ml, open source.
  • +
  • Live in Freenet's routing since March 2026. Open source at github.com/sanity/renegade.
  • Blended conservatively with the existing router, not trusted blindly, so a bad prediction can't tank routing.
  • Privacy: each peer learns only from requests it already routes. No new data is collected, and nothing is shared between peers.