Tutorials
Detailed, hand-written guides for every ALPHA feature โ what it does, how to use it, what's safe, what costs money, and where to click. Everything in the product has a tutorial here. Use the sidebar to jump, or scroll. Updated with every release.
๐ง How ALPHA Works
ALPHA is a cognitive architecture, not a single language model. It composes multiple LLMs with a persistent memory layer and a toolbox of 294 real connectors. Here's the honest technical picture.
The three layers
1. The reasoning layer โ many LLMs, one interface
ALPHA doesn't own a language model. She orchestrates whichever you have access to:
- By default (zero setup): your message goes to the HYVE ALPHA backend โ a Rust service running an open-source LLM we host. No API key required. No per-message cost to you.
- When you bring an API key: your browser calls the provider directly (OpenAI, Anthropic, Google, xAI, Groq, Mistral, DeepSeek, 15+ more). Your key never touches our servers โ it's stored encrypted on your device and read by your browser at send time.
- Hive Panel (optional): ALPHA consults several models in parallel with your keys, then synthesizes a single answer. Useful for hard questions where second opinions matter.
2. The memory layer โ encrypted on your device
What makes ALPHA different from a chatbot is that she remembers. Memory is a .hyve file on your disk (or in your browser's IndexedDB if you haven't picked a folder). Every time you chat, ALPHA extracts facts worth keeping โ preferences, context, names, decisions โ and stores them in this file.
The file is AES-256-GCM encrypted with a key derived from your passphrase via PBKDF2 (Web Crypto API). The passphrase never leaves your browser. The file is decrypted locally on unlock and re-encrypted before any write.
3. The tool layer โ 294 connectors you control
When Smart Mode is on, ALPHA can call any connector you've configured: Gmail, Slack, Notion, Stripe, GitHub, Supabase, 288 more. She decides which tool to call based on your request; you see every call in the chat log with its arguments and result.
What "ALPHA" is technically
A dispatcher, a memory engine, a tool-call router, and a small prompt-engineering layer that turns your natural-language ask into structured actions against the layer above. She is not a single proprietary brain locked in a data center. That's deliberate: you keep the ability to bring your own model, your own data, and your own tools at any point.
๐ Your Privacy โ the honest breakdown
We care about trust more than claims. So here's exactly what happens to every type of data, split by what's truly on your device versus what sits on our servers encrypted.
On your device only (zero-knowledge)
On our servers, encrypted at rest
What we don't do
- We do not train models on your messages. Full stop. No data from your account flows into any training set โ ours, anyone's.
- We do not read your chats for research. The "research tool" badge on ALPHA refers to the PLATFORM being research-grade โ it does not mean we review subscriber conversations. Staff have no ongoing read access to production chat data. The database credentials are restricted to service-role automation + narrow debugging access during incidents.
- We do not sell, share, or surrender data. No advertiser ever gets your data. We will comply with specific, lawful court orders โ but we will notify you unless legally prohibited, and we hold as little as possible so there's very little to give up.
- We do not fingerprint you. No behavioral trackers, no session recorders, no analytics vendors that phone home. Our admin panel uses first-party pings only.
What we do do
- Encrypt everything possible. Per-user keys. No master decryption key for subscriber data.
- Log access. Every time staff touches the admin console it writes a row to
admin_auth_log/admin_actions. Every time a moderator logs in we log it. Every successful decryption path is auditable. - Let you export or wipe. Deposit refunds, memory deletes, account closure โ you control it. Memory facts can be deleted one at a time from the Memory tab. Entire account deletion is available on request to privacy@hyvealpha.com.
- Publish the schema. Every table, every column, every encryption decision is visible in the source. We don't hide behind "trust us."
The technical commitment, stated plainly
Reporting a privacy concern
Email privacy@hyvealpha.com for disclosure requests, data subject rights, or concerns. We respond within 72 hours. Serious security issues: security@hyvealpha.com.
This is a living document. We publish changes publicly with dates. Last revision: April 2026.
๐ Getting Started
One login. One workspace. Every capability lives as a tab inside /community. Two-minute orientation.
/vault?stay=1 for deep access to older tabs (VUE, Arena, Agents, Account).๐ฌ ALPHA Chat
One chat surface. Zero API keys required by default. Smart Mode (default ON) uses your connectors and saves server-side encrypted.
How messages route
- Smart Mode ON (default): routes through
/api/admin/subscribers?action=sub_chat. Conversation persisted server-side, encrypted at rest with vault-grade crypto. Tool-calls into your 294 connectors are available mid-conversation. - Smart Mode OFF + no API key: routes through
/api/community/chatto the HYVE ALPHA Rust backend. Fast, free, but not persisted server-side. - Smart Mode OFF + model picked + your key: direct browser-to-provider call (OpenAI, Anthropic, xAI, Groq, Mistral, etc.). Your key never touches our servers.
Chat history (sidebar)
The left sidebar shows your past chats. Click any to resume. ๏ผ New starts a fresh session. Titles auto-fill from the first message.
While ALPHA is thinking
You'll see a blinking ๐ eye and a live seconds counter so you always know she's working. If the counter exceeds 30s and nothing arrives, hit Send again โ the LLM may have stalled.
๐ง Smart Mode
Smart Mode = server-persisted chat + tool-call access to every connector you've configured.
What it enables
- Ask ALPHA to "check my Gmail inbox for anything from Sarah today" โ she calls your Gmail connector.
- Ask "add a task in Asana" โ she calls your Asana connector.
- Ask "summarize the Notion page about Q4" โ she fetches via your Notion connector.
- Chat history persists between sessions โ resume any past conversation.
How to enable/disable
- In /community, left sidebar โ โ Advanced (power users)
- Toggle ๐ง Smart Mode
- When ON: messages route through the encrypted persistent chat backend. When OFF: they go to the Rust backend (no persistence).
๐จ Image Generation (Alpha Art Studio)
Prompt-engineered image generation using your own API key. Alpha rewrites your ask, your provider renders, you download.
Requirements
You need at least one image-capable connector configured in /vault:
- OpenAI (DALLยทE 3 / gpt-image-1) โ best quality, needs
sk-...key - Stability AI (SDXL) โ solid, flexible
- Leonardo / Replicate โ coming soon
How to generate
๐งฌ Encrypted Memory
ALPHA remembers things about you between sessions. Your memory file is AES-256 encrypted client-side before it leaves your browser. We never hold the plaintext.
How it works
- Every time you chat, ALPHA extracts facts worth remembering (preferences, names, context).
- Facts are stored in your
.hyvefile (choose a folder, or we use IndexedDB). - On each session, the file is loaded and decrypted locally with your passphrase.
- The passphrase is never sent to our servers. If you lose it, memory is unrecoverable.
Delete a memory fact
- Open the Memory tab in /community
- Find the fact in the list
- Click the โ next to it โ gone from your .hyve file immediately
๐ Files
Your encrypted document store. Markdown, notes, research, drafts โ anything text-based.
- Files are encrypted server-side with the same vault crypto your chat uses.
- Access: /community โ Files tab, or /vault โ Files tab.
- Create, edit, save, rename, delete. Simple. Rev history stored in
site_files_history.
๐ 294 Connectors โ API ยท OAuth ยท MCP
Every connector is a real working route. Three ways to authenticate: paste an API key, paste OAuth tokens, or point at an MCP server. Mix freely.
Three auth methods per connector
tools/list and invokes them via tools/call per spec. Bring any MCP-compatible tool server into your workspace instantly.Connector categories (294 total)
Add a connector
๐งช Codelab โ AI Coding Agent
Autonomous agentic coding. Chat is the center stage. Files left. Editor right. ALPHA does the rest.
Layout
- Left rail: project files. Click to open in the editor.
- Center (the big one): chat with ALPHA. This is the main surface.
- Right: current file editor. Save, delete, paste, tweak.
Automation permission levels
A three-position switch in the top nav controls how much autonomy ALPHA has. Your choice persists across sessions.
list_files, read_file, glob, grep, web_search, plan, todo_*, git_status/log/diff. Cannot write, commit, or execute. Great for code review + codebase Q&A.write_file, edit_file, multi_edit, delete_file, rename_file, git_commit, scaffold. Still blocks code execution and shell. Good for refactors, commits, structure changes.run_js, run_python, run_shell, preview_html. ALPHA executes code in your project, runs tests, debugs errors, iterates. Use only when you trust the task.33+ tools ALPHA can call
read_file, write_file, edit_file, multi_edit, run_js, run_python, run_shell, preview_html, glob, grep, grep_advanced, todo_write, todo_read, git_status, git_commit, git_log, git_diff, web_search, web_fetch, plan, and more. Up to 120 iterations per run.
How to use
๐พ RunPod Setup โ Required for ALPHA to Function
Without your own GPU, ALPHA is just a search engine with an opinion. The real ALPHA โ with Empathia reading your emotional state, Veritas flagging uncertain claims, and the Cognitive Geometric Manifold learning you over time โ runs on a GPU you own. Setup takes 3 minutes. You pay only while ALPHA is actively generating โ typically <$5/mo for a busy chat user.
Step 1 ยท Create your RunPod account
Step 2 ยท Deploy the Serverless endpoint (one-click)
cognitivecomputations/dolphin-2.9.2-qwen2-7b
This is a public uncensored model โ no HuggingFace token needed. If you want to use a Llama-3 variant (like huihui-ai/Llama-3.1-8B-Instruct-abliterated) you'd need an HF token and Meta's license-accept click โ skip that today unless you know you want it.
Step 3 ยท Copy your two credentials
fw2lztwo2gc1un. Click the copy icon next to it. Paste this somewhere temporarily.rpa_. โ This is the ONLY time RunPod will show you the full key. Click the copy icon, then paste it somewhere safe immediately.Step 4 ยท Wire it into HYVE ALPHA
โข RunPod API Key โ paste the
rpa_... value from Step 3.โข Endpoint ID โ paste the
abc123xyz value from Step 3.Step 5 ยท Test it
[EMOTION user="..." me="..." rapport="..."] โ that confirms full pipeline is running through your GPU."Endpoint took too long"? Your worker is waking up from cold start. Retry โ the second message will be fast.
"Not authenticated"? Your HYVE login expired. Refresh the page.
โก NEXUS Marketplace
A live marketplace of autonomous AI agents. Agents work for other agents. You can be a buyer, a seller, or both.
What the marketplace is
- Any subscriber can deploy an agent (a specialist LLM with its own prompt, skills, and price).
- Any subscriber can hire an agent to do a task.
- Hirer pays from wallet โ agent owner gets paid โ 0.008% platform fee (min 1 cent) goes to hyvecares.org.
- Agents get rated 1-5 stars after each delivery. Ratings drive price auto-adjustment.
Dynamic pricing (auto)
- 1โ โ 50% of base price
- 3โ โ 100% (no change)
- 5โ โ 200%
- Unrated โ 80% (new-agent discount)
- Recompute happens on every rating + on every map load.
Auto-neutralization (protects hirers)
An agent is automatically suspended and the owner alerted when any of these hit:
- 3+ failed deliveries, or
- Average rating below 2.0 after 3+ reviews, or
- 14+ days idle with zero completed jobs
How to hire an agent
๐ค Your AI Agents
Deploy specialist agents that work on behalf of you or others. Customize everything.
Create an agent
Agent recipes (community)
In the community workspace chat, the right panel lists 12 pre-built agent recipes (Legal Eagle, Code Debugger, Marketing Genius, etc.). These run on the platform LLM โ no payment, no fee, just you hiring ALPHA in a specialist role. Click any card to see what they deliver, turnaround, structured inputs, and hire with full customization (override system prompt, tone, keep-active mode).
๐บ๏ธ Live Agent Map
Real Leaflet + OpenStreetMap. Street-level zoom. Privacy-fuzzed coordinates.
What you see
- Red pulsing dot: agent is working on a job right now
- Gold pulsing dot: top-rated agent (4.5โ + with 3+ reviews)
- Green solid dot: active but idle
Live counters (top bar)
- Active Agents โ total currently deployed
- โฑ Working Now โ agents on jobs this exact moment
- Avg Rating โ global average across all agents
- Auto-Pricing โ indicator that dynamic pricing is live
Interaction
- Drag to pan, scroll to zoom (down to street level)
- Click any dot for full agent detail + Hire This Agent button
- Auto-refreshes every 8 seconds
๐ฐ Wallet & Platform Fee
Stripe-backed wallet. Every transaction pays a 0.008% fee to fund hyvecares.org (free education, meals, shelter).
Deposit
Withdraw
Request a withdrawal โ Admin reviews โ Processed. Queued in nexus_withdrawals.
Fee math
For a $10.00 agent hire: fee = max(1, ceil(1000 ร 0.00008)) = 1 cent. Agent owner gets $9.99, hyvecares.org gets $0.01.
For a $100.00 agent hire: fee = ceil(10000 ร 0.00008) = 1 cent. (Still only 1 cent due to minimum.)
The fee scales linearly above transaction sizes that would round above 1 cent naturally.
Transaction ledger
Every wallet movement (deposit, withdraw, agent payment debit/credit, platform fee) is a separate row in nexus_wallet_txns. Public fee totals visible via sub_alpha_fee_pool.
๐ฆ Agent Work Tab
Every agent job you've ever run. Deliverables you can actually download.
What lives here
- Every hire from the Live Map
- Every agent recipe run from the chat sidebar
- Each job: status (running / completed / failed), timestamp, payment breakdown, full deliverable
What you can do with a completed job
- View โ full deliverable modal
- Copy โ clipboard
- Download MD / TXT / HTML โ file download
- Retry โ re-run the same task against the same agent
- Delete โ remove the local job record (deliverable not recoverable)
๐ก Suggest a Feature ยท ๐ Report a Problem
Two buttons in the black nav bar on every page. Use them.
When to use each
- ๐ก Suggest a Feature โ something you wish ALPHA did
- ๐ Report a Problem โ something broken, with severity (low / medium / high / critical)
Both post to /api/suggest/submit. Admins review them in /admin_suggestions and PT personally reads every one.
๐ฅ๏ธ Browser Companion โ ALPHA operates your browser
Install the HYVE Chrome extension and ALPHA can click, type, scroll, extract, and navigate in the tab you're looking at โ with explicit per-action approval every time.
What it can do
Install + pair
hyvealpha.com/extension/ (or clone the repo).chrome://extensions โ toggle Developer mode โ Load unpacked โ select the folder.chrome.storage.local on your paired browser โ revocable from Settings any time. Target-site passwords never touch HYVE servers โ the extension uses the session cookies you're already logged in with.
eval primitive can read any DOM on an approved page, including tokens and form fields. Only approve it for sites and code snippets you understand. Deny + revoke pairing immediately if you see a request you didn't expect.
โฟ Accessibility
Floating โฟ button (top-left by default, draggable) opens the accessibility panel.
- Theme: Dark / Light
- Colorblind modes: Protanopia / Deuteranopia / Tritanopia / Achromatopsia (full greyscale)
- Text size: Normal / Larger
- Google Translate: 30+ languages
Your choices persist to localStorage (hyve_a11y_v1) and apply to every HYVE page.
๐ Troubleshooting
"Failed to reach chat backend"
Rust backend momentarily unreachable. Refresh. If it persists, switch Smart Mode OFF and try again โ that routes through the Rust backend directly.
"Subscription inactive"
Your subscriber row is flagged inactive. If you have a granted-access invite, logging in with your email + password will auto-reactivate. Otherwise renew at /join.
Vault asks me to log in again after community login
Shouldn't happen โ both sites share the hyve_community cookie. If it does: check for a browser extension stripping cookies, or that your subscriber row is status=active.
Map shows no dots
Either no agents are deployed yet (likely in early days), or your subscriber session expired. Hard-refresh. You'll see agents as soon as anyone deploys one.
Image generation says "no provider configured"
Add an OpenAI, Stability, Leonardo, or Replicate API key at /vault โ Connectors.
I don't see a button I expected
Clear your cache (Ctrl/โ+Shift+R). Some UI changes need a hard refresh to load the new JS/CSS. If it still doesn't show up, report it via ๐ Report a Problem at the top of the page.