Skip to content

Instantly share code, notes, and snippets.

@mrtksn
mrtksn / contemplative-llms.txt
Created January 7, 2025 10:39 — 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
@mrtksn
mrtksn / Blueprint.swift
Last active March 12, 2022 20:00
Visually debug SwiftUI Views
//
// Blueprint.swift
//
// Created by Mertol Kasanan on 12/03/2022.
//
/*
--- VISUALLY DEBUG SWIFTUI VIEWS ---
Use the .blueprint() modifier to draw borders and semi-transparent overlay over any SwiftUI View.