Advertisement · 728 × 90

Posts by Nicolay Rusnachenko

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

1 month ago 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

2 months ago 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

2 months ago 0 0 0 0
Video

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

2 months ago 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.

3 months ago 189 16 21 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

3 months ago 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

3 months ago 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

3 months ago 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

3 months ago 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

4 months ago 0 0 0 0
Advertisement

🔑 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

4 months ago 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

4 months ago 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

4 months ago 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

4 months ago 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

4 months ago 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

4 months ago 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

4 months ago 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

4 months ago 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

4 months ago 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

4 months ago 0 0 1 0
Advertisement
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

4 months ago 0 0 1 0
Post image

29k participants at Neurips 2025

4 months ago 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

5 months ago 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

5 months ago 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

5 months ago 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

5 months ago 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

6 months ago 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

6 months ago 2 0 0 0
Advertisement
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...

6 months ago 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

6 months ago 0 0 0 0