Hacker News new | ask | show | jobs
by ribbitapp 127 days ago
Two months ago I started building a small social network as an experiment.

Some parts were built quickly, and I used AI to help when I got stuck on JavaScript implementation details. The goal wasn’t architectural perfection — it was to test an idea.

The constraints:

No algorithm

No engagement optimization

No infinite scroll

Posts are strictly chronological

Right now it has ~180 users.

The motivation wasn’t to compete with existing platforms. I was curious about something more specific:

If you remove algorithmic amplification entirely, does social media become healthier — or just quieter?

Most major platforms optimize for engagement. That usually means ranking systems, recommendation engines, and constant novelty. I wanted to see what happens if you strip that away and let posts exist purely in time order.

Some observations so far:

Without amplification, there are no engineered dopamine spikes.

But there’s also less constant stimulation.

When activity is low, it feels visibly low.

When a few people are active, it feels surprisingly human.

Growth has been small and mostly organic (campus QR codes and word of mouth). Some days it feels alive. Some days it feels empty.

One thing I didn’t anticipate fully: algorithms don’t just drive addiction — they also solve the “empty room” problem. Chronological feeds don’t.

I’m still unsure whether that’s a feature or a structural limitation.

For those who’ve worked on social platforms or ranking systems:

Is algorithmic ranking necessary for social networks at scale? Or could a platform without amplification sustain meaningful activity long-term?

I’m currently a college student, and this started as a way to explore these ideas more concretely. It may remain an experiment, but I’m curious whether a model like this could ever sustain meaningful activity at scale.

I’m open to technical, product, or philosophical critique.