HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Aedelon

no profile record

Submissions

CUDA Tile is the biggest GPU programming shift in 20 years

pub.towardsai.net
2 points·by Aedelon·hace 3 meses·0 comments

A $20/month user costs OpenAI $65 in compute. AI video is a money furnace

aedelon777.substack.com
76 points·by Aedelon·hace 3 meses·42 comments

[untitled]

1 points·by Aedelon·hace 3 meses·0 comments

Anthropic's Mythos leak: 3k files in a public CMS, and what the docs revealed

medium.com
38 points·by Aedelon·hace 3 meses·5 comments

[untitled]

1 points·by Aedelon·hace 4 meses·0 comments

[untitled]

1 points·by Aedelon·hace 4 meses·0 comments

[untitled]

1 points·by Aedelon·hace 4 meses·0 comments

Testing Nvidia's FP4: Running 70B LLMs on a Single RTX 5090 with Real Benchmarks

ai.gopubby.com
2 points·by Aedelon·hace 4 meses·0 comments

China's AI progress by the numbers: GLM-5 benchmarks, robotaxi, and Huawei chips

medium.com
2 points·by Aedelon·hace 4 meses·1 comments

[untitled]

1 points·by Aedelon·hace 4 meses·0 comments

AI Broke ARC-AGI-2 at 84.6% – But the Key Trick Is from 1972

ai.gopubby.com
1 points·by Aedelon·hace 4 meses·0 comments

Pure LLMs Score 0% on ARC-AGI-2. Why the Third Wave of AI Looks Like the First

ai.gopubby.com
1 points·by Aedelon·hace 4 meses·0 comments

RWKV-7 beats Llama 3.2 with 3x fewer training tokens and formally exceeds TC^0

ai.gopubby.com
2 points·by Aedelon·hace 5 meses·3 comments

Reasoning Models Fabricate 75% of Their Explanations (ArXiv:2505.05410)

ai.gopubby.com
4 points·by Aedelon·hace 5 meses·0 comments

0.1% synthetic data is enough to degrade AI models (Nature, 2024)

medium.com
2 points·by Aedelon·hace 5 meses·3 comments

comments

Aedelon
·hace 3 meses·discuss
Sorry, I wrote wrong link for several source.

1. Appfigures $2.1M = https://appfigures.com/reports/app-profile/338340235920

2. Watermark bypass = https://www.404media.co/sora-2-watermark-removers-flood-the-...

3. Goldman Sachs $410B = https://www.tomshardware.com/tech-industry/artificial-intell...
Aedelon
·hace 3 meses·discuss
Full quality Sora yeah probably needs serious hardware. distilled version on a 4090 though? maybe. danjl earlier in this thread made a solid case for just distributing the weights and letting people run locally. the SD/ComfyUI crowd already does this daily. OpenAI won't because deepfakes. they already had a mess WITH server-side moderation. open weights with zero moderation, good luck with that PR.
Aedelon
·hace 3 meses·discuss
your $120-150/month gut feeling is basically where the math lands. $1.30/clip, 100 clips/month, you need $130 just to cover compute. $150 with margin, checks out. Problem is at 10x the price you lose 90%+ of users and the whole growth story is dead. Same thing that happened with ChatGPT Pro at $200/month honestly, barely anyone upgraded.
Aedelon
·hace 3 meses·discuss
Anthropic doesn't break out per-product numbers but they're at $19B annualized, Claude Code being a big chunk. The thing is text/code inference is just way cheaper. A Claude Code session runs maybe $0.01-0.05 in compute. A Sora clip is $1.30. Not even the same conversation.
Aedelon
·hace 3 meses·discuss
This is the model that makes sense to me and I'm surprised nobody at OpenAI pursued it. Yeah a 4090 would take hours for 10 seconds of video, but people already do this. The SD/ComfyUI crowd runs overnight batch generations on consumer GPUs and doesn't care about latency.

Charge for model access, let users burn their own power. Basically Llama but for video (pun intended).

The reason it won't come from OpenAI is the deepfake thing. Distribute the weights and you lose all moderation. Sora already had a deepfake disaster WITH server-side controls. Without any? Good luck.

But yeah, for someone willing to go open-weights, there's a real business there.Opus 4.6Étendue
Aedelon
·hace 3 meses·discuss
Yeah fair, the $65 is for someone cranking out 50 clips/month. Most users were probably doing 5-10, so more like $6.50-$13 in compute. That's fine at $20/month.

Doesn't change the bigger picture much though. OpenAI's at $25B annualized revenue and still projecting $14B in losses for 2026. Sora wasn't the only problem, just the most obvious one.
Aedelon
·hace 3 meses·discuss
[dead]
Aedelon
·hace 3 meses·discuss
[dead]
Aedelon
·hace 5 meses·discuss
Yeah, that HF dataset page is rough. 247+ threads, mostly DMCA reports, archive-locked fics scraped without consent, dataset reuploaded after takedown. The AO3 community had every reason to be furious.

Not RWKV-specific though. Most large corpora have the same sources in them, they just don't list them explicitly. Whether the transparency makes it better or worse is a real question.
Aedelon
·hace 5 meses·discuss
Author here. The core claim: RWKV-7 (2.9B params, RNN) scores 72.8% avg across standard benchmarks vs LLaMA 3.2's 69.7% — trained on 3.1T tokens vs ~9T. Same parameter count, one-third the data.

The more interesting result is architectural: RWKV-7 formally exceeds TC⁰, the complexity class bounding standard Transformers (Merrill & Sabharwal's proof in the paper). It solves state-tracking problems that fixed-depth attention provably cannot.

Inference runs in O(1) memory per token — no KV cache. The hybrid variant (RWKV-X) hits 99.8% passkey retrieval at 64K and 1.37x Flash Attention v3 throughput at 128K.

Paper: https://arxiv.org/abs/2503.14456 (COLM 2025, peer-reviewed)

Weights: https://huggingface.co/collections/RWKV/rwkv-v7-67d43835efa2...

Code: https://github.com/BlinkDL/RWKV-LM (Apache 2.0)

Happy to discuss the delta rule generalization, the TC⁰ proof, or the benchmark methodology — I spent 36 sources digging into the caveats.
Aedelon
·hace 5 meses·discuss
Both angles are real but they play out differently. On the deliberate side: Nightshade showed you can poison image models with a few hundred modified samples. Backdoor attacks on LLMs (sleeper agents, trojan triggers) are an active research area, and the attack surface is huge because most training pipelines just scrape the open web. So yes, someone generating garbage on purpose can cause targeted damage, especially if they understand how the data gets collected.

But the scarier part is that nobody needs to try. The accidental contamination is already happening. Models train on web data, produce outputs that end up on the web, next generation trains on that. Dohmatob et al. showed 0.1% synthetic contamination is enough to cause measurable degradation. Right now no major dataset (FineWeb, RedPajama, C4) filters for AI-generated content.

What makes this harder to think about: data quality and model performance don't always follow "garbage in, garbage out." I wrote about a related paradox where Qwen2.5-Math trained with deliberately wrong reward signals still improved almost as much as with correct ones: https://ai.gopubby.com/false-rewards-make-ai-smarter-paradox...

Models are simultaneously fragile to recursive contamination and weirdly resilient to corrupted training signals. The picture is messier than either side suggests.
Aedelon
·hace 5 meses·discuss
Survey of 65+ papers on model collapse. Key finding from Dohmatob et al. (ICLR 2025): even 0.1% synthetic contamination in training data causes measurable degradation.

No major dataset (FineWeb, RedPajama, C4) currently filters for AI-generated content.