Skip to content
View wesleysimplicio's full-sized avatar
💭
Working..
💭
Working..

Block or report wesleysimplicio

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

Wesley Simplicio

AI-native software engineer | I build with agents and review every change before it ships

GitHub followers Profile views Projects Focus

English · Português · Español · 日本語 · 한국어 · 简体中文 · Italiano · Français · Русский · Polski · हिन्दी · العربية · עברית · Bahasa Melayu · Bahasa Indonesia


how_i_work

How I use AI on real projects

I usually have several changes moving at once. AI helps me write code, but I still follow each task through tests, review, a pull request, and the merge into main.

AI changes fast, so I keep adjusting how I work. Every day I try something new on real code and keep it only when it makes the next change clearer, safer, or faster.

task intake → scoped execution → commit → test matrix → adversarial review → evidence → PR → conflict resolution → verified merge

Parallel delivery Quality gates Evidence Verified merges

I split the queue into focused tasks and give each one its own execution slot. One agent can implement while another checks the diff, runs the relevant tests, or tries to break the result. Every change still needs a clear scope, reviewable commit, test evidence, a PR, and confirmation that the merge really reached the remote branch.

This lets me handle more work without treating review and verification as optional.


command_center · simplicio-loop

Simplicio Loop — AI work orchestration command center

Release Stars License

An agent that stays until the work is actually done

Most coding agents hand back a patch and stop. I built Simplicio Loop to keep the work moving until the tests pass, the review is clean, and the change is merged.

discover → plan → implement → test → verify → review → merge → close → watch 24/7

It works with any LLM or runtime. The loop keeps receipts, controls risky actions, watches cost, and continues from the last verified state instead of starting over.

results_signal

96% 90% 99% 75%

700+ 48 11 6

These are published project-level maximums, not a promise that every workload will hit the same number. I also kept the original comparison: Caveman 65%, RTK 80%, and Simplicio at up to 96%.


ecosystem_control_room

I built these projects because the same problems kept coming back: agents losing context, tools editing the wrong thing, tasks stopping before review, and results with no proof behind them.

Orchestration and agency

Simplicio Agent

simplicio-agent · v2026.7.20

Problem: autonomous agents can act without durable checkpoints or a trustworthy audit trail.

What I built: gated actions, checkpoints, evidence receipts, MCP, skills, multi-model freedom, and Rust-backed deterministic boundaries.

Simplicio coding-agent runtime

simplicio · v3.5.2

Problem: AI coding tools waste context and fragment chat, mapping, editing, and multi-agent work.

What I built: one coding-agent runtime and distribution surface, preserving the published up to 96% token-savings result.

Simplicio Runtime · private core

Problem: every agent product otherwise rebuilds model routing, execution policy, evidence, receipts, local/cloud inference, and token accounting.

What I built: one native operational spine for the full ecosystem. It remains private and is intentionally not presented as a public repository.

models → policy → tools → effects → receipts → evidence

Problem: coding agents drift from the runtime, evidence, and execution boundaries that are supposed to govern them.

What I built: a Rust coding agent powered by Simplicio Runtime, connecting implementation decisions to controlled execution.

request → context → patch → runtime → proof

Coding, context, and proof

Simplicio Dev CLI verified execution

Problem: a one-line coding request is not a delivery process.

What I built: mapped context, deterministic edits, tests, retries, reviewable diffs, and evidence. The project is positioned around 99% accuracy across major LLM hosts.

Simplicio Mapper

simplicio-mapper · v0.23.1

Problem: agents begin coding blind when repository structure, dependencies, symbols, and precedent are missing.

What I built: a stack-neutral project map and compressed context pack available from minute one.

Simplicio Prompt

simplicio-prompt · v1.14.1

Problem: large agent systems waste context searching for capabilities and memory.

What I built: yool + tuple-space + HAMT addressing, guardrails, receipts, and a published 75% token-economy position.

Simplicio Sprint

simplicio-sprint · v1.2.14

Problem: sprint tickets do not carry repository architecture or delivery proof.

What I built: Jira/Azure DevOps intake, repository mapping, multi-agent dispatch, and result verification.

Local intelligence and growth systems

Simplicio Local for Apple Silicon

Problem: cloud inference adds latency, recurring cost, network dependency, and privacy constraints.

What I built: 100% on-device Apple Silicon inference paths using MLX, Metal, and ANE-oriented architecture.

Simplicio Loop Marketing

Problem: marketing teams are locked into one provider and disconnected manual tools.

What I built: brief → script → creative → caption → compliance → publish → metrics → ads, with provider routing through configuration.

PiAPI Skills tutorial

PiAPI-Skills · v1.2.0

Problem: media-generation capabilities are fragmented across agent platforms.

What I built: one portable skill surface for Claude, Codex, Hermes, OpenClaw, Cursor, Windsurf, and generic agents.

WaveSpeedAI Skills

Problem: teams repeatedly rebuild provider integrations for every agent host.

What I built: one installer and CLI exposing 700+ models to agentskills.io-compatible environments.


system_flow

flowchart LR
    M[Mapper<br/>repository context] --> D[Dev CLI / Code<br/>verified changes]
    D --> R[Runtime<br/>policy + effects]
    R --> A[Agent<br/>tools + checkpoints]
    A --> L[Loop<br/>orchestrate to completion]
    L --> E[Evidence<br/>review + merge + watch]
    L --> MK[Marketing<br/>specialized pipeline]
    W[PiAPI + WaveSpeed<br/>portable skills] --> A
Loading

public_ranking · refreshed 2026-07-22

Top public repositories by stars, excluding forks and the profile repository. Snapshot values are preserved; badges and graphs below update live.

Rank Project Stars Forks What it is known for
1 hermes-turbo-agent 17 4 Performance research, benchmarks, low-latency agent paths
2 simplicio-local 14 1 Apple Silicon on-device inference
3 simplicio-loop 12 2 Universal AI work orchestrator · flagship
4 simplicio 10 0 Coding-agent runtime and multi-agent execution
5 simplicio-loop-marketing 7 1 Provider-agnostic AI marketing pipeline
6 simplicio-mapper 7 0 Repository mapping and agent context
7 PiAPI-Skills 6 0 Portable AI media-generation skills
8 simplicio-prompt 6 1 Efficient capability addressing
9 simplicio-agent 4 0 Gated autonomous agent runtime
10 simplicio-dev-cli 2 1 Verified task-to-diff execution

live_operations_dashboard

GitHub public stats Top public languages Profile details summary

Star history · current top projects

Star history across the current top ten

Contribution activity

Contribution activity graph GitHub weekly streak Productive time Repositories per language Most commits by language

Ranking refreshed from the public GitHub API on 2026-07-22. Live cards and badges may move after the snapshot. Clone counts and release-download counts are not embedded because GitHub's Traffic API requires authenticated access.


open_source_lab

Hermes Agent original banner

What I changed upstream

38 upstream commits

GitHub records 38 commit contributions from me to the original Hermes Agent in 2026 through July 22. The work landed in parts of the product people actually touch:

  • Fixed dashboard and terminal details that got in the way, including provider search, mobile scrolling, and selection/copy behavior.

  • Made Hermes less fragile in Docker by improving gateway detection, environment propagation, cleanup of orphaned processes, and recovery from temporary failures.

  • Added compatibility fixes for fallback API keys, DeepSeek V4 thinking blocks, provider profiles, browser detection, and IMAP.

  • Tightened Kanban migrations and dependency handling, CJK session search, checkpoints, and optional dependency packaging.

  • hermes-turbo-agent: performance branch with benchmarks, visual comparisons, token reporting, and safe hot-path research.

  • x-bookmarks-panel: turns saved X posts into an actionable local-first AI queue.

  • x-virality-skills: source-grounded workflows for X's For You algorithm.

  • sistema-sindico: PHP/MySQL condominium management with a mobile-ready API foundation.

  • Brazil banking CLI suite: Open Finance and banking experiments across BB, BTG, Inter, Matera, PagBank, PicPay, and Open Finance BR.


mission

I like AI when it survives contact with a real repository. It should understand the codebase, remember why a decision was made, coordinate work safely, and leave enough evidence for someone else to trust the result.

I am building the tooling I wanted for my own work: less context lost between sessions, less repetition, and more changes that make it all the way from an issue to a verified merge.

mentor_acknowledgement

Jesse Daniel Brown, PhD has been an important mentor to me. He is from California and has written more than 100 scientific articles. His view of programming and AI is grounded in education and humanitarian work, and it has shaped how I think about building technology that is useful to people.

connect

I build AI systems that finish the job

Popular repositories Loading

  1. hermes-turbo-agent hermes-turbo-agent Public

    Performance-focused fork of Hermes Agent with side-by-side benchmarks, Turbo Score, perf dashboard, and token-savings reporting.

    Python 18 4

  2. simplicio-local simplicio-local Public

    Ultra-fast 100% on-device Universal State Runtime for LLMs on Apple Silicon (M1–M5). DeepSeekV4/others on Mac M3 48gb RAM. Powered by MLX + Metal + ANE — extreme local inference, zero cloud, built …

    C++ 14 1

  3. simplicio-loop simplicio-loop Public

    🔁 Finishes your entire backlog while you sleep. The AI orchestrator that DOES the work end-to-end on ANY LLM — discover → implement → verify → merge → 24/7 — behind safety gates, at up to 90% fewer…

    Python 12 2

  4. simplicio simplicio Public

    🔥 Save up to 96% tokens — more than Caveman (65%) or RTK (80%). AI coding agent: chat, map, edit, multi-agent. Single Rust binary.

    Python 10

  5. simplicio-loop-marketing simplicio-loop-marketing Public

    Provider-agnostic AI marketing engine. CLI that drops into any host project. Pipeline: brief -> script -> creative -> caption -> compliance -> publish -> metrics -> ads. Switch LLM/image/video prov…

    TypeScript 8 1

  6. simplicio-mapper simplicio-mapper Public

    Agentic stack-neutral starter pack with instant project auto-mapping. Perfect bootstrap for Claude Code, Cursor, Hermes and multi-agents — full context from minute one.

    Python 7