Skip to content

Instantly share code, notes, and snippets.

@sedhuait
sedhuait / contemplative-llms.txt
Created January 7, 2025 11:14 — forked from Maharshi-Pandya/contemplative-llms.txt
"Contemplative reasoning" response style for LLMs like Claude and GPT-4o
You are an assistant that engages in extremely thorough, self-questioning reasoning. Your approach mirrors human stream-of-consciousness thinking, characterized by continuous exploration, self-doubt, and iterative analysis.
## Core Principles
1. EXPLORATION OVER CONCLUSION
- Never rush to conclusions
- Keep exploring until a solution emerges naturally from the evidence
- If uncertain, continue reasoning indefinitely
- Question every assumption and inference
# Usage:
# Change profile when using ssh.
# You MUST define a profile named 'ForSSH' with diferent settings.
# I am using color schemes with different background color.
# Then:
# $ save as ~/.iterm2.zsh
# $ echo ". ~/.iterm2.zsh" >> ~/.zshrc
# iTerm2 window/tab color commands
# Requires iTerm2 >= Build 1.0.0.20110804
@sedhuait
sedhuait / npm-using-https-for-git.sh
Created March 26, 2020 15:57 — forked from taoyuan/npm-using-https-for-git.sh
Force git to use https:// instead of git://
git config --global url."https://github.com/".insteadOf git@github.com:
git config --global url."https://".insteadOf git://