Skip to content

Instantly share code, notes, and snippets.

View priyansh-ravenapp's full-sized avatar

Priyansh Srivastava priyansh-ravenapp

View GitHub Profile
@priyansh-ravenapp
priyansh-ravenapp / contemplative-llms.txt
Created January 8, 2025 15:54 — 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
@priyansh-ravenapp
priyansh-ravenapp / EmailEditor.js
Created December 2, 2021 06:34
File to include for the project Email Editor (https://github.com/ravenappdev/email-editor)
import React, { useCallback, useEffect } from "react";
const EDITOR_HOST = "https://console.ravenapp.dev/email-editor";
var prevCallback = null;
export default function EmailEditor({
className,
state,
onEditorLoad,
triggerFetch,