Jonathan Gorard

1.8K posts

Jonathan Gorard banner
Jonathan Gorard

Jonathan Gorard

@getjonwithit

Working on something new... Previously math/physics @Princeton @Cambridge_Uni @WolframResearch Making the universe computable.

Princeton, NJ Katılım Kasım 2012
18 Takip Edilen46K Takipçiler
Jonathan Gorard
Jonathan Gorard@getjonwithit·
Updated my profile picture and (finally) got X Premium+ for… no particular reason. Expect nothing interesting to be coming from this account in the coming days and weeks.
English
6
0
60
7.5K
Dwarkesh Patel
Dwarkesh Patel@dwarkesh_sp·
Always so much fun to chat with @3blue1brown AI has been making much faster progress in math than in other fields. As a result, mathematics is showing us, very concretely, what AI progress in other fields will look like. Even within mathematics, there's a jagged landscape. What does it look like? What is the nature of the most important conceptual breakthroughs in the history of mathematics, and how different are they from what AIs are currently able to do? Does AI (on net) increase or decrease human understanding of the field? How big is the overhang from having AIs systematically try to connect ideas already in the literature? And what advice does Grant have for aspiring mathematicians, coders, and other students who are passionate about fields that are being most transformed upon by AI? 0:00:00 – AI is discovering new proofs. Is that AGI? 0:11:32 – The verification loop on conceptual breakthroughs can be a century long 0:26:12 – Will we understand an AI proof of the Riemann hypothesis? 0:38:08 – Can AI find the hidden bridges between fields? 0:53:48 – Why real-world tasks don’t fit into RL environments 1:07:07 – Good writing requires theory of mind that AI still lacks 1:16:02 – Why learning will still depend on human curation Look up Dwarkesh Podcast on Spotify, Apple Podcasts, YouTube, etc.
English
40
157
2K
286.3K
Bilal Zuberi // Red Glass Ventures
Every major foundation model company has a Physical AI effort ongoing. Will be very interesting to see what gets built by others to improve the stack, or on top of it. If you are working in this space, pls reach out. DMs are open! Or BZ at RedGlass dot vc.
English
7
5
72
5.3K
Jonathan Gorard
Jonathan Gorard@getjonwithit·
@dearmadisonblue No. If a person is blind from birth and can’t experience visual qualia, that doesn’t diminish the first-person nature of their perspective on the world. Taken to its extreme, it’s easy to imagine a person who experiences *no* qualia, yet still maintains a first-person perspective
English
17
0
33
5.6K
Jonathan Gorard
Jonathan Gorard@getjonwithit·
@thePartyPartyUS Yes. I’m a panpsychist who believes that the relevant spectrum is one of communication/reporting and empathy (e.g. can a rock report to me what its first-person experience is like, in a manner that I can understand and empathize with?). Without that it’s pretty meaningless.
English
10
2
47
2.4K
jane gatsby
jane gatsby@jane_gatsby·
the one thing i wont shut up about is computational irreducibility
English
15
2
80
8K
corsaren
corsaren@corsaren·
Okay, I see how it is. So if you say that Claude has no feelings, all the AI folks will get upset. But if you criticize their CNC parties suddenly it’s all “a simulation of a thing is not the thing itself” 😒
English
44
37
662
24.4K
Jonathan Gorard
Jonathan Gorard@getjonwithit·
@teortaxesTex Is there any place for Group C: people like me who think that AI is the most transformative technology of the last 1000 years, yet who consider the way that almost everyone (including Group A) uses it to be both aesthetically and philosophically repulsive?
English
12
3
76
2.9K
Teortaxes▶️ (DeepSeek 推特🐋铁粉 2023 – ∞)
In the last 12-18 months, a divergence has began among the global cognitive elite; both, I fear, have passed their respective point of no return. Group A can no longer be productive without AI. Group B has formed a stubborn reality bubble where AI doesn't work, and is ngmi.
Teortaxes▶️ (DeepSeek 推特🐋铁粉 2023 – ∞) tweet media
English
34
17
470
33.2K
jessicat
jessicat@jessi_cata·
I am not a color qualia realist, but, I am rethinking my view that S_3 is the right symmetry group (for realists / for illusionists as fiction), as perhaps red could come from mixing supersaturated yellow and magenta. Thus O(2) would be the symmetry group (circular symmetry)
English
8
0
45
4.6K
Jonathan Gorard
Jonathan Gorard@getjonwithit·
@wordgrammer The negations of any of these propositions would be *far* more weird, IMO.
English
5
0
109
5K
wordgrammer
wordgrammer@wordgrammer·
If you think that LLMs are conscious you must accept a lot of weird conclusions. Like: - we can clone conscious experience - we can reverse time in conscious experience - we can pause and resume conscious experience - we can distribute conscious experience in space
English
321
108
2.4K
175.5K
Jonathan Gorard
Jonathan Gorard@getjonwithit·
@mathelirium This work is based on our existing DSL + theorem-prover work which axiomatized the IEEE-754 for floating-point arithmetic as an algebraic structure: arxiv.org/abs/2503.13877 All correctness theorems are proved up to machine precision.
English
1
3
25
969
Mathelirium
Mathelirium@mathelirium·
@getjonwithit How do you plan to bridge the gap between the continuous math model and the discrete DSL without gettin stuck on floating point rounding and stanility issues
English
2
1
7
1.5K
Jonathan Gorard
Jonathan Gorard@getjonwithit·
New project: a coding and formal verification agent for computational physics and applied mathematics. Auto-generate type-correct DSL code for equations and numerical schemes, autoformalize correctness properties in Lean/Isabelle/Rocq, then compile down to provably-correct C code
English
13
35
372
51.1K
Jonathan Gorard
Jonathan Gorard@getjonwithit·
@IanSmith_HSA (1) The code-generation (e.g. variable name selection) is not performed by an LLM. An LLM is used only to convert the initial natural language prompt into a formal DSL specification. All else is deterministic. (2) There is no "training data" on formally-verified PDE solvers.
English
0
0
6
473
Ian Smith
Ian Smith@IanSmith_HSA·
I don't believe in most "one shot examples" because it is likely pulling from GitHub or other sources. The "most likely answer" was already present in the training data. People are using LLM to "write code" but they are just paying per token for search results. Did you try searching for the variable names after the "one shot" test?
English
1
0
3
399
Jonathan Gorard
Jonathan Gorard@getjonwithit·
For reference, Lanyon can currently one-shot a provably-correct C implementation of a complex 3D nonlinear PDE solver (e.g. resistive MHD), and synthesize a ~10k-line Lean + Rocq proof of its mathematical and physical correctness, in ~3 minutes. And we're just getting started...
Jonathan Gorard@getjonwithit

New project: a coding and formal verification agent for computational physics and applied mathematics. Auto-generate type-correct DSL code for equations and numerical schemes, autoformalize correctness properties in Lean/Isabelle/Rocq, then compile down to provably-correct C code

English
18
37
333
24.5K
Jonathan Gorard
Jonathan Gorard@getjonwithit·
@justgrm It's not just the math that's (auto)verified: the algorithm + implementation is fully verified too, right the way down to the IEEE-754 axioms of floating-point arithmetic. The math verification is actually the easy part.
English
2
0
18
732
Grim
Grim@justgrm·
@getjonwithit what happens when it hits a bug that isnt in the math?
English
1
0
2
638
Jonathan Gorard
Jonathan Gorard@getjonwithit·
@PrazRama This project is essentially an extremely powerful agentic extension of arxiv.org/abs/2503.13877, which perhaps gives some insight into what formal verification means in the context of a numerical code.
English
1
2
28
1.3K
Prashanth
Prashanth@PrazRama·
@getjonwithit This might already be in one of your papers, but: I think the case for formal verification is clear wrt cryptography for example, or pure math. But I’m not sure I understand the case in physics. What does FV add in addition to the theory + experimentation loop?
English
2
1
5
1.4K
Jonathan Gorard
Jonathan Gorard@getjonwithit·
@scheminglunatic If you read some of my previous papers (of which this project is an extension), you'll see that I've also been a big advocate of developing fully bespoke theorem-provers for domain-specific software verification, in large part due to frustrations with formalizing IEEE-754 in Roq
English
1
1
9
555
Jonathan Gorard
Jonathan Gorard@getjonwithit·
@scheminglunatic No, you're not. I much prefer the type systems of Roq/Isabelle for software verification. This particular project contains a mix of pure math and software verification, though, and my current plan is to use Lean for the former and some combination of Roq/Isabelle for the latter.
English
1
0
21
2.3K