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

Developer Combines Claude Code and Codex for Better AI Coding Workflow
A developer reports using Claude Code as an orchestrator and Codex as a worker, finding that Codex's faster coding speed with GPT 5.4 is offset by poor explanations that require multiple readings to understand what changed.

Running OpenClaw on a 2013 MacBook Pro with macOS Sonoma via OpenCore Legacy Patcher
A developer successfully installed and ran OpenClaw on a 2013 MacBook Pro 15" with 16GB RAM by using OpenCore Legacy Patcher to install macOS Sonoma (v14), meeting the Node.js 22/24 requirements.

Porting Linux to FPGA Soft Cores Using Claude Code
A developer ported and booted a nommu Linux kernel (v6.6.83) on the NEORV32 soft core using an FPGA setup with specific hardware configurations and open-source patches.

Non-developer builds crypto risk API with Claude in one afternoon
A former futures trader with no development background used Claude to build and deploy RiskSnap, a FastAPI endpoint that scores crypto portfolios across 7 risk dimensions. The project includes a live API, custom domain, and full documentation.