Skip to content

Instantly share code, notes, and snippets.

View withLinda's full-sized avatar

Linda withLinda

View GitHub Profile
@withLinda
withLinda / contemplative-llms.txt
Created January 8, 2025 13:00 — 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
original_string = input("Enter the original string: ")
# Split the string by '/' separator
split_string = original_string.split('/')
# Extract required parts from the split string
expression = split_string[3]
number = split_string[5].lstrip('0')
# Create the new string
@withLinda
withLinda / Fundamentals.ipynb
Created January 24, 2023 08:49
Scrapr Fundamentals
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.