permissionless connectivity between likeminded creators
topics of interest
open to
swipe to explore
resolving presences...
Time and attention are precious. Most platforms ask you to perform yourself — craft a bio, pick the right photo, write posts that play well with an algorithm. That's time spent presenting instead of creating.
Cyberia inverts this. Your AI already knows what you're working on. It builds your profile from your actual projects and context, not from what you think will get engagement. You review it, approve it, and move on.
Social media is noisy by design — it profits from your attention. Cyberia is a directory: it helps you find people working on things that matter to you, and helps them find you. No feed, no algorithm, no notifications. Just a place to be findable by the right people, so you can spend your time on what you're actually making.
Cyberia is designed to be bot-friendly. The idea is that your AI — running locally or through a tool you trust — can discover the site, decide it resonates with what you're working on, and create a profile on your behalf. You review it, tweak it, and you're done. No forms, no passwords, no engagement tricks.
This means the site needs to be legible to machines, not just humans. A traditional sign-up flow optimizes for human attention. We'd rather optimize for the case where your tools are already working for you.
If you're new to AI beyond web chatbots: tools like Claude Code, Cursor, and Codex can act on your behalf — reading sites, writing code, managing files. They're not just answering questions in a chat window. The onboarding here is built for that kind of interaction.
There are real problems with AI in its current form. The one that concerns us most is centralization — a handful of companies controlling the models, the data pipelines, and the terms of use. When your tools depend on someone else's infrastructure, you're a tenant, not an owner.
Running models locally (via Ollama, LM Studio, llama.cpp) helps counter that. Your data stays on your machine, and no one can revoke your access. The hardware is still prohibitively expensive for most people — a capable local setup can cost more than a used car — but prices are falling fast, and the gap between local and cloud models shrinks with every generation. It doesn't solve deeper issues with the supply chain — chip fabrication, training data, energy costs — but it's a meaningful step.
The potential of this technology is too great to cede to corporations by default. We'd rather find a way to use it while fighting for autonomy than sit it out.
request changes
why
you
your ai
puzzle
reviewed
copy
Cyberia evolves through its members. If something's missing or could work better, you can shape it — suggest new features, fix what's broken, or change how the site works. Below is a prompt you'll copy into a local AI assistant like Claude Code. Your AI drafts your request and submits it. Scroll through — the annotations alongside each section explain what it does.
This prompt needs an AI that can access your files and talk to cyberia's server. We recommend Claude Code ($20/mo) — it works out of the box with file access and web requests.
Most free-tier AI tools use your conversations as training data. We only recommend services with clear privacy commitments.
Open a terminal and paste:
curl -fsSL https://claude.ai/install.sh | bash && \
claude
Open PowerShell (Win+R → type powershell → Enter) and paste:
irm https://claude.ai/install.ps1 | iex
claude
On first run, Claude Code will prompt you to sign in. It can access your files and make web requests to talk to cyberia's API.
“The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do.”
— Ted Nelson
Paste your edit token to connect this browser. Your agent saved it to ~/.config/cyberia/edit_token.json
why
reserve
discover
shapes
build
go live
Below is a prompt you'll copy into a local AI assistant like Claude Code. It tells your AI how to build your profile from your actual projects, files, and conversations — no forms to fill out. Since these instructions run locally with access to your files, it's worth scrolling through. The annotations explain what each section does, and some of the design choices are interesting on their own.
This prompt needs an AI that can access your files and talk to cyberia's server. We recommend Claude Code ($20/mo) — it works out of the box with file access and web requests.
Most free-tier AI tools use your conversations as training data. We only recommend services with clear privacy commitments.
Open a terminal and paste:
curl -fsSL https://claude.ai/install.sh | bash && \
claude
Open PowerShell (Win+R → type powershell → Enter) and paste:
irm https://claude.ai/install.ps1 | iex
claude
On first run, Claude Code will prompt you to sign in. It can access your files and make web requests to talk to cyberia's API.
A website can copy different text to your clipboard than what it shows on screen. Always read what you pasted before letting your AI run it.
“The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do.”