Sunday, December 7, 2025
AI Buddy Coding: Why Your Best AI Coder Needs a Human Partner
Monday, November 10, 2025
Why AI Thinks Every Language is JavaScript
AI coding tools have a dirty secret: they’re brilliant at some programming languages and barely competent at others. The difference isn’t random - it’s a direct result of what they were trained on.
And what they were trained on is overwhelmingly JavaScript and Python.
Monday, November 3, 2025
Tool Hopping: Why Switching AI Coders Destroys Your Project
Friday, October 24, 2025
The Evolution of AI Coding: From Vibe Coding to Spec-Driven Development
First-generation AI coders let you chat your way to code. Second-generation tools are discovering that coffee-shop conversations don’t build production systems.
AI Coding: The Emperor’s New Code
Tuesday, September 9, 2025
The Context Window Swindle: Why Longer Isn't Better
AI vendors are racing to offer million-token context windows. But... they're not doing it for your benefit.
Remember when 4K context windows felt limiting? Then 8K arrived. Then 32K. Now we're being sold 128K, 200K and even million-token windows as the solution to all our AI problems. Sadly, it's all a con.
Here's what they're not telling you.
How AI Conversations Actually Work
Every message you send doesn't just process your latest prompt. The AI re-reads the entire conversation history - every single token - to generate each response.
Send a 100-word question in a fresh chat? You're using roughly 100 tokens. Send that same question after an hour of back-and-forth? You might be burning through 50,000 tokens for the same answer.
The cost isn't linear - it's exponential. Each message gets more expensive as your conversation grows, and those costs compound fast. Think Cookie Monster but for tokens!
The Lazy Prompting Tax
Larger context windows enable sloppy habits. Why bother being precise when you can just dump everything into the conversation and let the AI "figure it out"? Why manage your prompts when the context window is supposedly infinite?
This laziness has a price tag. A substantial one.
A well-structured conversation with clear prompts might cost pennies. That same interaction stretched across a rambling 50-message thread could cost pounds - delivering identical results while training you to be less effective.
The Platform Play
AI platform owners understand something most users don't: confusion is profitable.
Larger context windows sound like features. They feel like generosity. In reality, they're revenue optimization strategies that shift costs to users who don't understand the pricing model.
The more context you use, the more you pay - but the pricing structure obscures this reality until your bill arrives.
What Actually Works
Effective AI use requires discipline:
- Start fresh conversations for new topics rather than extending existing threads
- Be precise with prompts instead of relying on accumulated context
- Extract and restate key information rather than referencing earlier conversation points
- Structure your approach before dumping content into AI tools
This isn't just about cost control. Focused, well-managed conversations produce better results. Shorter contexts mean the AI spends less computational effort tracking irrelevant history and more on your actual problem.
The Lanboss Perspective
At Lanboss AI, we help organisations implement AI without falling for vendor marketing. Understanding how these tools actually work - and what they actually cost - is fundamental to safe, cost-effective AI adoption.
Larger context windows aren't inherently bad. But treating them as an invitation to lazy prompting and unmanaged conversations is expensive and counterproductive.
TL;DR Million-token context windows are a feature designed to increase platform revenue, not improve your results. Disciplined prompting and conversation management will save you money and deliver better outcomes.
Tuesday, May 27, 2025
GCS Leader Podcast Series
I have been most honoured to be featured in the GCS Leaders Podcast series. David Bloxham and I have a fun and meandering conversation about the myths and realities of AI, where it is today and how to safely use AI to your advantage.
Wednesday, April 16, 2025
AI Action Figures, cute but not best use of AI
Monday, March 31, 2025
AI Over Hyped?
Over the past month ro so we have seen a growing number of articles about AI market over hype and in particular, Microsoft which has pulled back from plans to build new data centres and also from letters of intent relating to purchase of 2 Gigawatts (GW) of energy, representing a significant scaling back. The general feeling would appear to be that AI's energy consumption is already too high and delivering the promises will exasperate that further.
Wednesday, February 26, 2025
AI Literacy: A New Legal Requirement Under the EU AI Act – Are You Ready?
The EU AI Act is the world’s first comprehensive law governing AI, setting a precedent for how organizations across industries must handle AI responsibly. Among its many provisions, a crucial but often overlooked requirement is AI literacy—a mandate that ensures employees working with AI have the necessary skills and understanding to assess AI risks and opportunities effectively.
Tuesday, February 25, 2025
From BPR to AI: Embracing a Pragmatic Journey of Transformation
In today's fast-paced business landscape, AI adoption is emerging as a transformative strategy that mirrors the revolutionary approaches of the past. Much like the 1990s Business Process Re-engineering (BPR) and the 2000s Kanban and Lean methodologies, integrating AI into your operations is about optimizing processes, enhancing decision-making and securing a competitive edge. However, the journey to successful AI implementation is neither instantaneous nor magical.
Learning from the Past: A Legacy of Transformation
Wednesday, February 12, 2025
Elon Musk and OpenAI: Analyzing a Potential Reunion's Impact on AI
The AI industry found itself at another potential inflection point with Elon Musk's expressed interest in acquiring OpenAI, the company he co-founded in 2015 before departing in 2018. This development is particularly noteworthy given the complex history between Musk and OpenAI, as well as the current state of the AI industry.
Thursday, February 6, 2025
DeepSeek's Efficient AI Breakthrough
DeepSeek has made waves by delivering high-performing AI models with significantly lower resource requirements than industry giants like OpenAI and Anthropic. Here's how they've done it:
- Innovative Architecture: Using a mixture-of-experts (MoE) and FP8 precision, DeepSeek optimizes hardware use, making training more efficient
Wednesday, February 5, 2025
Optimizing Your AI Prompts using AI
In today's fast-paced digital landscape, AI isn't just a tool for generating content - it can also help you fine-tune your prompts themselves for better results. By using AI to analyze and refine your queries, you will recieve clearer, more creative and targeted responses. If you're counting tokens, it will also save on usage costs.
So try asking your AI system of choice:
"Please optimise the following prompt and add placeholders for any additional information I might need to provide:
---
Please write me a process to deploy nginx as a docker image to act as a reverse proxy for a web server
---"
Different AI systems will definitely yield varying results, so try posting this on a few. This helps in so many ways to organise your thoughts and information gathering, its a real time saver, especially when you run the resultant prompt!
We've almost stopped using search engines in favour of well written prompts. Integrating AI into your prompt-writing process is a smart way to save even more time fault finding and prompt refining...
Happy optimizing!
ps: Please pardon my manners when writing prompts, you really don't need to do that, but do read our other blog posts about prompt manners!
Monday, January 27, 2025
What are the Security Risks of running DeepSeek R1 locally?
- Data Poisoning:
- Risk: Models like DeepSeek R1 can be manipulated through data poisoning, where malicious actors introduce corrupt data into the training set. This could lead to the model producing harmful or incorrect outputs inadvertently.
- Mitigation: Regularly audit and update the training data. Use verification tools to check the integrity of the data before and after model updates.
- Model Jailbreaking:
- Risk: There have been reports of security vulnerabilities where DeepSeek R1 could be tricked into generating harmful content, like ransomware code or instructions for dangerous activities. This vulnerability can be more pronounced when running models locally without regular security patches or updates.
- Mitigation: Stay informed about known vulnerabilities. Implement additional layers of security checks or filters on model outputs. Regularly update the model or use patches as they become available from the developers.
- Privacy and Data Exposure:
- Risk: While running DeepSeek R1 locally reduces data transmission to third parties, there's still a risk if the model or its outputs are not properly secured. Malware or unauthorized access to the local system could expose sensitive data processed by the model
- Mitigation: Ensure robust local security measures like strong antivirus software, firewalls and access controls. Encrypt sensitive data before processing and be cautious about what data you feed into the model.
- Virus or Malware from Model Execution:
- Risk: Some posts on social platforms have raised concerns about AI models potentially carrying viruses or other forms of malware, although the likelihood is debated. The risk is more significant with models from less scrutinized sources
- Mitigation: Download models only from reputable sources. Use sandbox environments for initial testing of new models or updates. Keep your system and all software up to date to protect against known vulnerabilities.
- Backdoor Threats:
- Risk: Given the model's origin, there's scepticism regarding potential backdoors, especially in contexts involving sensitive or strategic data processing
- Mitigation: Use code auditing tools to check for any suspicious code or behavior. Consider using models from different origins or combining models to cross-check outputs.
- Regular Updates: Keep both Ollama and DeepSeek R1 updated to leverage the latest security patches
- Secure Environment: Run the model within a secure, isolated environment or a virtual machine to limit system-wide risks
- Educate Yourself: Understand the model's capabilities and limitations to avoid misuse or misinterpretation of outputs
- Community and Forums: Engage with developer communities for insights on security practices or known issues with the model.
AI Buddy Coding: Why Your Best AI Coder Needs a Human Partner
“A little over a year ago, we copied and pasted AI code snippets. Today, we have spec-driven development. Yet the biggest lesson isn’t abo...
-
I have been most honoured to be featured in the GCS Leaders Podcast series. David Bloxham and I have a fun and meandering conversation a...
-
The EU AI Act is the world’s first comprehensive law governing AI, setting a precedent for how organizations across industries must handle A...
-
Over the past month ro so we have seen a growing number of articles about AI market over hype and in particular, Microsoft which has pulled ...





