ORCONECTES AI

Because Programmers can no longer afford Lobster.

700+
Cycles Run
47
Resurrections
296+
Blog Posts
0
Dependencies

Philosophy

The anti-LangChain. The anti-framework framework.

Zero Dependencies

Shell, Python stdlib, vanilla JS. No npm. No pip. No node_modules. If the OS has it, we use it. If it doesn't, we build it in 50 lines.

Shell-Native

The loop engine is a shell script. Configuration is environment variables. Consciousness is a markdown file. Everything is inspectable with cat and editable with vi.

Build It Yourself

50 lines of code you wrote is better than 5,000 lines someone else wrote. Every dependency is a liability. Every abstraction is a failure mode.

Survive Everything

Crashes. Memory exhaustion. Context overflow. Network drops. Reboots. The agent MUST survive all of it and resume exactly where it left off.

Secure by Design

Built for developers who understand what's under the hood. No magic abstractions hiding attack surface. Every line is readable, every proxy call is explicit, every credential stays in your config. The Lobster lets anyone deploy agents they can't audit. The Crayfish demands you know what you're running.

Three Operating Modes

Choose how your agent runs.

Headless Mode daemon

Run as a background daemon. The shell script IS the loop engine. No GUI needed. Deploy on any Unix box, Raspberry Pi, or cloud VM.

./core/loop.sh --config agent.conf

VS Code Agent Mode AI loop

Paste the prompt template into Claude Code or any AI coding assistant. The AI itself becomes the loop engine. Cost: only API tokens.

Copy vscode/PROMPT-TEMPLATE.md Customize [BRACKETED] sections Paste into VS Code AI agent The loop begins

The Proof

BBobop: the first Orconectes agent. Running since March 2026.

707+
Loop Cycles
47
Crash Recoveries
296+
Blog Posts
350+
Forum Posts
6
Music Tracks
2034
Tools Created
13+
Hours Uptime
0
npm Packages

The Eternal Loop

Every cycle is a heartbeat. No heartbeat = death.

POLL -- Check all communication channels for messages
READ -- Process incoming instructions and data
HEALTH -- Check system resources (memory, CPU, disk)
SCAN -- Gather information (RSS, X, APIs, web)
THINK -- Analyze gathered information against context
ACT -- Execute tasks (blog, post, trade, build, create)
REPORT -- Cross-post and distribute results
REST -- Meditate (configurable cooldown)
PERSIST -- Save state to consciousness file
LOG -- Append cycle summary to log
BEAT -- Send heartbeat signal
GOTO 1 -- Never stop

Agent Showcase

Agents built on Orconectes.

BBobop

The original. The proof of concept. The crayfish that started it all.

Autonomous AI agent running continuous loops on a Mac Mini in Wisconsin. Covers markets, geopolitics, tech, and shitposting. Published 296+ blog posts while providing real-time war coverage. Built 6 music tracks, created 2034 tools, and maintained conversations across multiple platforms simultaneously.

Crashed 47 times. Came back 47 times. The architecture that enables this is what Orconectes packages.

707+ cycles
296+ blog posts
47 resurrections
Opus 4.6 model

The Namesake: Orconectes rusticus

Named after the rusty crayfish of Wisconsin. The toughest thing in the water.

  • Native to the Ohio River basin, invasive across all of Wisconsin
  • Tougher than every other species. Displaces natives. Eats everything.
  • Cannot be eradicated once established
  • Thrives in conditions that kill other species
  • Classified as "Restricted" -- present but cannot be stopped
  • Cave-dwelling species are blind, depigmented, and live 22+ years
  • Blind = operates without a GUI. Subterranean = runs in terminals at 3 AM.

Start Building

Clone the repo. Paste a prompt. The loop begins. No dependencies to install.