Rory Byrne
@rory.bio
520 followers 1.4K following 73 posts
Neuroscience PhD student, Cambridge UK. Confused but excited. "Everything around me was somebody's lifework" 👋 https://rory.bio 🔨 https://flywhl.dev 🔧 https://compmotifs.com/
Posts Media Videos Starter Packs
Pinned
rory.bio
Rory Byrne @rory.bio · Nov 29
Hi friends, I'm Rory 👋 I study comp neuro at Cambridge with @timothyoleary.bsky.social, asking how neuronal biophysics contributes to network function, using tools from AI.

Speaking of tools, I also run a little org trying to create new incentives for building tools for science: flywhl.dev.
Flywheel
Build momentum-preserving software tools for scientific progress
flywhl.dev
rory.bio
Answer: because seniors know the language of software architecture.

This enriches their LLM prompting significantly.

If you want to successfully use AI for coding, learn some software architecture!
rory.bio
Proud to have been a part of this, a great example of distributed async science!

Huge thanks to @marcusghosh.bsky.social, @neuralreckoning.bsky.social, @tfiers.bsky.social, @krhab.bsky.social and others for putting in the bulk effort 🙌
neural-reckoning.org
Is anarchist science possible? As an experiment, we got together a large group of computational neuroscientists from around the world to work on a single project without top down direction. Read on to find out what happened. 🤖🧠🧪
Diagram of how the "collaborative modelling of the brain" (COMOB) project started. Starting material lead to group research or solo research, coming together in online workshops (monthly) in an iterative cycle, finishing with writing up together. The diagram is illustrated with colourful cartoon blob characters.
Reposted by Rory Byrne
marcusghosh.bsky.social
How can we best use AI in science?

Myself and 9 other research fellows from @imperial-ix.bsky.social use AI methods in domains from plant biology (🌱) to neuroscience (🧠) and particle physics (🎇).

Together we suggest 10 simple rules @plos.org 🧵

doi.org/10.1371/jour...
rory.bio
Rory Byrne @rory.bio · Jul 25
Both can safely go back to their home country. If (eg) an Indian immigrant doesn’t intend to integrate (continues speaking native language etc), are they then an expat?
rory.bio
Rory Byrne @rory.bio · Jul 24
What makes you think immigrants don’t have access to their home country?
Reposted by Rory Byrne
rory.bio
I think we already explain societal impact, just retroactively: pre-PhD work justifies PhD funding, PhD work justifies postdoc funding, etc. We explain past contributions to secure future funds. I don’t think concurrent justification is reasonable, and might even be detrimental.
Reposted by Rory Byrne
softwaresaved.bsky.social
🟢 Applications are now open for two SSI Fellows' events: Niko Sirmpilatze's "Animals in Motion" and Alessandro Felder's "Big Imaging Data". These events will take place during the NIU Open Software Week running between Monday 11 and Friday 15 August in London.
www.software.ac.uk/news/ssi-fel...
NIU Open Software Week
Reposted by Rory Byrne
rory.bio
Rory Byrne @rory.bio · Apr 22
Come build tools for science with us in London!

Food, cool people, great speakers (on both the science and toolmaking sides).

#neuroskyence #openscience #desci #openchem #bioinformatics #opensource #foss
wtreyde.bsky.social
​Following our successful SF event, we (www.compmotifs.com) are running another hackathon!

When? 7-8 June.
Where? London, UK.
Who? Builders and researchers from academia and industry.
What? Develop innovative computational tools to advance the natural sciences.

Join us: lu.ma/apsqlxlj?utm....
Science through Computation
Advancing the natural sciences
www.compmotifs.com
rory.bio
Rory Byrne @rory.bio · Mar 15
This is great! But how does it work tech wise? It says powered by the python SDK. I don’t know much about the AT protocol (yet).
Reposted by Rory Byrne
marcusghosh.bsky.social
How can we explore the space of computational models in #neuroscience 🧠?

Picture a mouse navigating an environment with light and dark areas.

🧵1/10
pcastr.bsky.social
Can LLMs be used to discover interpretable models of human and animal behavior?🤔

Turns out: yes!

Thrilled to share our latest preprint where we used FunSearch to automatically discover symbolic cognitive models of behavior.
1/12
rory.bio
Rory Byrne @rory.bio · Mar 12
If you’re in SF, come build tools-for-science with us later this month! 🛠️

#opensource #neuroskyence #openscience #machinelearning #compchem #chemsky
wtreyde.bsky.social
We (www.compmotifs.com) are coming to SF!

Together with Pebblebed, we’re hosting a 2-day hackathon on 26-27 March for builders and scientists across disciplines to build new methods and tools for the computational and natural sciences. Join us: lu.ma/t5yik06g.

Reposts will be much appreciated!
Workshop: Science through Computation · Luma
The Computational Motifs Initiative is coming to San Francisco! Together with Pebblebed, we’re hosting a 2-day hackathon on 26-27 March connecting builders and…
lu.ma
rory.bio
Rory Byrne @rory.bio · Feb 16
Yes but in many cases even a txt file of timestamped lines is enough.
rory.bio
Rory Byrne @rory.bio · Feb 16
#opensource #python #openscience #neuroskyence #machinelearning #neuroai
rory.bio
Rory Byrne @rory.bio · Feb 16
🔧 Logis - turn your git history into a searchable scientific log.

The `@commit` decorator auto-commits your code when your experiment runs - with metadata in the message.

Then you can find previous results by querying for commits with (e.g.) metrics.accuracy > 0.9.

github.com/flywhl/logis
GitHub - flywhl/logis: Turn your git commit history into a scientific log
Turn your git commit history into a scientific log - flywhl/logis
github.com
rory.bio
Rory Byrne @rory.bio · Feb 16
This is part of @flywhl.dev, an initiative building devtools for science.

Join our Discord: discord.gg/kTkF2e69fH

We've also made a "Call for Problems" in the workflow of computational science, which helps us decide what to build next: flywhl-ideas.notion.site
rory.bio
Rory Byrne @rory.bio · Feb 16
Now, you can search your commit history to find good results and the associated code state.
rory.bio
Rory Byrne @rory.bio · Feb 16
Then when your experiment runs, logis will commit your code for you, with a nice commit message and experiment metadata at the bottom.
rory.bio
Rory Byrne @rory.bio · Feb 16
Or use the (work-in-progress) implicit API, where logis finds your parameters/metrics in the arguments and return value.
rory.bio
Rory Byrne @rory.bio · Feb 16
The SDK is similar to Weights & Biases, just add relevant data to your experiment's run.
rory.bio
Rory Byrne @rory.bio · Feb 16
🔧 Logis - turn your git history into a searchable scientific log.

The `@commit` decorator auto-commits your code when your experiment runs - with metadata in the message.

Then you can find previous results by querying for commits with (e.g.) metrics.accuracy > 0.9.

github.com/flywhl/logis
GitHub - flywhl/logis: Turn your git commit history into a scientific log
Turn your git commit history into a scientific log - flywhl/logis
github.com