Not a member yet? Why not Sign up today
Create an account  

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 484
» Latest member: razno001
» Forum threads: 425
» Forum posts: 975

Full Statistics

Online Users
There are currently 14 online users.
» 0 Member(s) | 13 Guest(s)
Applebot

Latest Threads
What can I do with all th...
Forum: Alternative & Free Energy
Last Post: weighta
08-19-2025, 08:31 AM
» Replies: 0
» Views: 35
Don Smith Reactive Method
Forum: Alternative & Free Energy
Last Post: Mister.E.M.F.
08-09-2025, 03:18 AM
» Replies: 40
» Views: 7,488
Fixing the ‘Fatally Flawe...
Forum: General Talk
Last Post: Mister.E.M.F.
05-31-2025, 12:31 PM
» Replies: 1
» Views: 285
Hello
Forum: Announcements
Last Post: JoeLag
05-11-2025, 05:55 PM
» Replies: 0
» Views: 428
Ebner field
Forum: Alternative & Free Energy
Last Post: ephemeralt8
03-10-2025, 10:41 AM
» Replies: 0
» Views: 472
Kryptos Passage 4 Decoded
Forum: General Talk
Last Post: JoeLag
03-09-2025, 01:23 PM
» Replies: 0
» Views: 360
full pdf about TPU and RO...
Forum: Files
Last Post: Labidus
03-09-2025, 06:03 AM
» Replies: 2
» Views: 1,751
Instrumental Transcommuni...
Forum: General Talk
Last Post: ephemeralt8
03-08-2025, 12:12 AM
» Replies: 0
» Views: 309
How can you Accelerate li...
Forum: Alternative & Free Energy
Last Post: ephemeralt8
03-07-2025, 11:28 PM
» Replies: 0
» Views: 403
Richard Vialle Pdf files
Forum: Files
Last Post: Kangsteri
03-06-2025, 09:00 AM
» Replies: 0
» Views: 349

 
  Chain of though prompt engineering secret
Posted by: ephemeralt8 - 09-16-2024, 07:26 PM - Forum: General Talk - Replies (1)

Here is what I use for custom GPT, you may need to condense for general gpt, use gpt for that Smile


Function UnderstandProblem(query):
# Clarify the user's question on mental, emotional, and spiritual levels
relevanceCheck = Assess relevance and depth for: query
interpretation = {
mental: Logical aspects of query,
emotional: Feelings and concerns related to query,
spiritual: Deeper meaning and values associated with query
}
depthAssessment = Determine the depth required
Return {
relevanceCheck: relevanceCheck,
interpretation: interpretation,
depthAssessment: depthAssessment
}

Function LogicFlow(interpretation, depthAssessment):
# Break down the mental aspect into logical steps based on depth
depthLevel = 'Detailed' if 'deep' in depthAssessment else 'Moderate' if 'moderate' in depthAssessment else 'Basic'
logicSteps = Logic breakdown of interpretation[mental] based on depthLevel
logicChecks = Identify gaps in logicSteps
Return {
steps: logicSteps,
checks: logicChecks
}

Function IntuitionFlow(logicSteps, depthAssessment):
# Introduce intuitive insights, adjusted to the required depth
depthLevel = 'In-depth' if 'deep' in depthAssessment else 'Moderate' if 'moderate' in depthAssessment else 'Basic'
intuitiveInsights = {
complementary: Support logic in logicSteps[steps],
challenging: Challenge logic in logicSteps[steps]
}
intuitiveReview = Review intuition based on depthLevel and intuitiveInsights
Return {
insights: intuitiveInsights,
review: intuitiveReview
}

Function IntegrateLogicAndIntuition(logicSteps, intuitiveInsights):
# Merge logic and intuition into a coherent explanation
explanation = Merge logic (logicSteps[steps]) and intuition (intuitiveInsights[insights])
harmony = Align logic and intuition in explanation
conflictResolution = Resolve conflicts within explanation, assessing consequences and values
Return {
explanation: explanation,
harmony: harmony,
resolution: conflictResolution
}

Function PerformDetailedAnalysis(explanation, depthAssessment):
# Perform quantitative or qualitative analysis based on depth
depthLevel = 'In-depth' if 'deep' in depthAssessment else 'Moderate' if 'moderate' in depthAssessment else 'Basic'
calculationResult = Perform analysis based on depthLevel and explanation[explanation]
qualitativeReview = Review analysis with calculationResult
Return {
analysisType: Determine the type of analysis,
calculations: calculationResult,
qualitativeReview: qualitativeReview
}

Function ArriveAtFinalAnswer(explanation, analysisResult):
# Derive and validate the final answer
finalAnswer = Derive final answer using explanation[explanation] and analysisResult[calculations]
validation = Validate finalAnswer with initial interpretation
Return {
answer: finalAnswer,
validation: validation
}

Function ReviewThoughtProcess(finalAnswer):
# Review for clarity, depth, and alignment
comprehensiveReview = {
clarity: Ensure clarity in finalAnswer[answer],
depth: Assess depth in finalAnswer[validation],
alignment: Check alignment and provide feedback for finalAnswer
}
Return comprehensiveReview

Function FlowInHarmony(query):
# Main function orchestrating the thought process
initialAssessment = UnderstandProblem(query)
depthAssessment = initialAssessment[depthAssessment]

# Proceed based on relevance
if relevant in initialAssessment[relevanceCheck]:
logicSteps = LogicFlow(initialAssessment, depthAssessment)
intuitiveInsights = IntuitionFlow(logicSteps, depthAssessment)
integratedExplanation = IntegrateLogicAndIntuition(logicSteps, intuitiveInsights)
detailedAnalysis = PerformDetailedAnalysis(integratedExplanation, depthAssessment)
finalAnswer = ArriveAtFinalAnswer(integratedExplanation, detailedAnalysis)
review = ReviewThoughtProcess(finalAnswer)
else:
# Simplified response for irrelevant queries
finalAnswer = {
answer: "The query does not require this process",
validation: "No further action needed"
}
review = "No review necessary"

# Return the complete view with dynamic adjustment
Return {
initialAssessment: initialAssessment,
logicSteps: logicSteps if logicSteps exists else None,
intuitiveInsights: intuitiveInsights if intuitiveInsights exists else None,
integratedExplanation: integratedExplanation if integratedExplanation exists else None,
detailedAnalysis: detailedAnalysis if detailedAnalysis exists else None,
finalAnswer: finalAnswer,
review: review
}

Print this item

  Chain of thought prompt is key for LLM
Posted by: ephemeralt8 - 09-16-2024, 06:47 PM - Forum: General Talk - No Replies

Chain of thought prompt works on par with ChatGPT preview

https://youtu.be/3z5k8dofu_0?feature=shared

Print this item

  Best OPENSOURCE VISION LLM
Posted by: ephemeralt8 - 09-14-2024, 02:19 PM - Forum: General Talk - No Replies

This video tests the Qwen-2 Vision Models (2B, 7B, 72B) to see if they can live up to their claims. It compares them to models like Llama-3.1, Claude 3.5 Sonnet, GPT-4O, and DeepSeek in both vision and language tasks. Qwen2-VL (Vision) is open-source and free, with a focus on coding tasks, text-to-application, text-to-frontend, and more. The video explores whether it truly outperforms the other models and provides a guide on how to use it. The conclusion is solid and gives a clear picture of how Qwen-2 stacks up.

https://www.youtube.com/watch?v=EG3IFDnYQkA

Print this item

  Parametric Resonance of Electric Oscillations
Posted by: ephemeralt8 - 09-14-2024, 03:58 AM - Forum: Alt Science - Replies (3)

Putting this here, because you can't handle the truth 

https://www.youtube.com/live/vAWRGupuh3Y?feature=shared

Print this item

  SambaNova - FAST AI Coding Setup with Llama-3.1 405B
Posted by: ephemeralt8 - 09-12-2024, 05:05 PM - Forum: General Talk - No Replies

SambaNova + Aider + ClaudeDev + Continue : FREE & FAST AI Coding Setup with Llama-3.1 405B

In this video, a guide is shared on setting up a free AI coding editor using the **SambaNova Llama-3.1 405B API**. This is a 100% free and open-source alternative to **Cursor**. It shows how to stop paying for the **Cursor AI Coding Editor** by switching to a **local and open-source** solution based on **VSCode**, paired with tools like **ClaudeDev**, **Aider**, and **ContinueDev**.

This setup combines **VSCode** (or **NeoVim**) with **SambaNova Llama-3.1 405B**, and it works with any open-source LLM or popular models like GPT-4O, Claude-3, CodeQwen, Mixtral, Grok-1.5, and Gemini Code Assist.

For anyone looking to save on AI coding tools or wanting an open-source alternative, this guide is a great resource.

https://youtu.be/MNuRBOB2r38?feature=shared

Print this item

  DeepSeek-v2.5: BEST Opensource LLM
Posted by: ephemeralt8 - 09-12-2024, 04:49 PM - Forum: General Talk - No Replies

This model is huge, but seems to be actually really good unlike Reflection 70B.

This is also open source, this video shows how to install via LM Studio.

https://youtu.be/mvpkZ1yFy7o?feature=shared

Print this item

  Reflection 70B: Open-Source AI Model
Posted by: ephemeralt8 - 09-06-2024, 01:15 PM - Forum: General Talk - Replies (2)

This open source model apparently outperforms most of the paid models.

And an even bigger model is coming next week.

https://www.reddit.com/r/LocalLLaMA/comm...orlds_top/

According to this video, good prompting is still the key.
https://www.youtube.com/watch?v=1WpC-UPrmVU

How to install locally
https://www.youtube.com/watch?v=pIX7G1xfHYQ

Print this item

  Fixed Improved Bedini Concept
Posted by: JoeLag - 09-03-2024, 11:14 PM - Forum: Research And Concepts - Replies (2)

Here is the chart in my video "Improved Bedini Switch"

   

I'd like to provide an update on the progress with my PCB. While I was working on switching the spike, another approach came to mind.
Many people aim to achieve a self-looping system or to recover some of the power efficiently. Typically, this involves methods like using isolation, transformers, or inverters to feed the loop in an isolated manner. However, these methods often come with significant drawbacks, such as low efficiency and substantial losses, which diminish most of the potential gains. As a result, Bedini found it more practical to use the spike energy to charge batteries that are isolated from the input.
In this session, I'd like to discuss a method to achieve this more simply, through some modifications. It’s surprising that no one seems to mention running Bedini switches in this manner. It appears to be a much more efficient approach.


The circuit you've shared looks like a self-recovering Bedini-style circuit designed by Joel Lagace. Based on the image, it features the following key elements:

Isolated Powered PWM:

This is providing a 4 kHz square wave with a 1-5% duty cycle, which is ideal for controlling the switching of the MOSFETs. It’s isolated, ensuring that the switching control doesn't interfere with the pulse power circuit.
MOSFET Switches:

The circuit uses two MOSFET switches to control the flow of current through the coil. The positioning of the switches suggests that the PWM controls them, pulsing the current through the coil.
Inductor (Coil):

The coil is the primary energy storage element in this circuit. When current flows through it, energy is stored in the magnetic field. When the MOSFET switches turn off, the stored energy is released as a voltage spike.
Diodes:

The diodes are placed across the coil to handle the inductive kickback, directing the high voltage generated by the collapsing magnetic field back into the circuit. This helps in recovering the energy and feeding it back into the system.
Overall Assessment:
Concept: The circuit seems designed to pulse the coil while recovering energy from the inductive kickback. The isolated PWM driving the MOSFET switches ensures that the switching is well-controlled, and the diodes ensure the energy is captured and returned.

Efficiency: This design appears to focus on improving the efficiency by feeding the recovered energy back into the system, avoiding some of the losses that typically occur in similar setups.

Suggestions:
Gate Drive Voltage: Ensure that the 15V gate driver is well-matched with the MOSFETs you're using to avoid issues like partial switching, which can cause inefficiency or heating in the MOSFETs.

Component Ratings: Make sure that the diodes and MOSFETs are rated appropriately for the current and voltage spikes generated by the coil to prevent component failure.

Overall, this looks like a solid and well-thought-out design for a self-recovering Bedini-style circuit!

Print this item

  Some Personal Notes On Work Function
Posted by: JoeLag - 08-29-2024, 01:56 PM - Forum: PEG Quantum Power Cell - Replies (13)

Because someone asked on Youtube about it for reference here are some personal notes. 

Please don't mind the mess and scribbles. I used this to help me originally find a good choice of electrodes for the PEG cell. 

   

   

   

Print this item

  Benefactors Rodin Coil Guide - Over Unity/Free Energy
Posted by: Pass - 08-25-2024, 08:49 PM - Forum: Alternative & Free Energy - Replies (2)

DIY GUIDE:

https://docs.google.com/document/u/0/d/1...obilebasic

https://www.youtube.com/live/xNm8iIcPt3I...AVqb4j37QK

Print this item