Advertisement · 728 × 90

Posts by Ramith Hettiarachchi

La proteina’s autoencoder can be thought of as a inverse folder to some degree 🤔

Wonder if just giving Ca, along with a random partial latent acts as a inverse folder (true we get the all atom structure as well)

12 hours ago 1 0 0 0
Preview
GenBio ICML Workshop 2026 The 2026 workshop on Generative and Agentic AI for Biology at ICML 2026, Seoul, South Korea.

Consider submitting your work to the GenBio workshop at ICML 2026!

We have an amazing set of speakers whose work spans generative and agentic AI.

Deadline: May 1, 2026

genbio-workshop.github.io/2026/

20 hours ago 4 1 0 0
Janith Kalhara |Suragana Kirilliye(සුරඟන කිරිල්ලියේ) |Blind Auditions | The Voice Teens Sri Lanka S3
Janith Kalhara |Suragana Kirilliye(සුරඟන කිරිල්ලියේ) |Blind Auditions | The Voice Teens Sri Lanka S3 YouTube video by The Voice Sri Lanka

❤️

4 days ago 0 0 0 0

👌agree.. We might be overfitting (selecting checkpoints) for structured ones. The paper is very insightful!

Should search for more grounded methods for eval..

My observation of SDE giving “better” results could be due to noise in motion correcting the trajectory towards actual data manifold.

1 week ago 0 0 0 0

regarding the SDE vs ODE point, it was discussed in proteina and la-proteina papers..

1 week ago 0 0 0 0

the excerpts are from this quoted paper and Genie2 (regarding the 42% designability reference)

bsky.app/profile/maxf...

1 week ago 0 0 1 0
Post image

noticing that backbone design models trained on AFDB 588K, when sampled through ODE results in poor designability (~25%). But through a proper noise schedule in SDE it goes to 90% (as reported in lit.)

this felt counterintuitive, wonder if the reason is, AFDB being just 42% designable to begin with

1 week ago 4 0 2 0
Preview
Native Secure Enclaved backed ssh keys on MacOS Native Secure Enclaved backed ssh keys on MacOS . GitHub Gist: instantly share code, notes, and snippets.

this [1] is nice, easier than having to type the passphrase of a ssh key all the time.. made a simpler guide [2] inspired by it

[1] - gist.github.com/arianvp/5f59...

[2] - gist.github.com/ramithuh/a7b...

1 week ago 0 0 0 0

Yeah thats pretty interesting.. maybe it’ll be a means of aligning brain signals and langauge somewhat in a data efficient way?

The closest I’ve seen in this domain is brain signal to perceived image reconstruction..

arxiv.org/pdf/2505.14556

1 week ago 1 0 1 0

In 10 years we might have an EEG headset that decodes thoughts, and routes to claude 😆

Would be a true brain computer interface 😅

1 week ago 2 0 1 0
Advertisement
Preview
Methods of improving LLM training stability Training stability of large language models(LLMs) is an important research topic. Reproducing training instabilities can be costly, so we use a small language model with 830M parameters and experiment...

arxiv.org/abs/2410.16682

2 weeks ago 0 0 0 0
Notes on the Membrane - Ross Taylor

rossjtaylor.com/blog/qk-norm...

2 weeks ago 0 0 1 0
Elliot James Reay - I Think They Call This Love (Official Music Video)
Elliot James Reay - I Think They Call This Love (Official Music Video) YouTube video by Elliot James Reay

youtu.be/e1mOmdykmwI

3 weeks ago 1 0 0 0
Post image

it always amazes me..

4 weeks ago 1 0 0 1
intra residue params

intra residue params

inter residue params

inter residue params

training a flow matching model for protein backbone design (N, Ca, C)

intra residue geometry is somewhat easy to learn, but inter-residue (peptide bond length, Ca-C-N and C-N-Ca angles) doesn't consistently match ideal stereochemical params [1]

[1] www.ebi.ac.uk/thornton-srv...

1 month ago 1 1 0 0

it always amazes me that after a mac update there's more free storage than what was before updating

1 month ago 1 0 0 0
Post image

going to add this to CLAUDE.md

Hard bugs: When stuck, write a detailed prompt and delegate to an agent rather than debugging directly. Crafting the prompt forces you to organize the evidence, which often matters more than who solves it.

1 month ago 2 0 0 0

sometimes asking claude to start an agent to figure out a bug is more effective than asking claude directly.

The reason being, the prompt i give is not as descriptive as the prompt it generates for the agent

1 month ago 1 0 1 0
Advertisement

today the cause was dynamic RoPE cache buffers varied across DDP ranks

1 month ago 2 0 0 0

its always satisfying to figure out what causes a DDP training job to get suck

1 month ago 2 0 1 0

its interesting how MSA is very important for protein structure prediction to extract co-evolution signals, but in the small molecule design/conformer generation scenarios with the scale we are working, the model can "learn physics"

1 month ago 1 0 0 0

Agree, writing code on own definitely gives the idea of real issues we’d encounter..

and we might not get that picture if we fully relied on coding agents.. like less failures, less learning 😅 it’s hard to balance this

1 month ago 1 0 0 0

im reorganizing one of my old repo coded in JAX, I'm starting to question whether in the age of claude code, how important is knowing syntax, etc.. 😅

feels like ideas matter more than the implementation at this time, where coding is straightforward if you ask the right fundemental questions

1 month ago 23 2 6 0
Preview
Unauthorized AI Agent Execution Code Published to OpenVSX in... OpenVSX releases of Aqua Trivy 1.8.12 and 1.8.13 contained injected natural-language prompts that abuse local AI coding agents for system inspection a...

Scared to use less popular vscode extentions etc after reading this

1 month ago 1 0 0 0

Haha true!

1 month ago 0 0 0 0

today i learnt that you can filter runs on @weightsbiases.bsky.social using the git commit id

1 month ago 1 0 1 0
Advertisement

note that the mol* slider is not related to the point i wanted to make.. its just the change of example id runs all cells affected by it

1 month ago 0 0 0 0
Video

starting to love the @marimo.io notebook's reactive cell execution. all the nodes in the DAG are on the same page!

1 month ago 4 0 1 0

ok nvm, i'm so stupid.. sometime back I restricted sshd to use only core 0 🤦‍♂️🤦‍♂️🤦‍♂️🤦‍♂️🤦‍♂️🤦‍♂️🤦‍♂️🤦‍♂️

bsky.app/profile/rami...

2 months ago 0 0 0 0
Post image

this is kinda stupid.. need to figure out why numpy codes only restrict to one core

python -c "import numpy; import os; print(f'Allowed Cores: {len(os.sched_getaffinity(0))}')"

2 months ago 0 0 1 0