Skip to content
View Devail1's full-sized avatar

Block or report Devail1

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
Devail1/README.md

Hi, I'm Liav 👋

Senior Software Engineer · AI & Agentic Systems + Full-Stack

liavedry.com  ·  LinkedIn  ·  liavedry@gmail.com  ·  Tel Aviv, Israel


I build software end-to-end, and I own what I ship.

I started in the browser. Over ~5 years I went deep on the web — most recently as the sole developer of an entire regulated FX/CFD copy-trading platform: React, Next.js and TypeScript, from authentication and KYC onboarding all the way to live, real-time trade execution.

What pulls me now is the layer above the browser — autonomous multi-agent AI systems. I build them in Python and work AI-natively: I point LLM coding agents at real work and validate features end-to-end against real behavior through MCP tooling. The problem I find most interesting right now is turning frontier models into systems that actually ship and stay reliable.

Full-stack by habit, AI/agentic by focus.

🧰 Tech

Languages TypeScript · JavaScript · Python
Web React · Next.js · Redux Toolkit / RTK Query · Node.js · SCSS
AI & Agentic LLM agents (Claude, Codex) · multi-agent orchestration · Model Context Protocol (MCP) · Anthropic API / Claude Code
Infra REST APIs · SQL / SQLite · AWS (EC2) · PM2 · Linux / WSL

🚀 Featured

chelamux — a tiny control plane (MIT) that puts a fleet of Claude Code agents to work unattended: cron/interval scheduling, one git-worktree-per-task from a TODO.md or GitHub issues with auto-opened PRs, and a live terminal-wall dashboard.
Python · tmux · Flask

window-center-resize — ⭐ 31 · open-source window-management utility (MIT), featured on MajorGeeks (5/5) and Softpedia.
Electron · React · TypeScript

Pinned Loading

  1. window-center-resize window-center-resize Public

    A utility application that allows you to easily center and resize windows on your desktop using customizable keyboard shortcuts.

    TypeScript 32

  2. chelamux chelamux Public

    A tiny control plane that puts a fleet of Claude Code agents to work — unattended: schedule personas, dispatch TODOs to PRs via git worktrees, and watch them on a live web terminal wall.

    Python