HN user

MasterScrat

2,635 karma

General Intuition

florian dot laurent at gmail

Posts55
Comments632
View on HN
mira-wm.com 15d ago

Show HN: MIRA – Multiplayer World Model Trained on Rocket League

MasterScrat
12pts1
engineering.fb.com 16d ago

Meta's AI Storage Blueprint at Scale

MasterScrat
1pts0
spiraldb.com 1mo ago

Machines do not press play: From temporal compression to model-ready tensors

MasterScrat
1pts0
cacm.acm.org 3mo ago

The Origins of GPU Computing

MasterScrat
1pts0
www.ft.com 3mo ago

Poolside hunts data centre partners after CoreWeave deal falls through

MasterScrat
1pts1
modal.com 6mo ago

Keeping 20k GPUs Healthy

MasterScrat
2pts0
newsletter.semianalysis.com 8mo ago

ClusterMAX 2.0: The Industry Standard GPU Cloud Rating System

MasterScrat
2pts0
techcrunch.com 9mo ago

General Intuition $134M seed to teach agents spatial reasoning using game clips

MasterScrat
2pts0
poolside.ai 9mo ago

Project Horizon: Why we're building a 2 gigawatt AI campus in Texas

MasterScrat
3pts1
semianalysis.com 1y ago

The GPU Cloud ClusterMAX Rating System – How to Rent GPUs

MasterScrat
1pts0
www.youtube.com 1y ago

Virtual Barber Shop [video]

MasterScrat
1pts1
www.youtube.com 1y ago

The Problem with Startup "Experts" [video]

MasterScrat
1pts0
www.lonelyplanet.com 2y ago

There's a supercomputer lodged inside this Barcelona church

MasterScrat
1pts0
blog.salesforceairesearch.com 2y ago

Prototyping XGen-Image-1 – 860M text-to-image diffusion model from Salesforce

MasterScrat
2pts0
news.ycombinator.com 2y ago

Ask HN: Who Died?

MasterScrat
1pts3
huggingface.co 2y ago

SD-XL 1.0 Model Card

MasterScrat
5pts1
twitter.com 3y ago

GPT-4: 8 x 220B experts trained with different data/task distributions

MasterScrat
47pts5
news.ycombinator.com 3y ago

Ask HN: Simple, low-maintenance startup blog platform?

MasterScrat
3pts5
twitter.com 3y ago

An advertiser explains why they’re pausing their Twitter ads campaigns

MasterScrat
5pts3
news.ycombinator.com 3y ago

Show HN: Food Does Not Exist, Updated

MasterScrat
3pts1
news.ycombinator.com 3y ago

Ask HN: Learning about fundraising as first-time tech founders

MasterScrat
126pts46
news.ycombinator.com 3y ago

Ask HN: What CRM do you use?

MasterScrat
3pts1
twitter.com 3y ago

Jasper.ai raised $125M Series A at $1.5B valuation

MasterScrat
3pts3
nyx.gallery 3y ago

Nyx.gallery – AI-generated photography

MasterScrat
56pts28
nyx.gallery 3y ago

Show HN: AI-Generated Stock Photography

MasterScrat
3pts4
news.ycombinator.com 3y ago

Ask HN: Realistically, what are the current outlooks of aging research?

MasterScrat
2pts1
twitter.com 3y ago

“I created a comic book about monsters and Midjourney AI was my artist”

MasterScrat
6pts0
nyx-ai.github.io 4y ago

Show HN: This Food Does Not Exist

MasterScrat
248pts172
arxiv.org 4y ago

OPT: Open Pre-trained Transformer Language Models

MasterScrat
461pts224
news.ycombinator.com 4y ago

Show HN: Cedille, the largest French language model, released in open source

MasterScrat
240pts59

From HF:

The practical lesson for defenders: have a capable model you can run on your own infrastructure vetted and ready before an incident, both to avoid guardrail lockout and to keep attacker data and credentials from leaving your environment.

This sounds like a reasonable measure. Any recommendations regarding the most suitable models for this? GLM? Kimi?

Hey all, happy to see this here! This was a colab between General Intuition (that I’m part of), Kyutai and Epic Games.

You can read plenty of details in the blog post and tech report but the TLDR is that we trained a multiplayer world model on 10k hours of Rocket League data. We optimized it to be playable at 20fps on a single GPU.

So what you see in the demo is fully generated: there’s no graphics or physics engine. Instead it’s a 5b neural network that takes actions in and gives pixels out.

We're happy to release MIRA, a collaboration between General Intuition, Kyutai, and Epic Games.

Mira was trained on 10k hours of Rocket League data. The model has 5B parameters and runs 4-player games at 20 fps on a single B200 GPU.

We've released a playable online demo, an in-depth technical report as well as a 1k hour dataset of 4-players gameplay:

Technical report: https://mira-wm.com/paper Repo: https://github.com/mira-wm/mira

I have mixed feelings (as in, I'm unsure how to feel) about projects where the code, the README and the HN/Reddit posts are mostly AI-generated.

I feel the frustration of reading "slop", but on the other hand the projects that surface do usually bring something useful to the table.

Should we simply judge the submission based on its technical merit? Why do I feel annoyed that an otherwise cool project uses typical LLM prose? For how long will we be able to recognize LLM-generated text, and what happens when we can't?

Why would a game development pedigree correlate with rejecting AI? As Carmack said:

AI tools will allow the best to reach even greater heights, while enabling smaller teams to accomplish more, and bring in some completely new creator demographics.

Just so you know, this is already very much a thing on TikTok: AI-generated movie summaries with narrator voice explaining the plot while showing only major beats, reducing movie from 2h to shorts totaling 10min.

It’s honestly not the worse AI content out there! Lots of movies I wouldn’t consider watching but that I’m curious enough to see summarized (eg a movie where only the first title was good but two more were still published)

Exactly - best case scenario is Reddit/HN front page with a cool project you enjoyed working on, have some nice conversations there, reach a few 100s stars which look good on your CV, and that’s it.

If you expect more long term support you better be paying me for my time.

Without world models. you cannot achieve reliability. And without reliability, profits are limited.

Surprising to simultaneously announce the end of the road yet point to the road ahead

And even for "out of distribution" code you can still ask question about how to do the same thing but more optimized, could a library help for this, why is that piece of code giving this unexpected output etc

I think the concern of "blog comments" is best left to external platforms eg HN, Reddit etc

What would be more useful would be an automated list of places where the post has been discussed (and maybe pull the top comments from there through API?)

Congrats on shipping!

I’d love to hear a bit about the ML side of things: what was your experience with various models? Do you see a clear cost vs quality tradeoff with current state of the art models? How do open vs closed models compare?