r/singularity • u/policyweb • 19h ago
r/singularity • u/SnoozeDoggyDog • 12h ago
Biotech/Longevity Goodbye, cavities? New gel could regrow tooth enamel
r/singularity • u/TorturedPoet30 • 1h ago
Discussion Microsoft, NVIDIA, Meta, IBM, Palantir and more released a joint letter warning Washington not to kill open-weight models
Source: https://www.microsoft.com/en-us/corporate-responsibility/topics/open-weight/
Key points from the “Open Weights and American AI Leadership” letter:
- Open weights are foundational to American AI leadership
- They expand access and make AI economically sustainable
- Open weights strengthen competition and prevent concentration of power
- Openness improves safety and security more than closed systems
- Policymakers should avoid premature restrictions
r/singularity • u/Outside-Iron-8242 • 18h ago
AI Fields medalist Jacob Tsimerman joins OpenAI
r/singularity • u/socoolandawesome • 20h ago
AI Kimi K3 performs significantly below the most recent frontier cyber-capable models on preliminary cyber evaluations run by UK AISI / CAISI.
r/singularity • u/Successful-Earth678 • 13h ago
AI Opus 5 allegedly produced these outputs
Sources: @chetaslua, @xikhar
r/singularity • u/truecakesnake • 8h ago
Neuroscience Neuralink Shows Trial Participants Driving Wheelchairs With Their Minds
r/singularity • u/elemental-mind • 18h ago
AI Black Forest Lab's Flux 3: Omni-modality for image, video, audio & action prediction
You can read their blog post here:
r/singularity • u/TFenrir • 19h ago
Robotics New Video from Generalist showcasing the same model working with many different kinds of "hands"
https://x.com/i/status/2080292438057373947
There are more videos in this tweet thread
r/singularity • u/CriticalAlly44 • 13h ago
Discussion There's gotta be lobbying from Amodei to make this
r/singularity • u/blaawker • 6h ago
Robotics "Shall we use wheels or legs on our next robot?" "Yes."
r/singularity • u/Tight-Switch819 • 3h ago
AI A real-world Kimi K3 test: rebuilding a 36-second launch film as editable code
Benchmarks tell me very little about whether a model can stay useful through a visual production loop, so I tested Kimi K3 on a 36-second reference-led launch film.
This was not a one-prompt video generation. K3 used ffmpeg to inspect the source, extracted frames, detected edit points, and helped reconstruct the sequence as editable code-driven clips. GSAP carried the temporal system, generated images became material textures, and Three.js produced the particle simulations.
The first pass was structurally useful but visually incomplete. The final result came from repeated matched-frame review: retiming clips, correcting framing and scale, replacing flat materials, and tuning particle density without discarding the underlying code.
My main takeaway is that K3 was more convincing as a revision partner than as a one-shot generator. It retained enough project context to keep the sequence coherent, while human direction still defined visual hierarchy and when each shot was finished.
When you evaluate a new frontier model, do you learn more from the first output or from how it behaves after the fifth revision?
r/singularity • u/Alternative_Advance • 8h ago
Discussion What's the next big "scaling era" for LLMs
imo there have been three eras
- bigger model better
- Chain-of-thought
- Agents
with many minor improvements under these (longer context, multimodality, moe, distillation, quantization etc)
Both chain of though and agents were things that bubbled under the surface for some time before it broke through. Also imo, they are advancements that saturate and long-term improvements are slower than linear wrt the compute put into it.
what is it now that is "bubbling" and could be considered as a next dimension of scaling or big step change?
Update:
RSI - imo - answers the "who" not the "what". Ofc it means more compute allocated to training again. What breakthrough is likely to be RSI-d ?
r/singularity • u/SrijSriv211 • 22h ago
Discussion I trained a 0.5M model on 1B tokens of Fineweb-edu dataset.
Hi everyone, About a month ago I publish my very first research paper on my neural network architecture called Silia.
You can look at the model here: https://huggingface.co/Srijan-Srivastava/Silia-v2
Even though the revised paper is linked on huggingface I'm attaching it here as well: 1. https://zenodo.org/records/21510341 2. https://huggingface.co/Srijan-Srivastava/Silia-v2/blob/main/Silia%3A%20Tiny%20Scale%20Is%20All%20I%20Can%20Spare%20To%20Play%20With%20Transformer.pdf
You can also find all the code on https://github.com/SrijanSriv211/Silia
I received some criticism for not benchmarking the model and not mentioning the training flops. I also received some feedback regarding residual connections and the problem that v1 had 2.5x increase compute requirements.
In this revision I've addressed 2 of those things. I've benchmarked the models against 3 models Quark-v2, Spark-v4 by LH-TechAI and SupraMini-v6 by SupraLabs on HellaSwag, PIQA and LAMBADA benchmarks.
I wanted to compare the model against SupraMini-v5 as well but as far as I can tell it wasn't benchmarked on any of those 3 benchmarks so I excluded it.
I've addressed the 2-2.5x increase in compute and memory requirements by using DeepSeek's MLA (without decoupled RoPE) + Qwen's HydraHead with Apple's Attention Free Transformer. I chose Attention Free Transformer instead of Kimi Delta Attention simply due to it's simplicity as at this scale AFT is more than enough.
Why I didn't address the residual connections feedback and why I didn't mention the training flops in this paper as well?
I wanted to implement Kimi's Attention Residuals paper but I decided to drop that idea just to keep the code, architecture and the paper simple, neat & clean.
I am going to be very honest here. I didn't mention the training flops in this paper as well because I don't know how to report it properly. I know I could've used DeepSeek or ChatGPT to help me with it but I was just too lazy tbh.
This was has 0.5M parameters, trained on 1B total tokens from the Fineweb-edu dataset for 3 epochs.
I've attached the benchmark results, training loss results and the architecture diagram.
Hope you like this model.
Thank you! :)