Nicolay Rusnachenko's Avatar

Nicolay Rusnachenko

@nicolayr.com

πŸ’Ό NLP for Radiology / Healthcare βš•οΈ @buresearch.bsky.social・PhD in NLP・10+ years in Information Retrieval and Software Dev ・Opinions are mine πŸ“ Bournemouth πŸ‡¬πŸ‡§

20
Followers
42
Following
115
Posts
09.02.2025
Joined
Posts Following

Latest posts by Nicolay Rusnachenko @nicolayr.com

Post image

πŸ“’ I've tried #NovitaAI for querrying large datasets

novita.ai/models/model...

βœ… ️Pros: support for OpenAI API is highgly convenient

❌️ Cons: The rate limit (20 Req/min) was a blocker for efficient batch processing; this is too impractical

🌟 In few lines: github.com/nicolay-r/bu...

06.03.2026 13:18 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

πŸ“’ If you around of handling massive amount of data with LLM and prompt schema, then you might be interested to have a look on bulk-chain: proxy in between batched data iterators and LLM providers:

πŸ“¦οΈ The latest version is on PyPI:
pypi.org/project/bulk...

#data #iterator #cot

12.02.2026 22:28 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

What's new:
β˜‘οΈ Simplified inference setup
The API is now closer to the OpenAI paradigm for toggling streaming.
β˜‘οΈ πŸ› οΈ Fixed issues when passing code contain {} blocks
β˜‘οΈ πŸ› οΈ Async streaming + batching now works properly
β˜‘οΈ πŸ› οΈ Logging of prompts could be disabled

01.02.2026 22:54 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

πŸ“’ Excited to share a new version of 🌟 bulk-chain 🌟!
Bulk-chain is high-level wrapper over LLM providers for efficient quering LLMs hosted by third-party services.
It brings native batching via support of async clients.

🌟 github.com/nicolay-r/bu...

01.02.2026 22:54 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 1
Screenshot of YouTube channel "Fireplace 10 hours" showing a single uploaded video titled "Fireplace 10 hours full HD" with 156 million views, uploaded 9 years ago. The channel has 108K subscribers and only one video. The thumbnail and profile picture both show a cozy fireplace with flames.

Screenshot of YouTube channel "Fireplace 10 hours" showing a single uploaded video titled "Fireplace 10 hours full HD" with 156 million views, uploaded 9 years ago. The channel has 108K subscribers and only one video. The thumbnail and profile picture both show a cozy fireplace with flames.

Imagine uploading 1 YouTube video 9 years ago and still generating 2M+ views a month.

No algorithm hacks. No posting schedule. No "content strategy."

Just a fireplace burning for 10 hours.

This is what digital real estate actually looks like.

29.12.2025 20:06 πŸ‘ 156 πŸ” 9 πŸ’¬ 18 πŸ“Œ 0
Preview
GitHub - nicolay-r/bulk-chain: A no-string API framework for deploying schema-based reasoning into third-party apps A no-string API framework for deploying schema-based reasoning into third-party apps - nicolay-r/bulk-chain

Framework is available:
github.com/nicolay-r/bu...

🧡3/n

#bulkchain

29.12.2025 22:56 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image Post image

πŸ”‘ bulk-chain solves the following problems:

βœ… Effective handling CoT schema with big amount of prompts and parameters they are based on (batching policies)
βœ… Effective and easy-to-apply for data-iterators (datasets handling)

🧡2/n

#bulkchain

29.12.2025 22:56 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
bulk-chain: No-string framework for Time-Efficient LLM Querying in Information Retrieval Tasks
bulk-chain: No-string framework for Time-Efficient LLM Querying in Information Retrieval Tasks YouTube video by Nicolay Rusnachenko

🚨 Time-Effective LLM Querying in Information Retrieval Tasks

At Research Colloquium in Technische UniversitΓ€t Chemnitz we presented a framework for time-effective data handling with prompting schemasπŸ‘‡

🎬 youtube.com/watch?v=pa8j...

🧡1/n

29.12.2025 22:56 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

πŸ“’ If you do studies in Natural Language Processing, this may be of interest.The International Conference ICNLP πŸ‡¨πŸ‡³ is comming in 2026. This time it is going to be the 8th edition, and for those who interested in submission, call is open until 30'th of december
www.icnlp.net

21.12.2025 13:01 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - nicolay-r/bulk-chain: A no-string API framework for deploying schema-based reasoning into third-party apps A no-string API framework for deploying schema-based reasoning into third-party apps - nicolay-r/bulk-chain

🌟 Powered by:
πŸ§‘β€πŸ’» bulk-chain (inference framework): github.com/nicolay-r/bu...
↗️ nlp-thirdgate (providers): github.com/nicolay-r/nl...

🧡4/n

15.12.2025 22:17 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

πŸ”‘ We use separate providers, in particular supporting to @replicate.com .

Why it matters among the other tutorials: this is easy to extend with the other models supported by a particular platform or change to the other providers

🧡3/n

15.12.2025 22:17 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

With the second part we making step from supporting streaming of data chunks towards ➑️ support inference from 3-rd party providers πŸ€– (@openrouter.bsky.social , @replicate.com , etc.).

🧡2/n

15.12.2025 22:17 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Minimalistic LLMs streaming querrying integration into WebPage
Minimalistic LLMs streaming querrying integration into WebPage YouTube video by Nicolay Rusnachenko

🚨 The second part of the tutorial series on mimimalistic LLMs integration in web environment is here! πŸŽ‰

🎬️ youtu.be/yNKYJzlKxh0

🧡1/n

15.12.2025 22:17 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
GitHub - nicolay-r/bulk-chain-web-integration Contribute to nicolay-r/bulk-chain-web-integration development by creating an account on GitHub.

🌟 Tutorial for Integration into web: github.com/nicolay-r/bu...

🧡3/n

14.12.2025 23:12 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

πŸ”‘ This features the no-string framework for quierrying LLMs in various modes: sync, async and with optional support for output streaming.
πŸ“¦οΈ In the latest 1.2.0 release, the updates on outlining API parameters for inference mode.

🧡2/n

14.12.2025 23:12 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

πŸ“’ For those who interested in applying LLM for inferring iterators of data with CoT / prompts, this update might be relevant. Deligted to share the new release of the bulk-chain. This contributes to efficient AI querying for synthetic data gen.

🌟https://github.com/nicolay-r/bulk-chain

🧡1/n

14.12.2025 23:12 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

πŸ€–To relay from LLMs in Sentiment Analysis, here are the sub-tasks that could be done by other non-LLM systems:
1. Text Translation: github.com/nicolay-r/bu...
2. Named Entity Recognition and Masking: github.com/nicolay-r/bu...

🧡5/n

05.12.2025 18:03 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Nicolay Rusnachenko

πŸ“¦To Use LLMs out-of-the box effective:
1. Few-shot and Fine-tuning: nicolayr.com?tab=professi...
2. THoR Reasoning: nicolayr.com?tab=professi...
🧡4/n

05.12.2025 18:03 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Nicolay Rusnachenko

πŸ”— To opt-out from LLM, below is the list of the key resources that were introduced:
1. Conventional Frameworks: nicolayr.com?tab=professi...
2. NN and CNN: nicolayr.com?tab=professi...
3. NN Framework with Att: nicolayr.com?tab=professi...
4. Towards Self-Attention: nicolayr.com?tab=professi...
🧡3/n

05.12.2025 18:03 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Newcastle-Framework-Advances-28-11-2025.pdf

πŸ”‘ Unlike similar previous talks presented in seminars at
@WolfsonCollege and @UofGlasgow, this one brings frameworks at survey level of numerous subtasks in sentiment analysis. This unites benchmarking on numerous data sets. πŸ“Š
Slides: drive.google.com/file/d/1JaWD...

🧡2/n

05.12.2025 18:03 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Deep Learning Frameworks And Their Evolution in Sentiment Analysis
Deep Learning Frameworks And Their Evolution in Sentiment Analysis YouTube video by Nicolay Rusnachenko

🚨 Can we opt-out from LLMs or we should use them in efficient way for Sentiment Analysis?
Answering to that question with the survey of previously developed frameworks in Sentiment Analysis. This become a lecture for CSC8644
@UniofNewcastle

🎬 youtube.com/watch?v=dYEx...
🧡1/n

05.12.2025 18:03 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

29k participants at Neurips 2025

03.12.2025 01:37 πŸ‘ 15 πŸ” 2 πŸ’¬ 0 πŸ“Œ 1

In further posts here you may expect to see key takaways in emerge of AI / Data and Healthcare out of keynote talks.

🧡4/n

#Birmingham #nhs #10yearplan #ai #data #genAI #appplication #healthcare

16.10.2025 18:23 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Nicolay Rusnachenko

🌟 Highlights of subjects we contribute to:
πŸ“œ CASA2025: Using Chain-of-Thouhts for Textual Radiological Report Evaluation -- nicolayr.com?data_type=pa...
πŸ“œ CLEF2025: Clinical Textural Report Summarization -- nicolayr.com?data_type=pa...

🧡 3/n

16.10.2025 18:23 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Nicolay Rusnachenko

πŸ”‘ My provision contribution to the event is attendance on the basis of being a Research Fellow at Bournemouth University. In collaboration with the medical team, we applying and advancing Natural Language Processing in Marking Medical Images and Radiological Reports Evaluation πŸ€–
🧡2/n

16.10.2025 18:23 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

πŸ“’ Already head to the Birmingham to visit Delivering the NHS 10-Year Plan with AI & Data. Looking forward for keynote talks on AI adoption for Health servises, AI Risks.

πŸ™Œ If you're around or sharing mutual interest, let's connect!

🧡1/n

16.10.2025 18:23 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

πŸ“’This year finds me with the very second attempt in Run Bournemouth Supersonic 10K. Thanks to every supporter on that breezy way πŸ–οΈ πŸ’¨...

πŸ€” Did I smashed it?
⏱️ www.myrunning.uk/run-bournemo...

#runbournemouth #bournemouthac #supersonic #10k #bournemouth #bournemouthbeach

14.10.2025 09:28 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - nicolay-r/pubmed_articles_iter: Non-official JSON-based articles info iterator from fetched XML snapshot for year 2025 Non-official JSON-based articles info iterator from fetched XML snapshot for year 2025 - nicolay-r/pubmed_articles_iter

βš•οΈ The PubMed OA subset byshares a metadata for 35M articles. Suddenly, the existing article parser was supported until 2024
πŸ“’ Excited to share project, which contirbutes:
β˜‘οΈ Downloader for files
β˜‘οΈ No-string iterator over articles
github.com/nicolay-r/pu...

#MedLibs

04.10.2025 20:08 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

πŸ“’ Excited to share that our previosly presented studies on clnical report summarization πŸ“πŸ©ΊπŸ§‘β€βš•οΈ at #CLEF2025 has become published an available at CEUR-WS:

πŸ“„ Check out: ceur-ws.org/Vol-4038/pap...

28.09.2025 13:24 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

πŸ“’ Just registered at #Manchester #Health Series and ready connect and dive into talks about healthcare 🩺 and AI.
Personal interest and scope: present developing web-based demo βš›οΈ on marking medical images with NLP πŸ€–

πŸ“ Paper card: nicolayr.com#casa2025

#ManchesterHealthSeries #Healthcare

23.09.2025 09:30 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0