<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><title>APFlow Field notes</title><link>https://apflow.co/blog</link><description>What we learn deploying self-hosted agentic workflows across MENA.</description><language>en</language><item><title>The high tier of open-weight models, June 2026</title><link>https://apflow.co/blog/best-self-hosted-ai-models-2026</link><guid>https://apflow.co/blog/best-self-hosted-ai-models-2026</guid><pubDate>Fri, 12 Jun 2026 00:00:00 GMT</pubDate><description>The best models you can run on your own servers are now six points behind the proprietary frontier. We map the high tier, what it costs to run, and how to choose for an enterprise deployment.</description></item><item><title>The state of Arabic OCR in 2026: what actually works</title><link>https://apflow.co/blog/best-arabic-ocr-2026</link><guid>https://apflow.co/blog/best-arabic-ocr-2026</guid><pubDate>Fri, 12 Jun 2026 00:00:00 GMT</pubDate><description>OCR has been rebuilt around vision-language models, and the gap is widest in Arabic. We walk through how modern OCR works, what the KITAB-Bench numbers say, and which open models you can run on your own servers.</description></item><item><title>Run AI models on your own machine: the stupid-simple guide</title><link>https://apflow.co/blog/run-ai-models-locally</link><guid>https://apflow.co/blog/run-ai-models-locally</guid><pubDate>Fri, 12 Jun 2026 00:00:00 GMT</pubDate><description>From zero to a working local AI in under an hour: install Ollama, pick a model that fits your memory, test it, call it from code, then read your first Arabic document with OCR. Every command included.</description></item><item><title>The deadly security mistakes when deploying AI agents</title><link>https://apflow.co/blog/agent-security-mistakes</link><guid>https://apflow.co/blog/agent-security-mistakes</guid><pubDate>Fri, 12 Jun 2026 00:00:00 GMT</pubDate><description>An agent is a model with hands. Give it tools and credentials carelessly and a single poisoned email can move money, leak records, or rewrite its own instructions. The seven mistakes that cause real incidents, and the fix for each.</description></item><item><title>Deploying agents on a server, the simple way</title><link>https://apflow.co/blog/deploy-agents-server</link><guid>https://apflow.co/blog/deploy-agents-server</guid><pubDate>Fri, 12 Jun 2026 00:00:00 GMT</pubDate><description>Your agent works on your laptop. Now it needs to run on a server, all day, and survive restarts. One tool matters most: Docker. This guide explains it in plain words and ships a full agent stack with one command.</description></item><item><title>How to build an agentic workflow that runs on its own</title><link>https://apflow.co/blog/build-agentic-workflows</link><guid>https://apflow.co/blog/build-agentic-workflows</guid><pubDate>Fri, 12 Jun 2026 00:00:00 GMT</pubDate><description>An agent is a model with tools, memory, and a goal. This guide explains the idea in plain words, then matches you to the right tool: n8n if you do not code, CrewAI if you want Python fast, LangGraph if you need full control.</description></item><item><title>Search that finds what you meant: vector databases, explained properly</title><link>https://apflow.co/blog/vector-databases-explained</link><guid>https://apflow.co/blog/vector-databases-explained</guid><pubDate>Fri, 12 Jun 2026 00:00:00 GMT</pubDate><description>You searched the archive for 'termination clause' and got nothing, because the contract says 'cancellation terms'. Keyword search matches letters, not meaning. Vector databases fix this, and this post explains exactly how, down to the index.</description></item><item><title>Your data is in the wrong place: a plain guide to storage and databases</title><link>https://apflow.co/blog/storage-and-databases</link><guid>https://apflow.co/blog/storage-and-databases</guid><pubDate>Fri, 12 Jun 2026 00:00:00 GMT</pubDate><description>Contracts in email attachments, customer records in a spreadsheet that four people edit, scans in a folder called 'final-FINAL'. The problem is not messiness; it is that each kind of data needs a different home. Here is the map.</description></item><item><title>Your AI can think but cannot act: APIs, MCP, and how to fix it</title><link>https://apflow.co/blog/mcp-apis-for-business</link><guid>https://apflow.co/blog/mcp-apis-for-business</guid><pubDate>Fri, 12 Jun 2026 00:00:00 GMT</pubDate><description>The assistant writes a perfect answer about your inventory, but it cannot actually open your inventory. The missing piece is a connection layer: APIs, and now MCP, the standard that connects AI to your systems once instead of integration by integration.</description></item><item><title>Why most AI pilots never reach production</title><link>https://apflow.co/blog/ai-pilot-to-production</link><guid>https://apflow.co/blog/ai-pilot-to-production</guid><pubDate>Tue, 09 Jun 2026 00:00:00 GMT</pubDate><description>Most enterprise AI never leaves the pilot. The gap is rarely the model. It is data access, approvals, and trust. Here is what actually blocks production, and how to clear it.</description></item><item><title>On-prem vs cloud AI: when self-hosting wins</title><link>https://apflow.co/blog/on-prem-vs-cloud-ai</link><guid>https://apflow.co/blog/on-prem-vs-cloud-ai</guid><pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate><description>Cloud AI is faster to start. On-prem AI is the only option for data that cannot leave your network. An honest comparison, and the line where self-hosting becomes the right call.</description></item><item><title>Data residency in MENA: a plain guide for regulated enterprises</title><link>https://apflow.co/blog/data-residency-mena</link><guid>https://apflow.co/blog/data-residency-mena</guid><pubDate>Tue, 26 May 2026 00:00:00 GMT</pubDate><description>Across the region, more data is legally required to stay in-country, and the obligation often falls on you, not just your cloud vendor. What residency means, and why it favors on-prem AI.</description></item><item><title>Running open-weight models on your own GPUs</title><link>https://apflow.co/blog/self-hosting-open-weight-models</link><guid>https://apflow.co/blog/self-hosting-open-weight-models</guid><pubDate>Tue, 19 May 2026 00:00:00 GMT</pubDate><description>GPT-OSS, Gemma, and Qwen put frontier-class capability on hardware you own. What self-hosting open models actually takes, and why staying model-agnostic beats betting on one vendor.</description></item><item><title>Why Arabic OCR still fails, and how we fixed it</title><link>https://apflow.co/blog/why-arabic-ocr-fails</link><guid>https://apflow.co/blog/why-arabic-ocr-fails</guid><pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate><description>Ligatures, diacritics, and mixed-direction documents break almost every off-the-shelf engine. The three changes that took us from 71% to 99.2% field-level accuracy on real Gulf documents.</description></item><item><title>Agentic workflows, explained for regulated enterprises</title><link>https://apflow.co/blog/agentic-workflows-explained</link><guid>https://apflow.co/blog/agentic-workflows-explained</guid><pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate><description>An AI agent is not a chatbot. It reads, decides, and acts across your systems, within limits you set. What agentic workflows are, and what makes them safe enough for a bank.</description></item><item><title>Letting agents act without losing control</title><link>https://apflow.co/blog/human-in-the-loop-agents</link><guid>https://apflow.co/blog/human-in-the-loop-agents</guid><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate><description>Autonomy is not all-or-nothing. The right design lets an agent do the work and a human own the decision. How approval gates, not blind trust, make agents deployable in regulated settings.</description></item><item><title>An audit trail your regulator will accept for AI</title><link>https://apflow.co/blog/ai-audit-trail</link><guid>https://apflow.co/blog/ai-audit-trail</guid><pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate><description>For regulated AI, it works is not enough. You must prove what it did and why. A practical guide to building an audit trail an auditor will actually accept.</description></item><item><title>The real cost of cloud AI APIs at scale</title><link>https://apflow.co/blog/cost-of-cloud-ai-apis</link><guid>https://apflow.co/blog/cost-of-cloud-ai-apis</guid><pubDate>Tue, 21 Apr 2026 00:00:00 GMT</pubDate><description>Per-token pricing looks cheap in a demo and expensive in production. A clear look at where cloud AI costs explode at scale, and when owning your inference starts to pay off.</description></item><item><title>Connecting agents to SAP and Oracle behind the firewall</title><link>https://apflow.co/blog/agents-and-erp</link><guid>https://apflow.co/blog/agents-and-erp</guid><pubDate>Tue, 14 Apr 2026 00:00:00 GMT</pubDate><description>An agent is only useful if it can touch your real systems. How we wire agents into on-prem ERP like SAP, Oracle, and Dynamics without opening a hole to the public cloud.</description></item></channel></rss>