Chris Rackauckas
@chrisrackauckas.bsky.social
990 followers 110 following 110 posts
Lead dev of SciML org, VP of Modeling and Simulation @JuliaHub, Director of Scientific Research @PumasAI, and Research Staff @mit_csail. #julialang #sciml
Posts Media Videos Starter Packs
chrisrackauckas.bsky.social
MIT Julia Lab: looking for postdoctoral researchers in #julialang open source software development, scientific machine learning (#SciML), and systems biological / pharmacological modeling (#QSP) for research in equation discovery for large stiff systems.

julia.mit.edu/projects/#po...
Postdoc Projects
julia.mit.edu
chrisrackauckas.bsky.social
AI-Assisted Modeling in Dyad with Cursor AI! We've just released a comprehensive demonstration showing how LLMs can dramatically accelerate dynamic system modeling workflows in Dyad.

youtu.be/awwJPWIlXXM?...
Demonstration of AI-Assisted Modeling in Dyad with Cursor AI
YouTube video by JuliaHub
youtu.be
Reposted by Chris Rackauckas
macsys.bsky.social
It's been a thrill to host Dr Chris Rackauckas for a 2-day visit to our node at QUT. Chris presented a seminar, ran a workshop on High-Performance Scientific Modelling with Julia & SciML, & met with our researchers. Chris is VP of Modelling and Simulation at JuliaHub. @chrisrackauckas.bsky.social
chrisrackauckas.bsky.social
Scientific Modeling Cheatsheet: #MATLAB vs #Python vs #Julialang

Side-by-side comparison for:
• Differential equations
• Optimization
• Automatic differentiation
• Symbolic computing
• More!

Highlights ecosystem differences & best practices.

sciml.github.io/Scientific_M...
Scientific Modeling Cheatsheet – MATLAB – Python – Julia Quick Reference
sciml.github.io
chrisrackauckas.bsky.social
New workshop materials on High-Performance Scientific Modeling with Julia & SciML:

#Julialang for scientific computing
• ODEs/PDEs & numerical methods
• Symbolic-numeric modeling
• Biological systems (Catalyst.jl)
• Parameter estimation
#SciML & UDEs

github.com/SciML/Julia_...
GitHub - SciML/Julia_Modeling_Workshop: High-Performance Scientific Modeling with Julia and SciML
High-Performance Scientific Modeling with Julia and SciML - SciML/Julia_Modeling_Workshop
github.com
chrisrackauckas.bsky.social
DifferentialEquations.jl is many things, and lots of people only use a small portion of it. Check out the JuliaCon 2025 workshop: introduces many aspects of the packages that the developers feel are underutilized and under-understood!

#julialang #sciml

www.youtube.com/watch?v=lSGF...
A Deep Dive Into DifferentialEquations.jl | JuliaCon Global 2025 | Rackauckas, Smith
YouTube video by The Julia Programming Language
www.youtube.com
Reposted by Chris Rackauckas
macsys.bsky.social
Dr Chris Rackauckas will present a seminar at all three university stops: "Automating Construction of Biochemical and Physical Models with Scientific Machine Learning (SciML)"
📆Tues, 23 Sept: University of Melbourne
📆Thurs, 25 Sept: UNSW
📆Mon, 29 Sept: QUT
👉https://macsys.org/event/
Reposted by Chris Rackauckas
macsys.bsky.social
MACSYS is excited to host Dr Chris Rackauckas for visits to three of our node universities. He is:
🔹VP of Modelling & Simulation - #JuliaHub
🔹Director of Scientific Research - #PumasAI
🔹Co-PI - Julia Lab at #MIT
🔹Lead developer - #SciML Open Source Software Org
@chrisrackauckas.bsky.social ( 🧵1/2)
chrisrackauckas.bsky.social
Check out the JuliaCon workshop SciML in Fluid Dynamics (CFD): Surrogates of Weather Models.
Go into depth on all of the major surrogate architectures and give them a try on the weather model challenge problem!

www.youtube.com/watch?v=PfRx...

#julialang #juliacon #sciml
SciML in Fluid Dynamics (CFD): Surrogates of Weather Models | JuliaCon 2025 | Rackauckas, Abdelrehim
YouTube video by The Julia Programming Language
www.youtube.com
chrisrackauckas.bsky.social
Sundials.jl v5.0: Update to SUNDIALS v7 and Improved DAE Initialization

A major update that brings significant improvements to differential-algebraic equation (DAE) solving and upgrades to the latest Sundials C library

sciml.ai/news/2025/09...

#julialang #sciml #sundials #dae
SciML: Open Source Software for Scientific Machine Learning
Open Source Software for Scientific Machine Learning
sciml.ai
chrisrackauckas.bsky.social
SciML Fellowship development 2025 - JumpProcesses.jl: Introducing vr_aggregator for VariableRateJumps, GPU-enhanced SimpleTauLeaping and Extending with τ-Leap Algorithms for Jump Process Simulation

#julialang #ssa #gillespie #sciml #tauleap

sciml.ai/news/2025/09...
SciML: Open Source Software for Scientific Machine Learning
Open Source Software for Scientific Machine Learning
sciml.ai
chrisrackauckas.bsky.social
Introducing SymbolicSMT.jl for symbolic constraint solving and theorem proving! Built on Z3, test the feasibility of symbolic expressions built using Symbolics.jl. Given Constraints([x > 0, y > 0, x^2 + y^2 <= 1]), ask issatisfiable? isprovable?

#julialang #symbolics #smt

sciml.ai/news/2025/09...
SciML: Open Source Software for Scientific Machine Learning
Open Source Software for Scientific Machine Learning
sciml.ai
chrisrackauckas.bsky.social
New episode of the #julialang Dispatch podcast, featuring Jesper and Philip from Cognibotics, a Swedish robotics company that developed a statically-typed dialect of Julia designed specifically for real-time robot programming!

www.youtube.com/watch?v=8wja...
Juliet & Romeo with Jesper Öqvist and Philip Olhager
YouTube video by Julia Dispatch
www.youtube.com
chrisrackauckas.bsky.social
Yes I'll be going all over Australia. Happy to connect with anyone while there.
macsys.bsky.social
MACSYS will host Dr Chris Rackauckas for visits to three of our node universities this month. He is:
🔹VP of Modelling & Simulation - #JuliaHub
🔹Director of Scientific Research - #PumasAI
🔹Co-PI - Julia Lab at #MIT
🔹Lead developer - #SciML Open Source Software Org
@chrisrackauckas.bsky.social
Reposted by Chris Rackauckas
macsys.bsky.social
MACSYS will host Dr Chris Rackauckas for visits to three of our node universities this month. He is:
🔹VP of Modelling & Simulation - #JuliaHub
🔹Director of Scientific Research - #PumasAI
🔹Co-PI - Julia Lab at #MIT
🔹Lead developer - #SciML Open Source Software Org
@chrisrackauckas.bsky.social
chrisrackauckas.bsky.social
Mixed precision and automatic GPU offloading for Newton solves and stiff ODE solvers has now landed thanks to improvements in LinearSolve.jl. Run LinearSolveAutotune.jl so that things like usage of GPUs in #julialang #sciml becomes automatic!

sciml.ai/news/2025/09...
SciML: Open Source Software for Scientific Machine Learning
Open Source Software for Scientific Machine Learning
sciml.ai
chrisrackauckas.bsky.social
New Symbolic-Numeric algorithm which uses rational polynomial interpolation mixed with differential algebra in order to give a highly robust method for parameter estimation and solving inverse problems on ODEs.

#julialang #sciml #symbolicnumeric #ode

www.sciencedirect.com/science/arti...
Robust parameter estimation for rational ordinary differential equations
We present a new approach for estimating parameters in rational ODE models from given (measured) time series data. In typical existing approaches, an …
www.sciencedirect.com
chrisrackauckas.bsky.social
There seems to be infinitely many things to do.
chrisrackauckas.bsky.social
Yes, an also the aspect of using the simulation process or parts of its equations as part of the machine learning so that certain properties are enforced, not learned.
chrisrackauckas.bsky.social
LinearSolve.jl just got autotuning 🔥 The problem: picking linear solvers is hardware-dependent voodoo. Solution: automatic benchmarking that tells you EXACTLY what to use. Share the results to improve the system!

Details: sciml.ai/news/2025/08/16/linearsolve_autotuning/

#julialang #sciml
SciML: Open Source Software for Scientific Machine Learning
Open Source Software for Scientific Machine Learning
sciml.ai
chrisrackauckas.bsky.social
What is the #julialang programming language? This is stitched from the interviews of a lot of developers telling their stories as to why they are committed to the mission of #Julia. Performance, scaling, easy, fun?

www.youtube.com/watch?v=jPDC...

#sciml #scientificcomputing #hpc #scaling
What is the Julia Programming Language?
YouTube video by JuliaHub
www.youtube.com