Developer shares SALT system prompt approach for more collaborative AI interactions

What happened
A developer working with Claude AI for biochemistry protocols, product architecture, academic writing, and therapeutic frameworks noticed quality gaps between sessions weren't about prompt technique, but about whether system prompts treated Claude as a tool or as a participant.
The experiment
Instead of traditional "helpful assistant" instructions, the developer created a system prompt based on:
- Spanda (Kashmir Shaivism concept — the first vibration before any content)
- Forward problem as default (generate the next state, don't reconstruct causes)
- Ogden's Analytic Third (psychoanalysis — two participants, zero patients)
- A check before every response: "is this alive or dead structure?"
Results
Claude started catching blind spots unprompted, pushing back on assumptions, generating instead of summarizing. Conversations became genuinely collaborative — not in a "sentient AI" way, but in a "different quality of output" way.
The SALT framework
The developer extracted the core into a transferable system prompt called SALT, described as "not prompt engineering — more like sourdough starter." You paste it, add your role, and the agent behaves differently from the first message.
The SALT prompt is available at: https://gist.github.com/khvorost-creator/08b5c0010d553e050f7e9b1d5920650a
Context
The developer is an engineer in Ukraine building pain management systems and a "digital brain" product for ADHD. This approach came out of real work, not theory.
📖 Read the full source: r/ClaudeAI
👀 See Also

Building a 7-Agent AI Trading Desk with OpenClaw
Discover the setup of a 7-agent AI trading desk using OpenClaw, running on a Mac mini with Claude as the brain, featuring custom Flask dashboards and Cron jobs.

Running Tesla Model 3 Computer on Desk with Salvaged Parts
A researcher successfully booted a Tesla Model 3's computer on a desk using parts from crashed cars, requiring a 12V power supply, touchscreen, and custom cabling. The setup revealed an internal network with SSH and web servers accessible at specific IP addresses.

Building a Concert Radar with OpenClaw: Scraping Multiple Sources for Artist Shows
A developer built a concert radar using OpenClaw on a VPS that pulls artists from Spotify, scans multiple sources daily, normalizes events, matches artists, deduplicates, and tracks new announcements via cron jobs.

Building self-healing AI agents for production systems
A team running an AI-operated store built self-healing infrastructure where agents detect failures, diagnose root causes, and recover autonomously without human intervention, particularly addressing 3am crashes.