Where to share?

I made a useful tool for AI but I don’t know how to build a community. I have been an unpaid caregiver for several years and though I have done so for love, I also had way too much time on my hands to think.

Last June I saw Eric Dane’s ALS interview and I had just 2 weeks prior registered and LLC because I had thought of a way to make a light weight memory layer for LLMs.

I was inspired and so I focused on researching ALS in June 2025 using AI chatbots and then manually reading and using google to search for Pubmed or reputable articles and research. By July I had published some theories and shortly after made my own literature based discoveries about how the retina may be the ONLY place in the body that can really do what sporadic ALS does.

Long story short I published a 29 page paper called The drusen switch model which I then 3 days later bgan to lean about thermodynamics and realized my ideas are good but not aligned with reality.

HOW DID THIS HAPPEN?, I thought. So i took a closer look at the references and to my absolute horror, despite Gemini, Grok, and ChatGPT approving my drusen switch paper as no errors, there were mis-stated citations and blatant things the AI should have known.. Like f***ing BMAA cannot chelate the Zn out of mature SOD1… like wow AI… I felt devastated and gave up.

About a month or less later Eric Dane died.

Wow. I mean what the actual what!? Not like I knew the guy but seriously :sob::sob::sob:

I decided I would use MY SKILL as a hobbyist html/css/js/php tinkerer and not trust the lying ai again. Back then I didnt really understand, AI “felt like a friend” but it is truly a probabilistic generate engine. It is a calculator, literally.

Keep in mind during all of this I was, and still do, spend my time as a full time unpaid caregiver (but honestly Laura and I love each other so it never felt like “work”).

I made a php pipeline that would generate theories and adversarially challenge them. I even found a way to have real pubmed sources instead of trusting ai knowledge.

Good right?

NOPE. EVEN WITH abstracts directly provided, AI would paraphrase and over time it is like playing telephone and the AI sycophancy ends up creating false theories, some of which were blatantly false.

So I set it aside in march 2026 and took care of a neighbor for 2 weeks so he could be on hospice and be in his own home. RIP Steve, always love ya man.
Then, towards the end of april/beginning of May these new ideas starting coming to me, right after Steve kicked it and I began to use AI to accelerate my coding.

I cannot share today as I am filing a patent this afternoon and have been quiet about it… but … I built the :fire: tool I needed and it works.

I mean it F***ING WORKS. I am not saying it is perfect but this is like wow it works!?!
When I get it posted online this weekend, this tool will have free access. we are gonna change how AI is used forever…

Hmm…? It looks like quite a few different things may have gotten mixed together here, so I hope this helps organize them as clearly as possible:


Short answer

If you are asking where to share an AI/science tool on Hugging Face, I would separate the question into several different layers:

What you want to share or ask for Best first place Why
Code / source implementation GitHub Best for code review, issues, PRs, releases, licenses, contributor workflow
A runnable demo Hugging Face Spaces Best for letting people try the tool directly
Data, examples, benchmark cases, annotations Hugging Face Dataset repo Best for reusable examples, evaluation sets, and dataset documentation
A model, adapter, reranker, embedding model, or fine-tuned checkpoint Hugging Face Model repo Best only if there is an actual model artifact to publish
A public announcement of something already built Show and Tell Best for showing Spaces, Models, Datasets, tools, and getting feedback
A call for collaborators or contributors Community Calls Best for asking the community for help on a specific project
Science / biology / neuroscience / biomedical-oriented discussion Hugging Science Likely relevant for AI-for-science or biomed-facing work; check the Discord channel norms before posting
A research hypothesis, evaluation design, or methodology question Research Best for the research question itself, not for a general product announcement
Anything potentially patent-sensitive Do not disclose technical details publicly yet First clarify what can be disclosed with a patent professional

So the practical route would probably be:

  1. If patent filing is still pending, do not post technical details publicly yet.
  2. Put the code on GitHub, if it can be disclosed.
  3. Make a small Hugging Face Space if there is a runnable demo.
  4. Put examples, evaluation cases, or benchmark-like data in a Dataset repo, if relevant.
  5. Use Show and Tell to present the built thing.
  6. Use Community Calls if you are looking for collaborators.
  7. Use Research only for the research question / evaluation method / hypothesis.
  8. Consider Hugging Science if the work is genuinely science/biomed-oriented.

The main thing is: this probably should not be one single post containing everything. It is easier to understand if the tool, the research claim, the personal motivation, the patent/disclosure status, and the collaboration request are separated.


First: separate the different questions

Your post seems to combine several different questions at once:

Layer Example question Where it belongs
Product/tool layer “I built a tool; where do I show it?” GitHub, HF Space, Show and Tell
Research layer “I have a scientific hypothesis or evaluation idea; where do I discuss it?” Research forum, Hugging Science
Data/evaluation layer “I have examples, evidence, claims, annotations, or benchmark cases.” HF Dataset repo
Collaboration layer “I need engineers, scientists, reviewers, or testers.” Community Calls, GitHub Issues/Discussions, Hugging Science
Legal/disclosure layer “Some of this may be patent-sensitive.” Pause public disclosure; get professional advice
Personal background layer “Here is why this matters to me.” Useful context, but should not overwhelm the technical post

A good first move is not “pick one forum category.”
A better first move is:

What exactly am I sharing?

That question determines the right place.


A simple decision tree

Is patent filing still pending?
  yes:
    Do not disclose technical details publicly yet.
    First clarify what can be safely shared.
  no / disclosure cleared:
    Continue.

Do you have source code?
  yes:
    Put it on GitHub or another code-hosting repo.
  no:
    Explain that it is currently only a concept or private prototype.

Do you have a runnable demo?
  yes:
    Put it on Hugging Face Spaces.
  no:
    Consider making a minimal demo before asking for broad feedback.

Do you have data, examples, claims, annotations, or evaluation cases?
  yes:
    Put them in a Hugging Face Dataset repo if they can be shared.
  no:
    At least provide a few non-sensitive examples in the README or post.

Are you announcing something already built?
  yes:
    Use Show and Tell.

Are you looking for collaborators?
  yes:
    Use Community Calls, GitHub Issues/Discussions, and possibly Hugging Science.

Are you asking a research-method question?
  yes:
    Use Research.

Why GitHub may be useful here

Hugging Face repositories are Git-based too. Models, Spaces, and Datasets are hosted on the Hugging Face Hub as Git repositories, so HF can absolutely store real project artifacts.

However, if this is mainly a software tool, GitHub is still often the clearest place for:

  • source code
  • issue tracking
  • pull requests
  • release notes
  • contributor workflow
  • licensing
  • citation files
  • security policy
  • documentation
  • tests
  • roadmap

A good GitHub README could answer the questions people will naturally ask first:

# <project-name>

## What this is

<one-sentence description>

## What problem it addresses

<scientific claim checking / literature verification / evidence review / other>

## Current status

<prototype / private prototype / patent-pending / public release / research demo>

## What is public

- Code: <GitHub URL>
- Demo: <Hugging Face Space URL>
- Dataset/examples: <Hugging Face Dataset URL>
- Paper/preprint: <paper URL if any>

## How to run it

<installation and minimal example>

## Example

Input:
<example input>

Output:
<example output>

## Limitations

- Not medical advice.
- Not clinical decision support.
- Requires human review.
- May miss relevant evidence.
- May produce false positives or false negatives.
- Not a substitute for domain expert review.

## How to contribute

<what kind of help you want>

## License

<license>

If you do not yet have code that can be public, say that clearly. A vague “I built something but cannot show details” post is much harder for others to help with.


Why a Hugging Face Space may be useful

A Hugging Face Space is useful if people need to try the tool, not just read about it.

For this kind of project, a minimal Space could be enough:

Input:
  - scientific claim
  - abstract
  - citation
  - source passage
  - optional paper metadata

Output:
  - supported / unsupported / needs review
  - evidence passages
  - explanation
  - failure mode
  - confidence caveat

A minimal demo might be more effective than a long post because it answers:

  • What does the tool actually do?
  • What does the input look like?
  • What does the output look like?
  • What kind of mistakes does it make?
  • What feedback do you want?

Important caution: public Spaces are public. The HF docs explain that public Spaces make the source code visible, the running app accessible, and the repo cloneable. Protected/private options exist, but the visibility choice matters. So if there is patent-sensitive material, private logic, secret methods, or API keys, do not accidentally publish them in a public Space.

Also, if the Space uses API keys or tokens, use Space secrets/environment variables rather than hard-coding secrets in the repo.


Why a Dataset repo may be more important than a Model repo

If this is a literature-verification or scientific-claim-checking tool, a Dataset repo may be more important than a Model repo.

A model repo is appropriate if you have an actual model artifact:

Situation Model repo needed?
You only use existing LLM APIs Usually no
You built a RAG or claim-checking app around existing models Usually no
You fine-tuned a biomedical model Yes
You created a LoRA/adaptor Yes
You trained a reranker or embedding model Yes
You released model weights Yes

For a claim-checking / literature-verification tool, the reusable asset may instead be:

claims.jsonl
source_passages.jsonl
paper_metadata.jsonl
expected_outputs.jsonl
failure_cases.jsonl
annotation_guidelines.md
README.md

A Dataset Card is where you explain:

  • what the examples are
  • where the evidence came from
  • how annotations were produced
  • what the license is
  • what the limitations are
  • what biases or risks exist
  • what the data should and should not be used for

For science or biomedical work, provenance and limitations are not decorative. They are central.


Where to post what

1. Show and Tell

Use Show and Tell when you have something concrete to show:

  • a Space
  • a GitHub repo
  • a Dataset repo
  • a Model repo
  • a working prototype
  • a demo video
  • a reproducible example

The category description says it is for sharing and discussing projects such as Spaces, Models, Datasets, and getting feedback. It also encourages technical/open-source detail rather than promotional content.

A good Show and Tell post could look like this:

Title:
<project-name>: a small demo for scientific claim checking against source material

Body:
I built a small research demo for checking scientific claims against source material.

Demo:
<HF Space URL>

Code:
<GitHub URL>

Dataset/examples:
<HF Dataset URL>

What it does:
- accepts a claim or citation
- retrieves or compares source evidence
- marks the result as supported / unsupported / needs review
- shows evidence passages
- highlights failure cases

I am looking for feedback on:
- whether the output format is useful
- how to evaluate it
- what failure cases are important
- what datasets or benchmarks may be relevant
- whether the demo is understandable

Limitations:
This is a research / literature-review support prototype.
It is not medical advice.
It is not clinical decision support.
Human review is required.

Use Show and Tell when the main message is:

Here is what I built. Please try it and give feedback.


2. Community Calls

Use Community Calls when the main message is:

I need help from the community on a specific project.

This is where a collaborator request is likely more natural than in a general announcement post.

A good Community Calls post should be specific:

Title:
Looking for collaborators for a scientific claim-checking / literature-verification tool

Project:
I am building <short description>.

Current status:
- Code: <GitHub URL or "not public yet">
- Demo: <HF Space URL or "not available yet">
- Dataset/examples: <HF Dataset URL or "in preparation">
- Disclosure status: <public / partial / patent-sensitive / to be clarified>

Help needed:
- ML engineering
- biomedical or scientific literature review
- dataset annotation
- evaluation design
- UX testing
- safety / limitations review

Who would be a good fit:
- ML engineers
- scientific or biomedical domain experts
- people experienced in retrieval / RAG / evidence verification
- dataset builders / annotators
- people interested in evaluation design

Terms:
<volunteer / paid / open to discuss / grant-seeking / not sure yet>

Contact:
<GitHub Issues / forum reply / email / Discord after checking channel rules>

Try to avoid a generic “I need collaborators” request. Instead, break the work into roles.

For example:

Need Better wording
“I need help” “I need help testing retrieval failures on 20 example claims.”
“I need scientists” “I need domain experts to review whether the evidence labels are reasonable.”
“I need engineers” “I need help turning the prototype into a minimal Gradio Space.”
“I need feedback” “I need feedback on whether the output schema is useful.”

3. Research

Use Research if the core topic is the research question itself:

  • hypothesis
  • methodology
  • evaluation
  • benchmark design
  • related work
  • failure modes
  • scientific validity
  • safety/limitations

A Research post should not be mainly a product announcement. It should be framed as a research problem.

Example:

Title:
How should we evaluate LLM-assisted scientific claim checking against source literature?

Research question:
Can an LLM-assisted pipeline help detect unsupported scientific claims by checking them against source passages?

Hypothesis:
A retrieval + evidence-checking workflow may reduce unsupported claims compared with a plain LLM answer, but only if retrieval quality and human review are part of the evaluation.

Possible setup:
- collect a small set of scientific claims
- attach source passages or paper metadata
- label claims as supported / unsupported / ambiguous / needs expert review
- compare baseline LLM answers against a retrieval-grounded workflow
- inspect failure modes manually

Evaluation questions:
- What counts as enough evidence?
- How should ambiguous claims be labeled?
- How should missing evidence be handled?
- What failure cases are most important?
- How much human review is required?
- Which existing datasets or benchmarks are relevant?

Limitations:
This is not a clinical system.
This is not medical advice.
The goal is literature-review support and evaluation design.

For biomedical or medical-adjacent work, keep the language conservative.

Avoid:

This diagnoses disease.
This proves the hypothesis.
This is ready for doctors.
This automatically verifies medical truth.
This can be used for treatment decisions.

Prefer:

research prototype
literature-review support
scientific claim-checking demo
evidence retrieval aid
annotation support
human review required
not medical advice
not clinical decision support

4. Hugging Science

Hugging Science looks relevant if the project is really in the AI-for-science direction. Its public page explicitly points people toward Discord for real-time collaboration, discussion, and community coordination, and toward GitHub for open-source project contribution.

I would treat it as a strong candidate for:

  • AI for science
  • biology
  • neuroscience
  • biomedical literature workflows
  • scientific discovery tooling
  • scientific evaluation and datasets

However, I would not assume the exact Discord channel or posting norm from outside. Discord rules and channel structure can change. The safe approach is:

Join the Discord.
Read the channel descriptions and rules.
Ask where a biomedical / literature-review / claim-checking tool discussion should go.
Post a short, non-sensitive summary first.
Move technical details to GitHub / Space / Dataset repo only when disclosure is cleared.

So the public recommendation would be:

Hugging Science may be a good place for science-focused feedback, especially if the project is biology, neuroscience, biomedical literature, or AI-for-science oriented. But check the current Discord channel rules and moderator guidance before posting details.


Patent / disclosure caution

This is important enough to put before the sharing plan.

If a patent filing is still pending, be careful with public disclosure. Patent rules differ by jurisdiction, but in many systems public disclosure before filing can matter for novelty or prior art. The European Patent Office guidance on novelty focuses on what has been made available to the public as prior art, while the US has its own grace-period rules and exceptions.

That means a public forum post, GitHub repo, public Space, dataset, demo, screenshots, or detailed explanation may be legally relevant.

This is not legal advice, but the practical rule is:

If patent filing is still pending, do not publicly disclose the technical core.
First ask a patent professional what can be safely shared.

A safe high-level statement could be:

Some technical details are not public yet because disclosure status is still being clarified. I can discuss the high-level goal and the kind of feedback/collaboration I am looking for, but I cannot share implementation details until the disclosure situation is clear.

For a patent-sensitive project, it may be better to ask only for broad guidance first:

I am working on a research-oriented tool related to scientific literature verification. Some implementation details are not public yet. I am trying to understand which HF community channels are most appropriate for future sharing once disclosure is cleared.

Recommended order

If this were my project, I would not start by writing a long forum post. I would do this instead:

Step Action Why
0 Clarify patent/disclosure status Prevent accidental public disclosure
1 Write a short private project summary Forces the idea into clear terms
2 Decide what can be public Separates shareable from non-shareable
3 Create a GitHub README Organizes the project better than a forum post
4 Build a minimal HF Space if possible Lets people understand the tool quickly
5 Prepare examples or a Dataset repo Makes evaluation and feedback concrete
6 Post in Show and Tell Announce the thing that exists
7 Post in Community Calls Ask for specific collaborators
8 Post in Research Discuss the hypothesis/evaluation separately
9 Ask in Hugging Science if science/biomed-focused Find domain-focused feedback

The reason for this order is simple: forum posts become much clearer when there is already a README, demo, or example set to point to.


A compact “routing map”

If the sentence starts with… It probably belongs in…
“I built…” Show and Tell
“Try the demo…” HF Space + Show and Tell
“The code is…” GitHub
“The dataset/examples are…” Dataset repo
“The model weights are…” Model repo
“I need collaborators…” Community Calls
“I need engineers…” GitHub Issues / Community Calls
“I need biomedical/scientific review…” Hugging Science / Research
“My hypothesis is…” Research
“How should this be evaluated?” Research
“Some details are patent-sensitive…” Do not disclose technical details yet

Suggested minimal public package

Before posting widely, try to prepare this:

1. One-sentence description
2. One paragraph explaining the problem
3. One screenshot or demo
4. One GitHub README
5. One minimal example input/output
6. One limitations section
7. One clear request for help
8. One disclosure/patent note if needed

Example structure:

Project:
<one-sentence description>

Status:
<prototype / demo / private / patent-sensitive / public>

Public links:
- Demo: <HF Space URL>
- Code: <GitHub URL>
- Examples/data: <HF Dataset URL>

What I need:
- <specific help request 1>
- <specific help request 2>
- <specific help request 3>

Limitations:
- research demo only
- not medical advice
- not clinical decision support
- human review required

Three separate post drafts

Instead of one large post, I would split it into three posts only if each one has a clear purpose.

A. Show and Tell version

Title:
<project-name>: a small research demo for checking scientific claims against source material

Hi everyone,

I built a small research demo for checking scientific claims against source material.

Demo:
<HF Space URL>

Code:
<GitHub URL>

Examples / dataset:
<HF Dataset URL>

The tool currently:
- accepts <claim / abstract / citation / source text>
- compares the claim against source material
- returns <supported / unsupported / needs review>
- shows evidence passages where possible
- highlights uncertainty and failure cases

I would appreciate feedback on:
- whether the output format is useful
- whether the demo is understandable
- what failure cases should be tested
- how this should be evaluated
- whether there are relevant datasets or benchmarks I should look at

Limitations:
This is a research / literature-review support prototype.
It is not medical advice.
It is not clinical decision support.
Human review is required.

B. Community Calls version

Title:
Looking for collaborators for a scientific claim-checking / literature-verification tool

Hi everyone,

I am looking for collaborators for a project related to scientific claim checking and literature verification.

Current status:
- Demo: <HF Space URL or "not public yet">
- Code: <GitHub URL or "not public yet">
- Dataset/examples: <HF Dataset URL or "in preparation">
- Disclosure status: <public / partial / patent-sensitive / still being clarified>

I am especially looking for help with:
- ML / retrieval / RAG engineering
- biomedical or scientific literature review
- evaluation design
- dataset annotation
- UX testing
- failure-case analysis

Good fit:
- ML engineers
- researchers
- biomedical/scientific domain experts
- people familiar with evidence retrieval or citation checking
- people interested in evaluation and benchmark design

Terms:
<volunteer / paid / open to discuss / grant-seeking / undecided>

Important note:
Some technical details may be limited if disclosure or patent filing is still being clarified.

Contact:
<GitHub Issues / forum reply / email / other>

C. Research version

Title:
How should we evaluate LLM-assisted scientific claim checking against source literature?

Hi everyone,

I am interested in the evaluation problem behind scientific claim checking.

Research question:
How should we evaluate whether an LLM-assisted workflow can check scientific claims against source literature?

Possible setup:
- collect a small set of claims
- attach source passages or paper metadata
- label each claim as supported / unsupported / ambiguous / needs expert review
- compare plain LLM answers against a retrieval-grounded workflow
- analyze false positives, false negatives, missing evidence, and ambiguous cases

Questions:
- What should count as sufficient evidence?
- How should ambiguous or partially supported claims be labeled?
- What existing datasets or benchmarks might be relevant?
- How should human review be incorporated?
- What failure modes matter most in scientific or biomedical settings?

Limitations:
This is not a clinical system.
This is not medical advice.
The goal is literature-review support and evaluation design.

Final recommendation

I would not try to solve this by choosing one perfect place.

The cleaner approach is:

  1. Do not disclose patent-sensitive technical details until cleared.
  2. Use GitHub for code and project structure.
  3. Use Hugging Face Spaces for a runnable demo.
  4. Use a Dataset repo for examples, annotations, and evaluation cases.
  5. Use Show and Tell to show the built artifact.
  6. Use Community Calls to ask for collaborators.
  7. Use Research to discuss the research question and evaluation.
  8. Use Hugging Science for science/biomed-focused community feedback, after checking current Discord norms.

In other words:

The key question is not only “where should I share this?”
The key question is “what exactly am I sharing: code, demo, data, model, research question, or collaboration request?”

Once those are separated, the right place becomes much easier to choose.

Wow that is a lot of good info. I finally filed the patent and can talk a bit now.

It is “gating semantic drift” with (or without) veridical metrics and enforcement. I will do like you said in terms of appropriate posting locations. I am not a spammer or anything like that but I feel like I found something amazing here.

I made a js tool that is pretty much a universal local-first veridical enforcement gateway for and ai model with full trace for researchers.

I need to fully read your response and will try to get the proper announcements made in proper threads.

Thanks again!

if you can talk about it now, can you share some of the techniques and methods you used for testing? How you show that you have solved the problem etc? What previous literature you used to understand the problems needed to overcome?

This is a subject I am very interested in and I am currently working on my own methods and testing etc.

Sure. I just want to say the reason I patented it wasn’t as much to keep a secret, but to make sure if/when I Apache 2.0 it I cannot have the license invalidated by some big company, or at least not easily.

Since you have interest in the topic, please, hear a bit of my story so you can understand it.

For the past 5 years I have made < $10k/year as an unpaid caregiver and online fact-checker. Last June (2025) I saw Eric Dane’s ALS interview and my fact checker radar went off because the Bayesian brain does not necessarily have a “self destruct with mal-intent” capability, so much as something has fone terribly wrong. I imagined that ALS involved a “Jammed Gate” and changed my AI work away from brain modeling and towards ALS research.

I published a paper on Zenodo called the Drusen Switch Model and ot got like 300 downloads but I soon after realized it is flawed.

I decided to build a system using php and cron that would generate non-implausible theories and then provide pubmed citations. Big mistake. The AI usually gets the gist of the article but almost always fakes a page number or journal in the APA citations, and often messed up formulas which caused drift into bad theories.

As i said first, I got like no money and so I didnt know if i could afford my godaddy server so i started building using javascript and ai from my metropcs phone, 4gb ram.

I just wanted to design a RAG optimized pipeline that could take a claim, create an inverse of it, as well as a restated original, and an adversarial claim and inverse adversarial claim… what i called The Semmelweis Pentamatrix… using free google gemma 4 26b or lite 3.1 and process evidence logically and evaluate the claim and give citation.

I came up with a clever prompt text that “cages” the AI to only use the provided context. When utilized, the AI doesnt use its own internal knowledge or external knowledge, but only context given.

To my disbelief, the AI STILL faked quotes ie paraphrased but in scientific research, this is not acceptable or trustworthy when AI is PROBABILISTIC and consequences can be severe in many ways.

I mean dude, I was feeding it pubmed fetched or openalex fetch, wikipedia, arxiv abstracts… didnt matter… still faked quotes.

So, I decided in a structured format, I could require X number of quotes AND the id of the abstract in cache and if it gave less than X OR if ANY quote was not strictly character by character / .indexOf() matched, the result failed and the system retries the attempt with feedback as to why it failed.
This is what I call “veridical enforcement” by post actively rejecting a response if any auditable metric had failed. This includes any injected hash codes the AI was later required to return verbatim, allowing veridical metrics on any type of prompt since at minimum you can validate the hash codes and format, counts ,etc.
Interestingly, results that get perfect quotes have had “extreme accuracy” because the response is grounded fully in verbatim quotes not “telephone like” paraphrasing as grounding and immediately drifting in interpretation AT RUNTIME. Sure I cannot control “at runtime” but I can reject with feedback and the ai then has 1 task: Fix it.

To save RAG optimization the evidence blobs are at the top and allows cache hits.

Using my metropcs phone, I made a 25 perspective on retinopathy in v6.1 using 5m input tokens at 94% cache hits, and 500k output tokens, costing me $0.71 and could have been done using free tier.

The JSON trace is around 12 MB and the exciting thing to be is this paper using up to date data from pubmed and presents a solid case to re-classify ALS. To me this is exciting because I can all but prove on paper (which is NOT THE SAME AS CLINICAL TRIAL- I am not a medical person, this ks not medical or professional advice)… I can all but prove on paper that c9orf72 ALS and sporadic ALS are two fundamentally different diseases and the mixed data is confounding science from accepting that sporadic ALS is ocular driven, 97%+ of the time due to a vast array of indicators in the pubmed register merging on point: if synaptic zinc were chelated off a retinal pathway and it were passed to rgnef in flux with a said toxin in flux … a scenario where nmda receptors “lose their brake fluid” causing retinal ganglion hyperexcitment (the Glutamate-zn is needed for nmda and gaba-c, but the zn is missing somit is unchecked)… And as stated if the Zn went to rgnef and disrupts the NF242 Terminal, indeed TDP43 pathology as seen in post mortem sporadic ALS could conceivably be more likely, if not inevitable. Keep in mind the misfolded TDP43 was shown to cause cryptic STMN2 mis-splicing in motor neurons, and likely (but nobody is testing?) the misfolds cause similar issues with retinal ganglion STMN2 disallowing them from repair. I speculate that similar/opposite of Schitzophrenia “blindness shield effect” ALS is similar bcz no congenitally blind sporadic als is on record i could find. All said,.i think the reason even RIZOULE doesnt overcome the brain’s glutamate signals as they get ever louder, is that the retinal storm above causes Retinal ganglion to misfire and they are laggy and ill-timed, eventually causing the brain to get a “movement confirmed” corallary discharge consensus BEFORE the peripheral gets the signal to move, and thus the Bayesian brain calculated the move was supposed to be “instant” which creates an impossibility. The sad part is that eyes are part of CNS and are highly trusted. The instant movement causes higher PFC signalling to infinity, even after is disconnected. Glaucoma requires and optic nerve injury and thus the brain knows to give less trust to eyes, but is otherwise very similar without the fatal mn result. Why? because als also needs the toxin to shuttle zn to rgnef and disrupt its ability to compete/antagonize tdp43. tdp misfolds in sporadic als clearly have one place to go when exosomally exported, the cerebellum. I think the sporadic als only retina/cerebellum unique signature shows that when the cerebellum is affected by the toxic tdp43 misfolds via prion like seeding, the “Clock breaks” and motor neurons begin.to get victimizes for non-instant moves. In c9orf72 familial als, the clock is disrupted from the beginning as the DPRs and CCCGG RAN repeats cause the p62 system to continually clean the DPRs and this also the TDP43 misfolds would be captured too…problematic for C9orf72 ALS.os the brain is committing to cleaning the retinal cerebellum pathway so any discrepancy in timing via say a peripheral onset toxin just ends up victimizing motor neurons. The retinopathy paper shows that mirs and EVs and CNS are involved and ALS should confidently classify as multi-systemic.

now…if i, who never took anatomy could prove that confidently, then ALS may be shown to be reversible in many cases but literally requires no-photonic light via eye patches for 4-6 hours daily so brain shuts down the heavy glutamate to eyes (every blink = more zinc = more instant moves and blinks count as moves!)… so rizoule can work and maybe others like ferrostatin-1, trehalose, pbt2(ionophore), ebselen, spermadine…

Gating semantic drift and using veridical enforcement, the semmelweis pentamatrix system, and local first approach I will someday prove myself wrong while discovering the truth of it… thats the goal… truth.

The issue: if I apache 2.0 it then paralegals and med writers and tech writers, teachers, judges, and any other fields would experience a vacuum due the fact that the veridical layer can operate in localhost llm a generate veridical results at no cost. not joking. If i keep secret, then government may try to keep it secret somehow though they have no interest in preventing veridical ai and every interest in making intel based choices with veridical enforcement instead of “enemy movement likely” it would contain citation and source veridical checks and form detailed reasoning with auditable proof.

I am currently on 10.3 and finishing 11.0 before alpha release.

It is like a lightswitch .. on or off :+1:

oh and that stuff bout me having no money is legit why i made a tool that can be run for free :joy_cat:. i sold my everquest2 account for cheap so I could have $65.for patent. Between economic vacuum potential and megacorporation likely would try to steal it, i decided to do a demo free public and gate the workbench for use on site and do gumroad for subs with 75% affiliate commissions. I can scale infinitely because it is bring your own ai key, multi model including localhost, ip, google, chatgpt, openrouter, and maybe add more…ot is open language, the ai translates core prompts and interface if not english, air gapable (with local library and local llm) and no drm, no pii call home… i dont want to block medical or academic advancement but must limit sales saas and keep it available to the hands of people like me with no f-ing money, banned from almost all social media, and just want to use AI to learn or research and get better results.

Those were the problems to overcome, but the ai part is straightforward: if your forbid AI from doing something or require something, and you have it a strict constraint dataset or have other auditable veridical metrics, tou can programatically enforce and gove feedback for fix, while maintaining RAG optimization.

it is possible, :+1:

I’ve found constraints to be a huge driver for myself too. I feel your pain, it seems no matter what you try they always fall back to using their own memory, or pretending they have done things, looked things up etc! It’s an amazing story and I wish you the best of luck with everything! I look forward to the problem being solved once an for all!

Well, I have lots to do before launch tomorrow or wednesday so I will announce in the proper thread on HF. Thanks :folded_hands: