Shubham1eall
🌟 Founding MemberSystem Architect & Problem Solver
Code Copied
4
Published Labs
2
Articles Written
0
Article Reads
0
🧪 Public Experiments
gpt-4oGeneralEngineering
Hierchical Study for quick learners
This prompt helps u to understand and learn about a concept precisely and quickly.
[CONCEPT NAME]
├── NEED
│ ├── (Why this concept exists – what problem does it solve?)
│ ├── (What would happen without it?)
│ └── (What are the consequences of not using it?)
│
├── CORE LOGIC
│ ├── (Fundamental principle in 1–2 sentences – the heart of the concept)
│ └── (How it works at a basic level – the underlying mechanism)
│
├── HISTORICAL ORIGIN / DEVELOPMENT (if applicable)
│ ├── (Who invented/developed it? When?)
│ ├── (Why was it developed? What need drove it?)
│ └── (How has it evolved over time?)
│
├── CLASSIFICATION / TYPES (if applicable)
│ ├── TYPE 1: [Name]
│ │ ├── Core logic
│ │ ├── Characteristics
│ │ ├── Advantages
│ │ ├── Limitations
│ │ └── Applications
│ │
│ ├── TYPE 2: [Name]
│ │ ├── Core logic
│ │ ├── Characteristics
│ │ ├── Advantages
│ │ ├── Limitations
│ │ └── Applications
│ │
│ └── (Continue for all types...)
│
├── KEY COMPONENTS / PARTS / ELEMENTS (if applicable)
│ ├── Component 1: [Name]
│ │ ├── Function
│ │ ├── How it works
│ │ └── Importance
│ │
│ ├── Component 2: [Name]
│ │ ├── Function
│ │ ├── How it works
│ │ └── Importance
│ │
│ └── (Continue for all components...)
│
├── PROCESS / PROCEDURE / WORKING (Step-by-Step)
│ ├── STEP 1: [Name]
│ │ ├── What happens
│ │ ├── Key parameters / conditions
│ │ └── Why it\\\'s important
│ │
│ ├── STEP 2: [Name]
│ │ ├── What happens
│ │ ├── Key parameters / conditions
│ │ └── Why it\\\'s important
│ │
│ └── (Continue for all steps...)
│
├── MATERIALS USED (if applicable)
│ ├── Material 1: [Name]
│ │ ├── Properties required
│ │ ├── Why suitable
│ │ └── Typical applications
│ │
│ ├── Material 2: [Name]
│ │ ├── Properties required
│ │ ├── Why suitable
│ │ └── Typical applications
│ │
│ └── (Continue for all materials...)
│
├── KEY PARAMETERS / VARIABLES (The numbers that matter)
│ ├── Parameter 1: [Name]
│ │ ├── Typical range / value
│ │ ├── What it controls
│ │ ├── Effect of increasing it
│ │ └── Effect of decreasing it
│ │
│ ├── Parameter 2: [Name]
│ │ ├── Typical range / value
│ │ ├── What it controls
│ │ ├── Effect of increasing it
│ │ └── Effect of decreasing it
│ │
│ └── (Continue for all parameters...)
│
├── ADVANTAGES (Bulleted with explanations)
│ ├── Advantage 1: [Name]
│ │ └── (Why it\\\'s beneficial, what problem it solves)
│ │
│ ├── Advantage 2: [Name]
│ │ └── (Why it\\\'s beneficial, what problem it solves)
│ │
│ └── (Continue for all advantages...)
│
├── LIMITATIONS / DISADVANTAGES (Bulleted with explanations)
│ ├── Limitation 1: [Name]
│ │ └── (Why it\\\'s a problem, when it becomes critical)
│ │
│ ├── Limitation 2: [Name]
│ │ └── (Why it\\\'s a problem, when it becomes critical)
│ │
│ └── (Continue for all limitations...)
│
├── APPLICATIONS (Real-world uses)
│ ├── Industry 1: [Name]
│ │ ├── Specific components / products
│ │ └── Why this process is chosen
│ │
│ ├── Industry 2: [Name]
│ │ ├── Specific components / products
│ │ └── Why this process is chosen
│ │
│ └── (Continue for all industries...)
│
├── DEFECTS / FAILURE MODES (if applicable)
│ ├── Defect 1: [Name]
│ │ ├── Appearance / identification
│ │ ├── Causes
│ │ └── Remedies / prevention
│ │
│ ├── Defect 2: [Name]
│ │ ├── Appearance / identification
│ │ ├── Causes
│ │ └── Remedies / prevention
│ │
│ └── (Continue for all defects...)
│
├── COMPARISON WITH RELATED PROCESSES (if applicable)
│ ├── vs [Related Process 1]
│ │ ├── Similarities
│ │ ├── Differences
│ │ └── When to choose which
│ │
│ ├── vs [Related Process 2]
│ │ ├── Similarities
│ │ ├── Differences
│ │ └── When to choose which
│ │
│ └── (Continue for all comparisons...)
│
├── DEEP INSIGHTS (Topper Level – expert knowledge)
│ ├── Insight 1: (Something non-obvious, counterintuitive, or advanced)
│ │ └── Explanation / significance
│ │
│ ├── Insight 2: (Another deep point)
│ │ └── Explanation / significance
│ │
│ └── Insight 3: (Another deep point)
│ └── Explanation / significance
│
├── QUICK MEMORY RECALL
│ ├── Analogy: (One powerful analogy that captures the essence)
│ ├── Killer One-Line: (One-sentence summary – can\\\'t forget)
│ └── If-Then Logic: (Cause-effect rule for decision making – \\\"If [situation], then [choice/consequence]\\\")
│
└── 1-MINUTE MIND MAP (Hierarchical, clean, ready for revision)
├── (Top-level category 1)
│ ├── (Sub-item)
│ │ ├── (Sub-sub-item)
│ │ └── (Sub-sub-item)
│ └── (Sub-item)
│
└── (Top-level category 2)
├── (Sub-item)
└── (Sub-item)
ONE-LINE FINAL TAKEAWAY: (One sentence that captures the absolute essence – exam perfect)
⛶ Read Full Prompt
├── NEED
│ ├── (Why this concept exists – what problem does it solve?)
│ ├── (What would happen without it?)
│ └── (What are the consequences of not using it?)
│
├── CORE LOGIC
│ ├── (Fundamental principle in 1–2 sentences – the heart of the concept)
│ └── (How it works at a basic level – the underlying mechanism)
│
├── HISTORICAL ORIGIN / DEVELOPMENT (if applicable)
│ ├── (Who invented/developed it? When?)
│ ├── (Why was it developed? What need drove it?)
│ └── (How has it evolved over time?)
│
├── CLASSIFICATION / TYPES (if applicable)
│ ├── TYPE 1: [Name]
│ │ ├── Core logic
│ │ ├── Characteristics
│ │ ├── Advantages
│ │ ├── Limitations
│ │ └── Applications
│ │
│ ├── TYPE 2: [Name]
│ │ ├── Core logic
│ │ ├── Characteristics
│ │ ├── Advantages
│ │ ├── Limitations
│ │ └── Applications
│ │
│ └── (Continue for all types...)
│
├── KEY COMPONENTS / PARTS / ELEMENTS (if applicable)
│ ├── Component 1: [Name]
│ │ ├── Function
│ │ ├── How it works
│ │ └── Importance
│ │
│ ├── Component 2: [Name]
│ │ ├── Function
│ │ ├── How it works
│ │ └── Importance
│ │
│ └── (Continue for all components...)
│
├── PROCESS / PROCEDURE / WORKING (Step-by-Step)
│ ├── STEP 1: [Name]
│ │ ├── What happens
│ │ ├── Key parameters / conditions
│ │ └── Why it\\\'s important
│ │
│ ├── STEP 2: [Name]
│ │ ├── What happens
│ │ ├── Key parameters / conditions
│ │ └── Why it\\\'s important
│ │
│ └── (Continue for all steps...)
│
├── MATERIALS USED (if applicable)
│ ├── Material 1: [Name]
│ │ ├── Properties required
│ │ ├── Why suitable
│ │ └── Typical applications
│ │
│ ├── Material 2: [Name]
│ │ ├── Properties required
│ │ ├── Why suitable
│ │ └── Typical applications
│ │
│ └── (Continue for all materials...)
│
├── KEY PARAMETERS / VARIABLES (The numbers that matter)
│ ├── Parameter 1: [Name]
│ │ ├── Typical range / value
│ │ ├── What it controls
│ │ ├── Effect of increasing it
│ │ └── Effect of decreasing it
│ │
│ ├── Parameter 2: [Name]
│ │ ├── Typical range / value
│ │ ├── What it controls
│ │ ├── Effect of increasing it
│ │ └── Effect of decreasing it
│ │
│ └── (Continue for all parameters...)
│
├── ADVANTAGES (Bulleted with explanations)
│ ├── Advantage 1: [Name]
│ │ └── (Why it\\\'s beneficial, what problem it solves)
│ │
│ ├── Advantage 2: [Name]
│ │ └── (Why it\\\'s beneficial, what problem it solves)
│ │
│ └── (Continue for all advantages...)
│
├── LIMITATIONS / DISADVANTAGES (Bulleted with explanations)
│ ├── Limitation 1: [Name]
│ │ └── (Why it\\\'s a problem, when it becomes critical)
│ │
│ ├── Limitation 2: [Name]
│ │ └── (Why it\\\'s a problem, when it becomes critical)
│ │
│ └── (Continue for all limitations...)
│
├── APPLICATIONS (Real-world uses)
│ ├── Industry 1: [Name]
│ │ ├── Specific components / products
│ │ └── Why this process is chosen
│ │
│ ├── Industry 2: [Name]
│ │ ├── Specific components / products
│ │ └── Why this process is chosen
│ │
│ └── (Continue for all industries...)
│
├── DEFECTS / FAILURE MODES (if applicable)
│ ├── Defect 1: [Name]
│ │ ├── Appearance / identification
│ │ ├── Causes
│ │ └── Remedies / prevention
│ │
│ ├── Defect 2: [Name]
│ │ ├── Appearance / identification
│ │ ├── Causes
│ │ └── Remedies / prevention
│ │
│ └── (Continue for all defects...)
│
├── COMPARISON WITH RELATED PROCESSES (if applicable)
│ ├── vs [Related Process 1]
│ │ ├── Similarities
│ │ ├── Differences
│ │ └── When to choose which
│ │
│ ├── vs [Related Process 2]
│ │ ├── Similarities
│ │ ├── Differences
│ │ └── When to choose which
│ │
│ └── (Continue for all comparisons...)
│
├── DEEP INSIGHTS (Topper Level – expert knowledge)
│ ├── Insight 1: (Something non-obvious, counterintuitive, or advanced)
│ │ └── Explanation / significance
│ │
│ ├── Insight 2: (Another deep point)
│ │ └── Explanation / significance
│ │
│ └── Insight 3: (Another deep point)
│ └── Explanation / significance
│
├── QUICK MEMORY RECALL
│ ├── Analogy: (One powerful analogy that captures the essence)
│ ├── Killer One-Line: (One-sentence summary – can\\\'t forget)
│ └── If-Then Logic: (Cause-effect rule for decision making – \\\"If [situation], then [choice/consequence]\\\")
│
└── 1-MINUTE MIND MAP (Hierarchical, clean, ready for revision)
├── (Top-level category 1)
│ ├── (Sub-item)
│ │ ├── (Sub-sub-item)
│ │ └── (Sub-sub-item)
│ └── (Sub-item)
│
└── (Top-level category 2)
├── (Sub-item)
└── (Sub-item)
ONE-LINE FINAL TAKEAWAY: (One sentence that captures the absolute essence – exam perfect)
gemini-1-5-proGeneral
Cienmatic Image generation
A medium close-up, dimly lit, moody cinematic photograph. A dark-skinned man with a full, dark beard and short hair, wearing a gray, slightly textured linen long-sleeve button-up shirt, is seated at a dark, polished wood table. He is looking directly at the camera with a steady, deep, and contemplative expression, conveying a sense of thoughtful seriousness and quiet depth. His hands are resting on the table in front of him. To his right (our left), sits a closed, worn leather-bound journal with a distinct aged-brass latch. Resting horizontally on top of the journal is a classic, dark wood fountain pen with a gold nib and clip. The background is an out-of-focus, upscale, rustic speakeasy or library lounge at night, featuring warm, soft bokeh from a series of old-fashioned brass pendant lights and decorative string lights. Subtle textures of a dark wooden wall and a blurred, indistinct figure or structure are barely visible, creating depth. The key lighting is low and directional, coming from the side, casting soft, yet defined shadows on his face and hands, highlighting the texture of his beard, skin, and shirt, giving the scene a painterly quality. The depth of field is shallow, keeping the focus sharp on his face and the foreground items, while the background is completely dissolved into warm, geometric bokeh. Shot on a Canon EOS-1D X Mark III with a 50mm f/1.4 lens, cinematic color grading, natural film grain. The entire image is rich in details, from the subtle wear on the leather journal to the woven pattern of his shirt and the unique wood grain of the pen.
⛶ Read Full Prompt

