@PascalBtdi
iAccount based inEurope!
About this account
- Account based in
- Europe
- Connected via
- Europe App Store
! X says this location may be affected by a proxy or VPN.
Account-level information from X, not a live location or the device used for a specific post.
physics @eth co-founder @ETH_agent_lab https://nitter.cf/t.co/xnO7yUUlr4
Joined February 2020
- Tweets649
- Following463
- Followers276
- Likes8.3K
🇨🇭🇨🇭
Some data we recently assembled on entrepreneurship/compute in Europe: eudata.vercel.app.
We hope that one of the useful roles that Stripe can play is in collecting and publishing empirical data pertaining to entrepreneurship and industry in Europe. There's growing appetite to get Europe on a better footing, and cross-sectional comparisons can often shine light on where opportunities lie. If you're interested in this kind of thing, we publish more at stripeeconomics.substack.com.
Pascal Bertrand retweeted
Our Co-Founders @PascalBtd and @atoof_sh sat down on the Europe on Edge podcast and talked about the current state of multimodal AI and the company's mission. If this mission resonates with you, have a look at our open job listings (links are below).
Thanks for having us!
Still a student? Want to launch a startup and raise your first angel round? Here’s the blueprint.
Pascal Bertrand (@PascalBtd) & Atoof Shakir (@atoof_sh) join Europe on Edge to talk about building an AI startup at ETH, raising without a pitch deck, and teaching AI to see.
🎥 Trailer below
🎧 Full episode in the first reply
we're hiring researchers and engineers in sf and zurich! come build the future of multimodal ai
seldon.global/careers
New results on CADBench:
GPT-6 Astra numbers coming soon ;)
Interesting thoughts! This thread explains the reasoning behind us leaning into multimodality with robust environments very well. To be useful in the real world, models will need to rely on audiovisual inputs which isn’t yet feasible, as we have shown in VGI-Bench
This quoted post is unavailable.
a bit of a longer post with my experience training recursive language models with rl. it was quite hard and i had to fail a bunch of times to achieve a somewhat interesting final result. hope you'll enjoy it!
Pascal Bertrand retweeted
Can computer-use agents use complicated graphical software? You’re watching GPT-5.6 Sol operate Autodesk Fusion for 250 turns as it attempts a real mechanical-design task. The run is part of a benchmark aimed at the question "how good are agents at CAD?"
@seldon_tech's CADBench contains 105 mechanical-design tasks tested across 10 frontier models, and the results show how early reliable, autonomous CAD work remains:
More than two-thirds of the tasks are still unsolved.
That gap matters as agents make their way into the professional tools used to design the physical world. Getting around Autodesk Fusion is one thing, but producing a correct, editable model an engineer can pick up and use is much harder.
CADBench gives us a way to see and measure that frontier.
Great work from the Seldon team! Explore CADBench: seldon.global/blog/cadbench
This is a cool series! Worth a read
How to build great evals - part 6
Hill climbing on evals is just a fancy way of saying: pick a dimension that matters and optimize for it.
This could be improving the quality of existing features based on your latest production data on high value user journeys, expanding to adjacent use cases, lowering cost or latency.
The actual work boils down to better harnesses and model selection through methods like prompt eng, context eng, memory, post training, deterministic old school code etc.
Your failure mode taxonomy (from part 3) is a good compass for where your product struggles and needs some love.
E.g. maybe tool calling failures are your most common problem. You dig in and notice you stuff 20 tools in context, when each task really only needs 3-5. hill climbing here involves context eng to give it the right tools at the right stage and iterate until you get it to good.
Or take the cost reduction goal..
I’ve written about how I advise launching your product with the best model first. Get the quality as high as you can. Once you know users love the experience, hill climb to get similar quality with a smaller, cheaper, faster model. Same methods - harness, models.
The important thing is to have evals that tell you whether you are actually moving in the right direction.
More tomorrow.
Send this to your teammates!
Drop your questions in the comments and I will answer in future posts.
This will be fun!
We're hosting another event in San Francisco coming monday, this time a research talk with @samsja19 as guest speaker
Drop by if you're in town!
Sign up link is in the comments
why haven’t other engineering practices seen the same model improvements as coding? we measured models’ ability to interact with a cad environment, and the results were super interesting, with some curious upsets in model and harness rankings. i’m super excited for what’s to come in computer use
How good are agents actually at CAD?
Today we release CADBench, evaluating 10 Models on 105 realistic tasks in Fusion 360
Fable 5 and Gemini 3.7 Flash are #1 with only 24.6% pass rate
This is pretty surprising
Replying to @seldon_tech
Gemini 3.7 Flash delivers performance comparable to Fable 5 at a fraction of the cost
We see that many models finish the tasks prematurely, resulting in lower scores and costs
Pascal Bertrand retweeted
Replying to @PascalBtd
thx for this link! we want to start evaluating VLMs on videos soon. articles like this are super inspiring for me.