Available for AI Engineering
Addis Ababa (UTC+3)

Hi, I'm Yeabsera.

AI Engineer building intelligent systems that solve real problems.

I design and ship end-to-end AI systems, multi-agent coordination architectures, low-latency telephony voice interfaces, and production full-stack software.

Core stack & tools
Python
Next.js
FastAPI
PostgreSQL
LangChain
TypeScript
PyTorch
Docker
SQLite

What I build

Engineering Domains

AI Systems

Agentic AI orchestration, RAG architectures, machine learning workflows, and intelligent automation.

AgentsRAGLLMsEvaluation

Voice & Conversational Systems

Realtime PSTN/2G telephony pipelines, streaming ASR, IVR state machines, and speech interfaces.

TelephonyASR / TTSWebSocketsVAD

Full-Stack Products

Production web applications, typed API services, asynchronous queues, and database engines.

Next.jsFastAPIPostgreSQLDocker

Developer Tools & Local IR

Zero-cloud search infrastructure, local-first SQLite FTS5/vector indices, and AST code synthesizers.

Local-FirstBM25AST ParsersVector IR
Featured systemsSpotlight
01 — 05

A deeper look at flagship systems spanning developer tools, telecom trust, local IR, multi-agent coordination, and assistive computer vision.

AST.parserepo_treeLLMSynthNext.js<45s Deploy

ATLAS

AI Developer Infrastructure

Turns GitHub repositories and career data into production-ready portfolios.

ATLAS eliminates manual portfolio crafting by executing deep semantic code analysis across your GitHub repositories and ingested resumes. It reconstructs architectural competence, generates bespoke React components, and provisions instant deployments.

Architecture flow & pipelineClick step to inspect
[01] AST & Repo Ingestion

Parses AST tree, commits, language ratios, and system dependencies across all public repositories.

Pipeline Speed
< 45s Deploy
Analysis Mode
Full AST & Commit History
Output
Next.js + Tailwind App
Stack:TypeScriptNext.jsGitHub APIOpenAITailwind CSSVercel SDK

Selected work

Flagship engineering projects & production architectures.

01 — 05
JSON.schema{ dial: 2G }
01

Omniq

Voice AI infrastructure for people without smartphones.

Explores voice-based access through 2G/PSTN, realtime conversational AI, IVR, structured information extraction, and multilingual interaction.

PythonVoice AIRealtime SystemsIVRLLMs
Policy AgentLogistics SwarmSentiment Engine
02

Medscope

Multi-Agent Epidemic Coordination System.

AI-powered public-health intelligence system combining epidemic simulation with specialized AI agents for policy, logistics, government response, and sentiment analysis.

Multi-Agent AIEpidemic SimulationBlockchainAI Decision Support
AST.parserepo_treeLLMSynthNext.js<45s Deploy
03

ATLAS

AI-powered infrastructure that turns GitHub repositories into deployable portfolios.

GitHub intelligence, resume/professional information ingestion, project analysis, design synthesis, portfolio generation, and one-click deployment.

GitHub IntelligenceResume IngestionDesign SynthesisNext.jsAI Automation
Clinical RxPharmacy Discovery
04

IDA

AI-powered healthcare assistant & blockchain pharmaceutical discovery.

Provides verified medicine discovery, clinical interaction warnings, geographic pharmacy stock locator, and trust-anchored pharmaceutical transactions.

Healthcare AISearch & DiscoveryLocation ServicesBlockchain MarketplacePython
Feature A+0.42Feature B+0.28Feature C-0.15SHAPAudit PDF
05

DataPilot

Explainable machine-learning platform for financial & microfinance datasets.

Handles data preprocessing, automated machine learning model evaluation, SHAP explainability analysis, PDF audit reports, and FastAPI inference.

Machine LearningSHAP ExplainabilityPDF AuditsFastAPIPython

Extended systems

Local-first engines, domain tooling, and assistive interfaces.

06 — 10
Vision> 60 FPS

Suno

Vision & Assistive Speech

Computer vision & gesture tracking helping children establish speech through interactive play and real-time articulatory kinematics.

Computer VisionPose EstimationInteractive AudioTypeScriptReact
FTS5 BM25MiniLM 384dRRFFusion100% LocalSub-20ms IR

Surf

Local IR / Zero-Cloud

Local-first, privacy-first hybrid search engine for developer datasets (Reddit, Telegram, Devpost, X) using SQLite FTS5 BM25 lexical ranking and sentence-transformer embeddings via RRF.

Local-FirstInformation RetrievalSQLite FTS5Vector SearchRRFPython
Clinical RxPharmacy DiscoveryUnstructuredRecruiterProfileExtracted JSON

CandidateFlow

AI Recruitment Engine

AI recruitment workflow that transforms messy, unstructured resumes and portfolios into structured, recruiter-ready candidate profiles with semantic skill scoring.

Structured ExtractionDocument IngestionFastAPIReactPython
CAMARA TowerSIM-Swap Safe< 80ms hook

ShieldGuard

Telecom Trust & CAMARA

AI-powered telecom trust orchestration for mobile money & digital payments using GSMA CAMARA Open Gateway signals to block SIM-swap fraud in Sub-Saharan Africa.

CAMARA APIsFraud MitigationTelecom AIFintech Security
Field TelemetryFAO / NGOPolicy Dashboard

IndieCrop

AgriTech & Blockchain PWA

Multi-role Progressive Web App transforming agriculture through AI crop recommendations, blockchain-backed farm verification, and FAO / NGO policy insights.

PWAAgriculture AIBlockchain VerificationTypeScript
Research & Foundation ReadingInteractive Library

Foundational literature in LLMs, attention mechanisms, agentic reasoning, multimodal architectures, and hybrid retrieval. Click any paper to read full executive notes, mathematical formulations, and interactive reader documents.

9 / 9 Papers
NeurIPS 2017·Transformers & Architecture
Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Łukasz Kaiser, Illia Polosukhin

Core contribution: Introduced the multi-head self-attention mechanism, discarding recurrent and convolutional architectures in favor of purely attention-based sequence modeling.

Engineering context: Foundational backbone for all modern LLM architectures, encoder-decoder models, and self-attention operations.
NeurIPS 2020·RAG & IR
Patrick Lewis, Ethan Perez, Aleksandera Piktus, Fabio Petroni, Vladimir Karpukhin, Naman Goyal, Heinrich Küttler, Mike Lewis, Wen-tau Yih, Tim Rocktäschel, Sebastian Riedel, Douwe Kiela

Core contribution: Combines pre-trained parametric memory (seq2seq models) with non-parametric retrieval memory (dense vector index over external corpora) for grounded fact generation.

Engineering context: Direct architectural basis for modern enterprise search, context retrieval pipelines, and hallucinations reduction.
ICLR 2023·Agents & Systems
Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik Narasimhan, Yuan Cao

Core contribution: Interleaves reasoning traces ('thought') and task-specific actions ('call tool', 'search') allowing language models to dynamically adjust plans and handle exceptions.

Engineering context: Core design pattern behind autonomous agent swarms, tool calling, and systems like CrewAI and Medscope.
ICLR 2022·LLMs & Reasoning
Edward J. Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, Weizhu Chen

Core contribution: Freezes pre-trained model weights and injects trainable rank decomposition matrices into each Transformer layer, reducing trainable parameters by 10,000x and GPU memory by 3x.

Engineering context: Standard practice for parameter-efficient fine-tuning (PEFT) in cost-constrained and edge AI deployments.
NeurIPS 2022·LLMs & Reasoning
Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Fei Xia, Ed Chi, Quoc V. Le, Denny Zhou

Core contribution: Demonstrates that generating intermediate reasoning steps significantly boosts multi-step arithmetic, symbolic reasoning, and commonsense tasks in LLMs.

Engineering context: Foundational mechanism behind modern structured reasoning, zero-shot planners, and deliberation agents.
ICML 2021·Vision & Multimodal
Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, Gretchen Krueger, Ilya Sutskever

Core contribution: Trains vision and text encoders jointly with contrastive loss over 400M (image, text) pairs, enabling zero-shot visual classification matching supervised ResNets.

Engineering context: Core bridge for multimodal image-text embeddings, zero-shot visual search, and vision-language models.
NeurIPS 2022·Transformers & Architecture
Tri Dao, Daniel Y. Fu, Stefano Ermon, Atri Rudra, Christopher Ré

Core contribution: Restructures exact attention computation to minimize GPU HBM (high bandwidth memory) read/writes through tiling and recomputation, scaling speed up to 3x.

Engineering context: Essential engine level optimization for long-context LLMs, high-throughput inference, and efficient training.
SIGIR 2009·RAG & IR
Gordon V. Cormack, Charles L. A. Clarke, Stefan Buettcher

Core contribution: Provides an unsupervised, parameter-free formula to combine rankings from disparate information retrieval systems with robust score normalization.

Engineering context: Mathematical foundation for hybrid search pipelines (such as Surf) uniting BM25 lexical search with dense vector embeddings.
ICML 2023·Vision & Multimodal
Alec Radford, Jong Wook Kim, Tao Xu, Greg Brockman, Christine McLeavey, Ilya Sutskever

Core contribution: Demonstrates that scaling weakly supervised sequence-to-sequence audio encoders across 680,000 hours of multilingual audio generalizes robustly across accents and background noise.

Engineering context: Primary foundation for voice AI infrastructure, telephony IVR pipelines (such as Omniq), and real-time audio transcription.

Experience & Roles

AI/ML Technical Lead · Technical Lead & Community Mentor
2025 – Present

Leading technical leadership initiatives, AI/ML education curriculum, mentoring developers, and guiding engineering teams to ship production-ready projects.

Lyne Creatives · Lead Software Engineer
August 2025 – August 2026

Architected core application platforms, full-stack microservices, and high-performance workflows for digital systems.

iCog Labs · AI / Engineering Role
July 2024 – October 2025

Engineered applied machine learning models, neural architectures, and intelligent software systems.

Distinctions & Hackathons

UniHack / Agent.ai TrackWinner (1st Place)

IDA — Clinical Safety & Medical Intelligence Platform (Awarded 33,333 ETB)

African Blockchain Championship2nd Place

Medscope — Multi-Agent Epidemic Coordination System

Hospitality HackathonFinalist

High-Throughput Digital Transactional Architecture & Systems

About

I'm an engineer who enjoys turning complex ideas into reliable, working software.

Most of my work centers around AI systems, multi-agent coordination, voice infrastructure, and full-stack software. I'm drawn to messy real-world problems where the solution isn't obvious and where engineering rigor matters more than demo hype.

I learn by building, breaking, and refining systems in production.

Currently

Building

AI systems and developer infrastructure.

Exploring

Agentic AI, voice interfaces & multimodal systems.

Learning

Distributed architectures & advanced AI systems.

Direct communicationAvailable for projects

Let's build something.

Have an idea, a project, an opportunity, or just want to talk about AI? I'd love to hear from you.

Contact channels
Networks & Profiles
Addis Ababa, EthiopiaEast Africa Time (UTC+3)
Typically responds within 24 hours
Engineering & Collaboration Focus

Specialized in multi-agent orchestration, audio/voice processing, local information retrieval, and production full-stack systems.

Send a messageDirect form delivery
Encrypted SSL Delivery