Skip to content

Instantly share code, notes, and snippets.

View grantjayy's full-sized avatar
🎧
Zoned in

Grant Jordan grantjayy

🎧
Zoned in
View GitHub Profile
@grantjayy
grantjayy / base_zsh_commands.zsh
Created August 18, 2025 23:21
Quality of life base zsh commands for new installs.
# Functions
# Git add all and commit
function gac() {
git add .
git commit -m "$1"
}
# Git add all and commit, then push
function gacp() {
git add .
@grantjayy
grantjayy / gist:9f8dc4b08bc12b3c0411383ab11f68be
Last active August 8, 2025 14:36
Zen Desktop Slack Block List
127.0.0.1 slack.com
@grantjayy
grantjayy / contemplative-llms.txt
Created January 7, 2025 14:19 — 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