Skip to content
View Planton361's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report Planton361

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

Welcome to my space.

Hi, I'm Anton. I build data systems, personal tools and unusual software experiments.

My Photo Album

Fraud Prioritization — Ranking transactions when only a limited number can be investigated.
Fraud Prioritization album photograph

MEMORY 01 / ACTIVE MASTER'S THESIS

Fraud Prioritization

Fraud Prioritization is a master's thesis project about ranking credit-card transactions when investigation capacity is limited. Instead of treating every suspicious case equally, the system learns which transactions should be reviewed first under a fixed investigation budget.

"There are receipts all over the desk. I only have room for a few in the tray... I hope I picked the right ones."

PYTHON · LEARNING TO RANK · FRAUD DETECTION

Behind the photograph

The tray represents the available investigation capacity. The receipts around it represent the larger pool of transactions that could potentially require attention.

The project studies how ranking models can prioritize cases under different budgets while keeping fraud probability, ranking relevance and financial-impact proxies conceptually separate. It places strong emphasis on provenance, verification and reproducibility.

Repository: Private


Life OS — A personal planning system for deciding what to do next.

MEMORY 02 / ACTIVE PRIVATE PROJECT

Life OS

Life OS is a personal planning and second-brain application that brings tasks, projects, goals, study, work, health and personal routines into one place. I built it to make the next useful action easier to see when everything feels equally important.

"There are a lot of doors here. They all look important... I have been standing here for a while."

WEB APPLICATION · PERSONAL PLANNING · SECOND BRAIN

Life OS album photograph

Behind the photograph

The doors represent study, work, health, personal projects and other responsibilities competing for attention at the same time.

Life OS brings those areas into one controlled system so that planning becomes a process of choosing rather than repeatedly remembering everything.

Less interface. More control.

Repository: Private


FH Agent — A perception, memory and planning architecture for autonomous RPG navigation.
FH Agent album photograph

MEMORY 03 / ACTIVE PRIVATE EXPERIMENT

FH Agent

FH Agent is an experimental system for controlling a game through observed evidence rather than direct access to its internal state. A local language model acts as the planning layer, while separate components handle perception, memory and safe input.

"We gave the robot a map so it would stop getting lost. It is still getting lost... just more thoughtfully now."

PYTHON · AGENT ARCHITECTURE · LOCAL LLM · SAFETY

Behind the photograph

The image captures the difference between having information and reacting to it correctly.

The agent may understand part of its surroundings while still missing an immediate danger. This is why the architecture treats perception, evidence, memory, planning and execution as separate responsibilities. Early milestones focus on observation, logging, no-spoiler boundaries and controlled actions before adding long-running autonomy or reinforcement learning.

Repository: Private


FireRed Randomizer — A compatibility workspace for a modified FireRed-based game and modern randomizer tools.

MEMORY 04 / ACTIVE PRIVATE WORKSPACE

FireRed Randomizer

FireRed Randomizer is a documented workspace for combining a heavily modified FireRed-based game with Generation 9 content, a modern randomizer and supporting emulator tools. It records compatible versions, build steps, runtime checks and known limitations so that the setup can be reproduced reliably.

"A strange creature appeared during testing today. I do not remember putting it there... but it seems happy to be included."

JAVA · GAME MODDING · COMPATIBILITY ENGINEERING · TESTING

FireRed Randomizer album photograph

Behind the photograph

The creature represents unexpected combinations and visual edge cases that appear when older game systems are extended with newer data and randomized rules.

The workspace turns those surprises into documented policies, repeatable builds and targeted runtime tests. ROMs, saves and other protected artifacts remain outside version control.

Related public repository:
Universal Pokémon Randomizer FVX


Toolbox

DATA AND MACHINE LEARNING

Python pandas scikit-learn Jupyter

SOFTWARE AND SYSTEMS

SQL Java Git GitHub Actions

PROCESS AND ARCHITECTURE

Camunda BPMN Agent workflows Testing Documentation-driven development


The typing animation is provided by Readme Typing SVG .

Pinned Loading

  1. autonomous-game-agent autonomous-game-agent Public

    Evidence-grounded architecture for autonomous game agents with perception, memory, local-LLM planning, guarded actions, and auditable learning.

    Python

  2. firered-gen9-randomizer-workspace firered-gen9-randomizer-workspace Public

    Reproducible compatibility workspace for integrating Gen 9 FireRed expansions with UPR-FVX, build tooling, and evidence-driven emulator tests.

    Python

  3. life-os life-os Public

    Personal planning and second-brain web app for connecting tasks, projects, goals, reviews, and life areas in one calm command center.

    TypeScript

  4. cert2lanl-zero-shot-transfer cert2lanl-zero-shot-transfer Public

    Reproducible zero-shot transfer study from CERT insider-threat logs to LANL authentication data with drift and capacity-constrained model analysis.

    Python