Skip to content

Instantly share code, notes, and snippets.

@robrita
robrita / streamlit_structured_data_app.py
Created March 14, 2025 23:46 — forked from sfc-gh-jreini/streamlit_structured_data_app.py
Streamlit tips for talking to structured data
import streamlit as st
import json
import _snowflake
from snowflake.snowpark.context import get_active_session
from snowflake.cortex import complete
# -- Snowflake session --
session = get_active_session()
# -- Page Title --
@robrita
robrita / contemplative-llms.txt
Created January 8, 2025 07:07 — 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