Skip to content

Instantly share code, notes, and snippets.

@pyai88
pyai88 / contemplative-llms.txt
Created January 9, 2025 15:02 — 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
@pyai88
pyai88 / report.md
Created July 12, 2024 20:50
Chat bot design and deployment analysis

Ex1.

In the context of designing a chatbot for videos that can use images as prompts, the extent of support for this feature is uncertain. For the use case you mentioned, where a user sends a picture of a person and asks the chatbot for the timestamp of the person’s appearance in the video, this is feasible if we index the faces of individuals appearing at various timestamps.

During testing, when users inquire about the timing of a person’s appearance in the videos, we can search the database and return the corresponding timestamp. This can be achieved even without LLM.

However, if the requirement extends beyond this, for instance, an image and a question that refers to the video’s context, and if we need the image context from the video, this is not fully functional with the current technology. In some cases, where the transcription alone is sufficient to answer the question, it is possible.

But generally, a model that fully comprehends the content of videos is required to answer all types of question