Tyler R. Josephson 藍泰來 (he/him)'s Avatar

Tyler R. Josephson 藍泰來 (he/him)

@atomslab.bsky.social

AI & Theory-Oriented Molecular Science. Asst Prof at UMBC, molecular simulations for the environment + automated reasoning for chemical science and engineering. RT≠PV/n https://atomslab.github.io

190 Followers  |  282 Following  |  21 Posts  |  Joined: 23.11.2024  |  1.7714

Latest posts by atomslab.bsky.social on Bluesky

3 Philosophers is my all time favorite! We keep a few in the house to celebrate new grants / papers.

08.08.2025 10:41 — 👍 1    🔁 0    💬 0    📌 0
Post image

Haha, me too!

02.08.2025 14:53 — 👍 1    🔁 0    💬 0    📌 0

New paper: "Large Language Models and Emergence: A Complex Systems Perspective" (D. Krakauer, J. Krakauer, M. Mitchell).

We look at claims of "emergent capabilities" & "emergent intelligence" in LLMs from the perspective of what emergence means in complexity science.

arxiv.org/pdf/2506.11135

16.06.2025 13:15 — 👍 238    🔁 57    💬 6    📌 7
Preview
Canonical for Automated Theorem Proving in Lean Canonical is a solver for type inhabitation in dependent type theory, that is, the problem of producing a term of a given type. We present a Lean tactic which invokes Canonical to generate proof terms...

Canonical for automated theorem proving in Lean. ~ Chase Norman, Jeremy Avigad. arxiv.org/abs/2504.06239 #ITP #LeanProver #Math

10.04.2025 15:06 — 👍 8    🔁 3    💬 0    📌 0

This has been a really fun project to work on! Having a great time building with an effective team!

04.04.2025 19:45 — 👍 2    🔁 0    💬 0    📌 0

I guess it’s not “Google-proof” after all

03.04.2025 11:15 — 👍 5    🔁 0    💬 0    📌 0

The multicomponent aspect is really interesting, I think. Sucralose is a strong signal for “came from cities/toilets” while other molecules may come from industrial, municipal, and/or agricultural sources.

14.03.2025 10:16 — 👍 2    🔁 0    💬 1    📌 0
Preview
Geospatial and co-occurrence analysis of antibiotics, hormones, and UV filters in the Chesapeake Bay (USA) to confirm inputs from wastewater treatment plants, septic systems, and animal feeding operat... Previous studies have reported select contaminants of emerging concern (CECs) in limited areas of the Chesapeake Bay (USA), but no comprehensive effor…

@blaneylab.bsky.social and Upal Ghosh - I think this is the paper I had in mind: www.sciencedirect.com/science/arti...

14.03.2025 10:11 — 👍 2    🔁 0    💬 2    📌 0

That’s a decent description of Lean 3, but Lean 4 is a full-fledged functional programming language. It has lists, strings, I/O, floats, etc. - all useful for writing programs.

14.03.2025 01:23 — 👍 2    🔁 0    💬 0    📌 0

Ooh! My colleagues work on similar problems on the rivers flowing into the Chesapeake Bay. They also have the added questions of “which pollutants are coming from where?” and “where would be the best places to put multiple detectors?”

13.03.2025 01:57 — 👍 2    🔁 0    💬 1    📌 0
PhysLean: Digitalizing Physics in Lean 4 A project to digitalize results from physics into Lean 4.

Quantum harmonic oscillator in Lean: heplean.com/CuratedNotes...

05.03.2025 09:32 — 👍 16    🔁 3    💬 0    📌 0
This is a cartogram map of the United States depicting land use by different categories. The map distorts state shapes to represent proportional land usage. Key land use types include cow pasture/range (covering much of the central U.S.), private and federal timberland in the Pacific Northwest, corporate timberland in the Southeast, and urban housing/commercial areas in the Northeast. Other categories include agriculture (livestock feed, wheat exports, ethanol/biodiesel, cotton), protected lands (national parks, federal wilderness, state parks), and infrastructure (railroads, airports, highways). Additional specialized land uses include wildfires, golf courses, Christmas tree farms, and maple syrup production.

This is a cartogram map of the United States depicting land use by different categories. The map distorts state shapes to represent proportional land usage. Key land use types include cow pasture/range (covering much of the central U.S.), private and federal timberland in the Pacific Northwest, corporate timberland in the Southeast, and urban housing/commercial areas in the Northeast. Other categories include agriculture (livestock feed, wheat exports, ethanol/biodiesel, cotton), protected lands (national parks, federal wilderness, state parks), and infrastructure (railroads, airports, highways). Additional specialized land uses include wildfires, golf courses, Christmas tree farms, and maple syrup production.

I think about this map a lot.

www.bloomberg.com/graphics/201...

27.02.2025 17:26 — 👍 2774    🔁 665    💬 165    📌 140
Preview
Lean for Scientists and Engineers 2024 - YouTube Lean 4 is a programming language whose type system enables it to check complicated math proofs. This ~22-hour lecture series is an introduction to Lean for n...

Instead, could we validate the construction of math, scientific models, and software in one system? With Lean 4's ability to unify proofs and programs, we can! (This is from Lecture 3: check out the whole course here! youtube.com/playlist?lis...)

25.02.2025 16:17 — 👍 1    🔁 0    💬 0    📌 0
Flowchart illustrating relationship among pure math, scientific models, scientific software, and reality. In the realm of pure math, syntax separates logically valid statements from all possible combinations of symbolic. Logically valid statements bridge into symbolic scientific models, which also need to bridge to computable models. Computable models are implemented as code in scientific software, which finally bridges to reality. A final bridge does connect symbolic models directly to reality, but the main path is via computable models and code.

Flowchart illustrating relationship among pure math, scientific models, scientific software, and reality. In the realm of pure math, syntax separates logically valid statements from all possible combinations of symbolic. Logically valid statements bridge into symbolic scientific models, which also need to bridge to computable models. Computable models are implemented as code in scientific software, which finally bridges to reality. A final bridge does connect symbolic models directly to reality, but the main path is via computable models and code.

The previous chart, with three boxes overlaid. Traditionally, the validity of the mathematics and the scientific theory are established by hand. Humans read the theory and write the code as best as they can. Then use various automated and manual means to compare to experiment.

The previous chart, with three boxes overlaid. Traditionally, the validity of the mathematics and the scientific theory are established by hand. Humans read the theory and write the code as best as they can. Then use various automated and manual means to compare to experiment.

The three overlaid boxes have been replaced with just two: Can we represent all of this in Lean, and validate the construction of the math, scientific models, and software, in one system? Then use various automated and manual means to compare to experiment.

The three overlaid boxes have been replaced with just two: Can we represent all of this in Lean, and validate the construction of the math, scientific models, and software, in one system? Then use various automated and manual means to compare to experiment.

This is one of my favorite slides from Lean for Scientists and Engineers. Traditionally, people imagine new scientific theories, derive them by hand, and implement them in software as best as they can, then compare to experiment. But this is hard, and people can make mistakes along the way!

25.02.2025 16:17 — 👍 8    🔁 1    💬 1    📌 0
Preview
Lean for Scientists and Engineers 2024 - YouTube Lean 4 is a programming language whose type system enables it to check complicated math proofs. This ~22-hour lecture series is an introduction to Lean for n...

Instead, could we validate the construction of math, scientific models, and software in one system? With Lean 4's ability to unify proofs and programs, we can! (This is from Lecture 3: check out the course here! youtube.com/playlist?lis...)

25.02.2025 16:09 — 👍 0    🔁 0    💬 0    📌 0
Preview
Principles of Dynamic Heterogeneous Catalysis: Surface Resonance and Turnover Frequency Response Acceleration of the catalytic transformation of molecules via heterogeneous materials occurs through design of active binding sites to optimally balance the requirements of all steps in a catalytic cy...

pubs.acs.org/doi/10.1021/...

14.02.2025 17:51 — 👍 1    🔁 0    💬 1    📌 0
Preview
Lean for Scientists and Engineers 2024 - YouTube Lean 4 is a programming language whose type system enables it to check complicated math proofs. This ~22-hour lecture series is an introduction to Lean for n...

If you want to check out another resource for learning Lean, check out the course I taught last summer, Lean for Scientists and Engineers: www.youtube.com/playlist?lis...

13.02.2025 02:54 — 👍 1    🔁 0    💬 0    📌 0

Very accessible! Definitely sharing this with my students.

04.02.2025 19:20 — 👍 2    🔁 0    💬 0    📌 0
Preview
INTRODUCTION

Modern-Day Oracles or Bullshit Machines?

Jevin West (@jevinwest.bsky.social) and I have spent the last eight months developing the course on large language models (LLMs) that we think every college freshman needs to take.

thebullshitmachines.com

04.02.2025 16:12 — 👍 2502    🔁 933    💬 168    📌 229

New game posted on Lean Game Server: Reasoning. ~ Jad Abou Hawili. adam.math.hhu.de#/g/jadabouha... #ITP #LeanProver

28.01.2025 11:47 — 👍 5    🔁 3    💬 0    📌 0
Preview
Lean for Scientists and Engineers 2024 - YouTube Lean 4 is a programming language whose type system enables it to check complicated math proofs. This ~22-hour lecture series is an introduction to Lean for n...

I've uploaded a few more lectures on Lean for Scientists and Engineers: youtube.com/playlist?lis...

Lectures 2-4 cover how to write proofs in Lean to reason about equalities, inequalities, and basic logic (and, or, implies, exists, etc.), and illustrate with examples in science and engineering.

23.01.2025 18:10 — 👍 1    🔁 0    💬 0    📌 0
diffuse.one andrew white's blog.

I've been thinking about how reasoning models will change AI applied to science. The recent papers from Deepseek/AI2/MoonShotAI are showing that we can exceed humans on reasoning tasks and I've written up some reflections on the consequences

diffuse.one/p/d1-007

21.01.2025 17:32 — 👍 24    🔁 6    💬 0    📌 1
Preview
GitHub - ATOMSLab/LFSE2024: Lean for Scientists and Engineers, course taught in Summer 2024 Lean for Scientists and Engineers, course taught in Summer 2024 - ATOMSLab/LFSE2024

I'll be getting more videos up over the coming weeks. In the meantime, the code and slides from the whole course are here:

github.com/ATOMSLab/LFS...

06.01.2025 05:49 — 👍 1    🔁 0    💬 0    📌 0
Lean for Scientists and Engineers, Summer 2024 - Lecture 1
YouTube video by Tyler Josephson Lean for Scientists and Engineers, Summer 2024 - Lecture 1

Interested in learning a new programming language that enables you to prove the code you've written is correct?

I taught "Lean for Scientists and Engineers" in Summer 2024. Soon, we'll have all the lectures on YouTube! Here's the first one: www.youtube.com/watch?v=s9Dy...

06.01.2025 05:49 — 👍 2    🔁 0    💬 1    📌 0

We’re working on this! Just kicked off the DARPA SciFy project last week: 5 teams building AIs and 1 team making novel, challenging benchmarks. Expect major progress in the next year. www.darpa.mil/research/pro...

17.12.2024 03:30 — 👍 1    🔁 0    💬 0    📌 0

I’d like to join!

09.12.2024 02:17 — 👍 1    🔁 0    💬 1    📌 0
Preview
Flash of Genius | Radcliffe Institute for Advanced Study at Harvard University Arianna Rosenbluth Changed the World Before Leaving Science Behind

I tell my students to learn about Arianna Rosenbluth, who changed the world before leaving science behind: www.radcliffe.harvard.edu/news-and-ide...

01.12.2024 18:49 — 👍 0    🔁 0    💬 0    📌 0
Post image

Poem by Joseph Fasano

29.11.2024 20:57 — 👍 9016    🔁 1154    💬 109    📌 69
Preview
Reflections from the 2024 Large Language Model (LLM) Hackathon for Applications in Materials Science and Chemistry Here, we present the outcomes from the second Large Language Model (LLM) Hackathon for Applications in Materials Science and Chemistry, which engaged participants across global hybrid locations, resul...

Reflections from the 2024 Large Language Model (LLM) Hackathon for Applications in Materials Science and Chemistry
arxiv.org/abs/2411.15221 #compchem

26.11.2024 07:32 — 👍 15    🔁 1    💬 0    📌 0

@atomslab is following 19 prominent accounts