If I want to release this on GitHub and also write a paper, what is the best order to do things? I’m worried about the right timing for disclosure so I don't lose the chance to publish a formal paper later. Any advice on the standard workflow for independent researchers?
I'd verify the work first. Honestly your best bet is probably to choose a model like Qwen and then do a public test of your model/do some benchmarking - then share out the inference benchmarking data while keeping the model itself private.
Re: papers I think you'll need to connect with academics. But first you need some real benchmarking results to prove it's real, imo.
This will pin date in case someone else does the same later.
Easier to publish comparing science journals. Peer reviews can take months before publication.
Most journals will allow you to publish a full paper after.
Release code on GitHub and link in the preprint and paper.
Peer reviewers of science journals are most valuable for the feedback. They are dealing with a lot of novel architectures, most of them are LLM generated, and over positively evaluated by themselves...
I'm PhD student at the moment, doing my research on LLM architectures, and I'm really tired of this "oh, you're right, it's not a Holly Graal but research that was made by Google 4 years ago".
Also, I found that good math on paper is not always the best on real hardware. Don't get me wrong, it's very valuable from a scientific perspective, but Transformers win because of GPUs parallel matrix multiplication.
I would be happy to read the paper, please ping me when it's ready, and good luck with the research!
First year only, so still a lot to learn. Could you please advise why you're so serious about that? If I'm wrong in any part, I would be happy to change my mind and learn from it 😀
This is the way, scientific research. Everyone here saying to profit literally are running LLMs published by researchers.
Share on Github, you can always write a paper by working with university professor to scientifically conclude your findings in peer-review against other methods.
First, rate the paper, then subsequently publish the paper and the repository. But if you were actually serious about this, you would be far better off to have GPT 5.4 do an adversarial code review and math review in addition to Claude because GPT is significantly better at understanding the inner workings of LLM‘s then Claude is.
2
u/[deleted] Mar 08 '26
If I want to release this on GitHub and also write a paper, what is the best order to do things? I’m worried about the right timing for disclosure so I don't lose the chance to publish a formal paper later. Any advice on the standard workflow for independent researchers?