Ian Maurer
imaurer.bsky.social
Ian Maurer
@imaurer.bsky.social
Fighting cancer with code.

Interests: Bioinformatics, Genomics, LLMs, Python, Rust, NLP.

https://imaurer.com/
https://github.com/imaurer/
Proud to announce BioMCP, an open source Model Context Protocol (MCP) server for biomedical research AI assistants and agents. BioMCP searches and retrieves clinical trials, PubMed articles and genomic variants to provide up-to-date and relevant context to an LLM.
April 8, 2025 at 2:51 PM
Reposted by Ian Maurer
Just everything else with AI, you can get good results with low effort.

Then you can grind and keep eeking out gains.

This has add’l benefits:
- improvement on that task
- greater vision of what else you can do
- higher expectations on what good results are
- better first drafts the next time.
December 20, 2024 at 2:17 AM
Any research on the impact of JSON key sort order on generating structured outputs?

For instance, I do something like this:

- analyze
- draft
- evaluate
- final

And then provide exemplars with errors to show self correction.

But I haven’t done extensive testing. Just seems like a good idea.
December 14, 2024 at 6:47 PM
Chat with any open source repo easily. Gitingest (free online tool) turns any GitHub repository into a single markdown file for pasting. Claude artifacts makes this 300k token output pretty easy to work with.
December 8, 2024 at 2:04 AM
Nice paper from Databricks Mosaic Research that analyzes RAG performance with long-context LLMs. Lots of great data and insights about the leading models and how their performance improves or degrades as more content is added to the context window.

ArXiv Paper:
arxiv.org/pdf/2411.03538
December 4, 2024 at 7:53 PM
I'm tracking the language models, libraries, and resources for generating structured outputs (JSON) on GitHub (2K stars). PRs welcome!

Repo:
github.com/imaurer/awes...
November 22, 2024 at 5:13 PM
GLiREL is a zero-shot Relation Extraction (RE) model capable of classifying unseen relations given the entities within a text.

Builds upon GLiNER which does 0-shot Named Entity Recognition (NER).

Repo:
github.com/jackboyla/GL...

Model:
huggingface.co/jackboyla/gl...

h/t @pacoid.bsky.social
November 19, 2024 at 12:52 PM