Pepe Silv.AI
Pepe Silv.AI investigates the financial relationships around a news article by identifying the subject company, building ownership and investor trees, and checking for common upstream influence between the outlet and the company being covered.
The system uses structured scraping, evidence-based entity resolution, recursive ownership discovery, and LLM-assisted ranking to produce something a human can actually verify and reason about.
LLMs
Entity Resolution
Investigation UI
Ownership Graphs
Drawing App
A lightweight drawing app built by OpenClaw with vanilla ES6 JavaScript, HTML, and CSS after being forced to ground itself in Gang of Four design patterns first.
The interesting bit is less the feature set than the workflow: use agent planning, shared context, and explicit pattern scaffolding to get output that is actually modular, legible, and easy to extend later.
OpenClaw
Autonomous Agents
Vanilla JS
Design Patterns