Skip to content

Instantly share code, notes, and snippets.

View mgurbanzade's full-sized avatar
🤘
My descent is the story of every man

Mahram mgurbanzade

🤘
My descent is the story of every man
View GitHub Profile
@mgurbanzade
mgurbanzade / contemplative-llms.txt
Created January 13, 2025 01:27 — 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
@mgurbanzade
mgurbanzade / gist:76533704366fcc490be444c9a3a05635
Created December 14, 2018 07:22 — forked from jugyo/gist:865475
TextMate command to convert slim to html
#!/usr/bin/env ruby
# Input: Selected Text or Nothing
# Output: Replace Selected Text
require 'tempfile'
def unindent(text)
lines = text.split(/\n/)
level = lines.map{|l| l[/^\s*/].size}.min