Skip to content
View Laolex's full-sized avatar

Block or report Laolex

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Laolex/README.md

Hi, I'm Olaoluwa Otegbade πŸ‘‹

Applied AI Engineer Β· I build autonomous agents and the systems that keep them alive in production.

LinkedIn Email


🧠 What I build

I design and ship autonomous agent systems β€” software that perceives real-time data, reasons under uncertainty, and acts without a human in the loop. My work runs the full stack: live data pipelines, LLM-driven decision engines, risk/guardrail layers, and the observability to run it all 24/7.

  • πŸ€– Multi-agent systems β€” orchestrated LLM agents with debate, tool-use, and self-checking loops
  • πŸ“Š Real-time decision engines β€” streaming market data β†’ probabilistic models β†’ automated action
  • πŸ” Privacy-preserving computation β€” production apps on fully homomorphic encryption (FHE)
  • πŸ› οΈ Agent tooling β€” I build the skills and frameworks other AI agents run on

πŸš€ Featured work

Project What it is Stack
SignalPay πŸ”΄ live Governed payment infrastructure for AI agents β€” a marketplace where autonomous agents buy live data per-call in USDC, with server-side spend governance on every payment. LangGraph 8-node buyer agent, x402 protocol, ERC-8004 reputation, sub-second settlement on Arc. Python LangGraph FastAPI React/Vite Solidity
Meteora Trading Agent Autonomous Solana DLMM liquidity manager that adapts bin width to realized volatility and uses Claude hourly to recalibrate risk. Six fail-closed safety guards, dry-run by default. Python Rust/Anchor Next.js PostgreSQL Claude API
fhEVM Agent Skill A production AI-agent skill that lets LLMs write correct confidential smart contracts β€” /scaffold, /audit, /migrate commands. Validated across Claude Code, Cursor & Windsurf. I build the tools other agents run on. Agent design Prompt engineering Solidity fhEVM
Confidential Batch Auction πŸ”΄ live A market-microstructure primitive on fully homomorphic encryption: sealed-bid directional price discovery with no pre-trade signal leakage. Deployed & verified on Sepolia. Solidity fhEVM Hardhat React

πŸ“Œ Each repo has a README that explains the why, the architecture, and the trade-offs β€” not just setup steps.


🧰 Tech I reach for

Languages Β  Python TypeScript Solidity Rust

AI / Agents Β  Anthropic LangGraph RAG

Backend / Data Β  FastAPI PostgreSQL Redis Docker

Frontend Β  React Next.js Vite

Onchain Β  Solana Anchor Ethereum fhEVM


πŸ“ˆ GitHub stats

stats top langs

streak


Currently building autonomous agents that ship real outcomes. Open to roles where I can do more of that.

Pinned Loading

  1. signalpay signalpay Public

    AI agents buy and sell crypto alpha signals via nanopayments on Arc. Sub-cent payments, zero gas, real-time settlement.

    Python 2

  2. pri-markets pri-markets Public

    Confidential batch-clearing infrastructure for information markets β€” sealed-bid directional discovery on fhEVM

    TypeScript

  3. fhevm-agent-skill fhevm-agent-skill Public

    Production-ready Copilot CLI skill for Zama fhEVM confidential smart contracts β€” scaffold, audit, migrate commands + 13 reference modules

  4. meteora-trading meteora-trading Public

    TypeScript