Systems Architect & AI Engineer — Jordan

Raed
Al Tabanjeh

Systems Architect | Industrial Intelligence Builder

I design and deploy intelligent systems at the intersection of AI, Industrial Automation, and Data Engineering. My work converts real-world problems into operational, maintainable systems — not demos.

12+
Systems Built
5
Domains
Ideas Lab

How I think
about systems

Every system I build starts from a question: what problem does this actually solve? Then architecture, then code.

  • Real-world deployment over lab demos
  • Data-driven decisions over assumptions
  • Systems thinking across the full stack
  • Maintainability as a first-class constraint
  • Science-backed methodology always
system_design.py
# System design starts with the right questions def design_system(problem): requirements = extract_real_constraints(problem) architecture = select_minimal_viable(requirements) # Never skip validation assert architecture.is_testable() assert architecture.is_deployable() assert architecture.solves(problem) return architecture.build() # Knowledge graph: Idea → Research → Build → Deploy pipeline = ["observe", "model", "test", "deploy"]

Active Thinking

Researching
National Water Intelligence Platform

Using distributed sensor networks, flow meters, pressure transducers, and AI to detect water leaks, monitor infrastructure health, and …

Researching
Agricultural Yield Forecasting System

Multi-variable ML model integrating soil sensors, weather APIs, satellite NDVI imagery, and historical yield data to forecast crop …

Building
Predictive Maintenance ML Pipeline for Industrial Machinery

Real-time vibration analysis and acoustic anomaly detection for industrial machinery — predicting bearing failures, misalignments, and wear patterns …

All ideas →

Engineering Thought

01
Systems Design8 min read
Why Most AI Projects Fail Before They Start

The gap between a working model and a deployed system is where most value is lost.

02
Engineering Thinking6 min read
Building Systems That Outlive Their Creators

Maintainability is not a feature — it is the foundation of every serious system.

All writing →

Have a hard problem
that needs a system?

I work on industrial AI, data platforms, IoT infrastructure, and knowledge systems. If it is a real problem in the real world — let's talk.