Blog

Technical articles about on-device AI, browser-based chatbots, NLP, reinforcement learning, and privacy-first machine learning.

3 articles
6 min total
Topics
22 MAY
2 min

Training Chatbots with Reinforcement Learning: The ReLU.chat Approach

An exploration of how reinforcement learning trains a lightweight MLP policy network to compose chatbot responses from knowledge fragments, without any LLM dependency.

ReLU.chat
20 MAY
2 min

How Browser-Based Chatbots Work: A Deep Dive into On-Device NLP

A technical deep dive into how modern browser-based chatbots run full NLP pipelines client-side using quantized ONNX models, BM25 retrieval, and RL-trained policy networks.

ReLU.chat