Increase Context Size of AI Models in Ollama
I was using a qwen3-coder:30b local model to build an application when the attempt ran into errors. Before changing the model, I wanted to investigate one possible cause: was its…
I was using a qwen3-coder:30b local model to build an application when the attempt ran into errors. Before changing the model, I wanted to investigate one possible cause: was its…
If you already use Ollama to run AI models locally, you can connect those models to OpenCode and use them for agentic coding. The best part is that you do…
When people search online, they often do not use the exact words that appear in an article, product page, or document. A traditional keyword-based system can miss useful results simply…
When we type a prompt into ChatGPT, Claude, or Gemini, the AI model does not actually understand words directly like humans do. Instead, every sentence is first converted into smaller…
Transfer Learning is a machine learning technique where a model trained on one task is reused and adapted to solve a different but related task. Instead of building a model…
From unlocking your phone with your face to recommending your next favorite movie, neural networks are quietly powering many of the technologies you use every day. But what is a…
Migrating a WordPress website sounds scary, right? I thought the same especially when my website was running on AWS and costing me around ₹1600/month. But guess what?I successfully migrated it…
AI chat applications are everywhere now. From ChatGPT to coding assistants and support bots, conversational AI has become one of the most exciting areas for developers. But here’s the good…
Artificial Intelligence is transforming the way developers write code, debug applications, and build software. In 2026, AI powered tools are no longer optional they have become an essential part of…
Llama 3, developed by Meta AI, is one of the most powerful open source large language models available today. It can generate text, assist with programming, answer questions, summarize information,…