home.social

#sciml — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #sciml, aggregated by home.social.

fetched live
  1. Join us for a Dyad Modeling Livestream today - this time at 1pm ET / 10 am PT! Michael Tiller will joining us today to model a hybrid-EV powertrain!

    Tune in on YouTube and send us your thoughts in the chat!

    youtube.com/watch?v=qLfV4K2Y4NE

  2. New fastest explicit non-stiff ODE solver? That's right, we now have something beating the pants off of the high order explicit RK methods! Check out the new symbolic-numeric optimized Taylor methods available in DifferentialEquations.jl! It uses a mix of Taylor-Mode AD, a symbolic post-processing trick, and a new order adaptivity algorithm to give a new level of performance.

    See the paper: arxiv.org/abs/2602.04086

  3. Your college professor teaches you "A-stable methods are required for stiff ODEs". But PSA, the most commonly used stiff ODE solvers (adaptive order BDF methods) are not A-stable.

    youtube.com/shorts/hmKVQ2B46i4

  4. Physics-Informed Neural Surrogates for Mesh-Invariant Modeling of High-Speed Flows at !

    High-speed flight simulation is computationally brutal. A single CFD run can take hours on a cluster. That's fine for final validation, but not for early design exploration or real-time decision-making.

    Neural surrogate that predicts aerodynamic behavior 595x faster than CFD while maintaining ~1% relative error.

    Paper: lnkd.in/efe2Q_T9

  5. Scientific machine learning (#SciML) is not just about adding scientific information to machine learning, but it's also about making machine learning accessible to heterogeneous data.

    youtube.com/shorts/jop2SYBx0Nc

  6. New livestream, Modeling Live! In this stream we built up a thermal model of a room using and added a heat pump with different control strategies and analyzed the power efficiency. Join the fun live next week!

    youtube.com/live/I542x6gsIs8

  7. ANSYS /Synopsys, one of the largest simulation companies in the world, is partnering with JuliaHub in order to bring , , and to next level of adoption. We have many things planned. This is how research becomes reality.

    prnewswire.com/news-releases/j

  8. fact of the day: automatic differentiation fails to give the correct derivative on a lot of very simple functions 😱 😱 😱 .

    youtube.com/shorts/KTguZpL9Zz8

  9. Can Agentic AI turn single purpose code into reusable modular code? Dyad's specialized AI can!

    Watch our latest video on AI-assisted model restructuring and physics enhancement:
    youtube.com/watch?v=0RdA-t9_Voc

    Learn more: help.juliahub.com/dyad/stable/

  10. Check out the latest Dispatch Podcast! This episode goes over the changes to the Julia language, its standard libraries, and the main changes in the package ecosystem (#sciml, JuMP, etc.) that occurred over the summer. Most posts coming soon as well!

    youtube.com/watch?v=q3_W7aerRYk

  11. Watch Dyad's AI agent build a complete thermal model from just an image! Picture -> validated DAEs in minutes.

    Features: Auto parameter generation, model optimization, custom animations. All with production-ready Julia code.

    youtu.be/eKLDVCkJC1s

  12. tutorial! Use Dyad's graphical/textual system to build models from validated model components and transform into your !

    = component-based modeling tool (e.g. , , ) + AI/ML autocomplete!

    youtube.com/watch?v=ttQIE3UMCFU

  13. What is modeling and how does it lead to better reproducibility and modularity in modeling and simulation? Check out this video which goes step-by-step into building acausal models using the RC circuit and RLC circuit

    youtube.com/watch?v=rMb4X8TSXB4

  14. make mistakes. Modeling languages like have static analysis to compile-time check whether models are physically possible. What happens when you mix the two in an workflow? Automated construction of accurate models!

    youtube.com/watch?v=hIkbUBqi6sI

  15. SciML Developer Chat Episode 1: Base Splits and Symbolics Precompilation

    Welcome to the first episode of the SciML Dev Chat! We discuss the latest developments in the (Scientific Machine Learning) ecosystem for !

    youtu.be/0yQ4aZ-ABhY

  16. MIT Julia Lab: looking for postdoctoral researchers in 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/#postdo

  17. New workshop materials on High-Performance Scientific Modeling with Julia & SciML:

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

    github.com/SciML/Julia_Modelin

  18. 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!

    youtube.com/watch?v=lSGFAmXKIsE

  19. 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!

    youtube.com/watch?v=PfRxU2kMysU

  20. 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/17/sundi

  21. SciML Fellowship development 2025 - JumpProcesses.jl: Introducing vr_aggregator for VariableRateJumps, GPU-enhanced SimpleTauLeaping and Extending with τ-Leap Algorithms for Jump Process Simulation

    sciml.ai/news/2025/09/13/jumpp

  22. 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 becomes automatic!

    sciml.ai/news/2025/09/07/recen

  23. 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.

    sciencedirect.com/science/arti

  24. New blog post: Implicit ODE Solvers Are Not Universally More Robust than Explicit ODE Solvers, Or Why No ODE Solver is Best

    Talks about how "robust" methods can be less robust in practice. Justifies hundreds of methods in

    stochasticlifestyle.com/implic

  25. 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/

  26. What is the 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 . Performance, scaling, easy, fun?

    youtube.com/watch?v=jPDCSG-GCYQ

  27. Interested in learning more about our recently published OMol25 dataset and the advances that it's bringing to atomistic machine learning? Check out this talk that my boy @samblau.bsky.social gave as part of the "Modeling Talk Series". #CompChem ⚗️ 🧪 #SciML

    Modeling Talk Series - The Ope...

  28. New paper on fitting models to neuroimaging and electrophysiological data! We show that the previous techniques within the field (Spectral DCM) can be greatly improved using automatic differentiation, , ModelingToolkit, and more.

    This demonstrates how the optimization and Bayesian estimation of the Julia SciML tooling could be the tool analyzing your fMRIs in the near future!

    See the link for the full paper: direct.mit.edu/imag/article/do