惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
Y
Y Combinator Blog
Engineering at Meta
Engineering at Meta
D
Docker
GbyAI
GbyAI
aimingoo的专栏
aimingoo的专栏
大猫的无限游戏
大猫的无限游戏
腾讯CDC
P
Proofpoint News Feed
A
About on SuperTechFans
WordPress大学
WordPress大学
Stack Overflow Blog
Stack Overflow Blog
Google DeepMind News
Google DeepMind News
C
Check Point Blog
Microsoft Security Blog
Microsoft Security Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
L
LangChain Blog
MyScale Blog
MyScale Blog
博客园 - 三生石上(FineUI控件)
Hugging Face - Blog
Hugging Face - Blog
Microsoft Azure Blog
Microsoft Azure Blog
N
Netflix TechBlog - Medium
G
Google Developers Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
What I Actually Build: AI Systems That Ship, Not Demos Th...
Bashar Ayyas · 2026-05-23 · via DEV Community

Every LinkedIn post about AI sounds the same. "Excited to leverage cutting-edge LLMs to transform your business." Cool. What does that even mean?

I'll tell you what I actually do.

AI Engineering — Not the Buzzword Version

I build AI systems that run in production. Not prototypes that break when you look at them wrong.

RAG Systems: Retrieval-Augmented Generation is where I spend most of my time. Real RAG — not just "stuff everything into a vector store and pray." I design chunking strategies, retrieval pipelines, re-ranking layers, and evaluation frameworks. The stuff that makes the difference between a chatbot that hallucinates and one that gives you the right answer every time.

I've shipped RAG systems across banking, humanitarian operations, and eCommerce. Each domain has different tolerance for hallucination. Banking: zero. Humanitarian: lives depend on it. eCommerce: your customer service team will revolt.

AI Agents: Not the "look, my agent can use a calculator" kind. Production agents with guardrails, fallback chains, tool-use protocols, and observability. Agents that know when they don't know something. Agents that ask for permission before doing something irreversible.

The gap between a demo agent and a production agent isn't technical. It's architectural.

Full-Stack Development — The Backbone

AI doesn't float in a vacuum. It needs infrastructure.

I build full-stack systems around AI — Laravel backends, Next.js frontends, RESTful and GraphQL APIs, database design, deployment pipelines. The boring stuff that makes AI actually work.

My stack: Laravel, Next.js, React Native, PostgreSQL, Redis, Docker, cloud deployments. 20+ years of building software taught me that the flashy layer is never the bottleneck. The plumbing is.

I've built platforms that handle thousands of concurrent users, real-time document processing, multi-tenant architectures, and systems that need to work in low-bandwidth environments (try doing humanitarian tech in a conflict zone — you learn fast).

Mobile Apps — React Native

Cross-platform apps that actually feel native. Not the "it works on both platforms" kind of works. The kind where users can't tell it's not native.

React Native, with proper native modules when needed. Offline-first architectures. Real-time sync. The stuff that makes an app useful instead of just functional.

The Difference

Here's what separates me from the average AI engineer or full-stack dev:

I've been doing this for 20 years. Since 2005. I've seen every hype cycle, every "this will change everything" technology, every framework that was supposed to replace everything before it. Most of them are gone.

I design for the worst case, not the demo. When you're building for banking or humanitarian operations, failure isn't a learning opportunity — it's a catastrophe. That mindset carries into every project.

I'm in the MENA region. I build for this market. I understand the infrastructure challenges, the regulatory landscape, the user behavior. I'm not importing Silicon Valley patterns that don't translate.

I don't oversell. If your project doesn't need AI, I'll tell you. If a simpler solution works better, I'll build that instead. My job isn't to sell you technology — it's to solve your problem.

What I'm Looking For

Complex problems. Systems that need to actually work. Projects where the stakes are real — whether that's money, lives, or just someone's professional reputation.

Not "can you build me a chatbot." I can. But you probably don't need one.

The projects that excite me: RAG systems that need to be accurate, agent architectures that need to be safe, platforms that need to scale, and mobile apps that need to work offline.

If that sounds like your project, let's talk.


What I build: AI systems (RAG, agents, LLMs), full-stack web platforms, mobile apps, APIs, databases, and the infrastructure that holds it all together.

Where I build it: Amman, Jordan. For the world.

What's the biggest gap you see between AI demos and production systems? I'd love to hear your war stories.


More like this on yabasha.dev — no fluff, no "excited to share," just real systems and real failures.