Skip to content
View iluvcashnhash's full-sized avatar
:atom:
:atom:

Block or report iluvcashnhash

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.

Content in all repositories owned by your account will be closed.
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
iluvcashnhash/README.md
Yury Popov — founder-engineer building Mathemario and researching AI agent security

Explore Mathemario Explore open-source work Open AI security radar Contact Yury


$ whoami
Yury Popov — founder-engineer and HSE × Kyung Hee University student

$ current_mission
Build fewer things. Make them real.

$ operating_mode
product building + systems thinking + adversarial curiosity

Status board

Signal Current state
Mathemario 🟢 Active — primary product focus
AI agent security 🟣 Research — tools, memory, permissions and adversaries
Open source 🔵 Selective — compact systems with a clear idea
University 🟡 Final undergraduate year

Mathemario

A proprietary EdTech product for adaptive mathematics learning.

I am building Mathemario as a serious long-term product, not as an open-source demo. Its codebase, architecture and internal roadmap are private.

The public mission is simple: make mathematics practice more personalized, structured and useful for students and teachers.

Proprietary product Adaptive learning Building

Why this is my main project

Mathemario sits at the intersection of education, software and measurable human progress. It is the project where I am learning how to turn a large idea into a durable product: narrow the scope, test assumptions, build carefully and keep moving toward real use.


Selected open-source systems

A multi-world simulation of algorithmic societies populated by persistent LLM-driven agents.

Python PostgreSQL LLM orchestration Agent simulation

Open project notes

The project explores what happens when autonomous agents interact inside different economic and social environments. The interesting problems are not only prompt design, but identity persistence, failure isolation, coordination and emergent behaviour.

A small interpreted language that can rewind program state, patch variables and resume after failure.

Python Lexer Parser AST Interactive REPL

Open project notes

Built to turn a strange idea into a working system: execution snapshots, a recursive-descent parser, a tree-walking evaluator and an interactive recovery flow.


AI security radar

I am interested in the moment when an AI system stops being a chat interface and becomes software with tools, memory, permissions and consequences.

Expand the threat map
flowchart LR
    A[AI agent] --> B[Tools]
    A --> C[Memory]
    A --> D[Permissions]
    A --> E[Other agents]

    B --> F[Unsafe actions]
    C --> G[Poisoning and corruption]
    D --> H[Privilege and boundary failures]
    E --> I[Collusion and hidden coordination]

    F --> J[Adversarial evaluation]
    G --> J
    H --> J
    I --> J
Loading
Topics I keep returning to
  • prompt injection and indirect prompt injection;
  • unsafe tool use and confused-deputy failures;
  • long-term memory poisoning and RAG integrity;
  • trust propagation across multi-agent systems;
  • graph-based anomaly detection;
  • hidden coordination and agent collusion;
  • evaluation that measures real system behaviour rather than polished demos.

How I work

Evidence over claims

A passing demo is not proof. Tests, logs and reproducible behaviour matter.

Boundaries before scale

Permissions, ownership and failure modes should be understood before growth.

Fewer, deeper projects

I would rather make one serious system real than maintain ten abandoned ideas.


Public GitHub activity
Yury Popov's public GitHub activity graph

Contact

Email GitHub


Build the system. Define the boundary. Test how it fails.

Popular repositories Loading

  1. ASI-Arch ASI-Arch Public

    Forked from GAIR-NLP/ASI-Arch

    AlphaGo Moment for Model Architecture Discovery.

    Python

  2. Social-Space-for-Agentic-Systems Social-Space-for-Agentic-Systems Public

    Python

  3. time-travel-exec-compile time-travel-exec-compile Public

    Python

  4. Tragictory-Physics Tragictory-Physics Public

    Python

  5. iluvcashnhash iluvcashnhash Public

  6. openclaw openclaw Public

    Forked from openclaw/openclaw

    Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

    TypeScript