kdn self hosted llms in the real world limits workarounds and hard lessons

Self-Hosted LLMs in the Real World: Limits, Workarounds, and Hard Lessons

Image by Editor   Contents# The Self-Hosted LLM Problem(s)# The Hardware Reality Check# Quantization: Saving Grace or Compromise?# Context Windows and Memory: The Invisible Ceiling# Latency Is the Feedback Loop Killer# Prompt Behavior Drifts Between Models# Fine-Tuning Sounds Easy Until It Isn’t# Final Thoughts # The Self-Hosted LLM Problem(s)  “Run your own large language model (LLM)” is the “just start your own business” of …

Self-Hosted LLMs in the Real World: Limits, Workarounds, and Hard Lessons Read More »

awan 10 python libraries building llm applications 1

10 Python Libraries for Building LLM Applications

Image by Author   Contents# Introduction# 1. Transformers# 2. LangChain# 3. LlamaIndex# 4. vLLM# 5. Unsloth# 6. CrewAI# 7. AutoGPT# 8. LangGraph# 9. DeepEval# 10. OpenAI Python SDK# Comparing the 10 Libraries # Introduction  Building large language model (LLM) applications is very different from using consumer-facing tools like Claude Code, ChatGPT, or Codex. Those products are great for end users, but when you want to build your own …

10 Python Libraries for Building LLM Applications Read More »

Gemini Generated Image i9mhwti9mhwti9mh scaled 1

Bytes Speak All Languages: Cross-Script Name Retrieval via Contrastive Learning

screening system checks a name against a watchlist, it faces a silent failure mode that nobody talks about. Type “Владимир Путин” into a system indexed on “Vladimir Putin” and most name-matching approaches return nothing. The two strings share zero characters, so edit distance is meaningless, phonetic codes fail (they assume Latin), and BM25 gives up …

Bytes Speak All Languages: Cross-Script Name Retrieval via Contrastive Learning Read More »

awan 7 practical openclaw cases know 1

7 Practical OpenClaw Use Cases You Should Know

Image by Author   Contents# Introduction# 1. Finance and Trading Bots# 2. Remote Coding and Dev Workflows# 3. Daily Briefings and Automations# 4. Personal Memory and Second-Brain Systems# 5. Research and Knowledge Pipelines# 6. Multi-Agent Systems# 7. Automating Business Operations# Final Thoughts # Introduction  OpenClaw is quickly becoming one of the most talked-about open-source agent systems right now. But beyond the hype, the real question …

7 Practical OpenClaw Use Cases You Should Know Read More »

image 225

Introduction to Approximate Solution Methods for Reinforcement Learning

series about Reinforcement Learning (RL), following Sutton and Barto’s famous book “Reinforcement Learning” [1]. In the previous posts we finished dissecting Part I of said book, which introduces fundamental solution techniques which form the basis for many RL methods. These are: Dynamic Programming (DP), Monte Carlo methods (MC) and Temporal Difference Learning (TD). What separates …

Introduction to Approximate Solution Methods for Reinforcement Learning Read More »

kdn mehreen ai enggineering hub 10 projects you can fork today

AI Engineering Hub Breakdown: 10 Agentic Projects You Can Fork Today

Image by Editor   Contents# Introduction# 1. OpenClaw# 2. OpenHands# 3. browser-use# 4. DeerFlow# 5. CrewAI# 6. LangGraph# 7. OpenAI Agents SDK# 8. AutoGen# 9. GPT Researcher (~26k ⭐)# 10. Letta# Wrapping Up # Introduction  If you want to learn agent engineering by doing instead of just reading about it, the best way is still to fork real repos, run them locally, and change them for your own …

AI Engineering Hub Breakdown: 10 Agentic Projects You Can Fork Today Read More »

bike image unsplash resized v2

Using Causal Inference to Estimate the Impact of Tube Strikes on Cycling Usage in London

(TFL) is a statutory body responsible for London’s public transport network, managing buses, the Underground, Docklands Light Railway, Overground, and major roads. Their ‘Open Data’ policy means that they share much of their internal data with the public, which they say is currently powering over 600 apps for Londoners. One interesting data source they share …

Using Causal Inference to Estimate the Impact of Tube Strikes on Cycling Usage in London Read More »

Shittu KDN Seeing Whats Possible with OpenCode Ollama Qwen3 Coder

Seeing What’s Possible with OpenCode + Ollama + Qwen3-Coder

Image by Author   Contents# Introduction# Choosing A Local Artificial Intelligence Coding Assistant# Meeting The Prerequisites# Following The Step-By-Step Setup Guide# Configuring OpenCode To Use Ollama And Qwen3-Coder# Using OpenCode With Your Local Artificial Intelligence# Understanding The OpenCode And Ollama Integration# Exploring Practical Use Cases And Examples# Troubleshooting Common Issues# Following Performance Tips For A Smooth Experience# Wrapping Up # Introduction  We live in an exciting era …

Seeing What’s Possible with OpenCode + Ollama + Qwen3-Coder Read More »

Scroll to Top