Skip to content
View hamr0's full-sized avatar

Block or report hamr0

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
hamr0/README.md

Hey, I'm Amr πŸ‘‹

πŸ“ NL | Building at the intersection of AI and product. Ships tools, not slide decks.

Python JavaScript Node.js TypeScript Claude MCP

AI builder and technical leader with a background shipping at Meta, Vodafone, Liberty Global, and Cognizant. I go from problem to working product β€” architecture, code, and the product decisions in between.

Currently building open-source AI tooling focused on memory, planning, and multi-agent orchestration.

Always up for hard problems and good teams β€” let's talk.

Simple over clever. Every line must have a purpose.


The bare suite β€” agentic automation, zero deps

Three vanilla JS modules. Same API patterns. Install, import, go.

  • ⚑ bareagent β€” Give AI agents a goal and let them figure out the steps. Replaces LangChain, CrewAI, AutoGen. Zero deps.
  • 🌐 barebrowse β€” Let AI agents browse the web like a human. Replaces Playwright, Selenium, Puppeteer. Zero deps.
  • πŸ“± baremobile β€” Let AI agents use Android and iOS devices. Replaces Appium, Espresso, XCUITest. Zero deps.

Privacy β€” take back control of your data

Local-only browser extensions (Chrome + Firefox) that expose tracking, cookies, and network activity. Plus self-hosted tools to replace cloud services. No cloud, no accounts.

  • πŸͺ wearecooked β€” See every cookie and hidden tracking pixel on any site. Classify trackers, clean them in one click.
  • πŸ“‘ wearebaked β€” See every domain your browser talks to and who's buying your data. Real-time network dashboard + data broker detection.
  • πŸ” weareleaking β€” See what tracking data sites store on your machine. Flags tracking IDs, personal info, and suspicious keys per domain.
  • πŸ”— wearelinked β€” See where links actually go before you click. Exposes redirect chains and strips tracking parameters.
  • πŸ‘οΈ wearewatched β€” See when sites fingerprint your device or silently access permissions like clipboard, geolocation, and notifications.
  • 🎭 weareplayed β€” See when sites manipulate you. Scores pages for dark patterns β€” fake urgency, confirm-shaming, pre-checked boxes, hidden unsubscribe links.
  • πŸ“œ wearetosed β€” See what you're really agreeing to. Scores privacy policies and terms pages 0–100 for red flags like data selling, tracking, and forced arbitration.
  • 🀫 wearesilent β€” See when sites capture your keystrokes before you click submit. Detects form input exfiltration in real time.
  • πŸ”’ privpn β€” Private VPN with WireGuard on VPS. Your own server, your own keys, no third-party VPN provider.
  • ☁️ privcloud β€” Self-hosted photo backup with Immich. Own your photos, no iCloud or Google Photos subscriptions.

Active Projects

  • 🧠 aurora β€” AI agents that remember, plan, and reason across sessions. Multi-agent orchestration with persistent memory.
  • πŸ€– liteagents β€” Skills toolkit for AI coding assistants. Learns from past sessions to work better over time.
  • πŸ’¬ multis β€” AI agent that lives in your chat apps. Controls your machine, remembers conversations, searches documents. Local-first.
  • πŸ”Š sawt β€” Turn any book into a multi-voice Arabic audiobook. Drop in a file, get narrated audio out.
  • βœ… gitdone β€” Visual, cryptographic proof of work. Every step, every photo, in one clear timeline.
  • πŸ“ addypin β€” Cross-platform map sharing for places that don't have addresses.

Legacy

  • 🧰 agentic-toolkit β€” Suite of tools for AI-driven development β€” agent workflows, automation, prompt engineering.
  • πŸ›‘οΈ mcp-gov β€” Access control for MCP servers. Set read/write/delete/admin rules per tool.
  • βœ‚οΈ mcprune β€” Cut 75–95% of tokens from browser snapshots before sending to AI agents.
  • πŸ¦™ coding-assistant β€” Run small language models locally for code assistance. No cloud required.
  • πŸ”‘ terribic β€” One token to give AI secure, permissioned access to all your apps and data.
  • πŸ“š AgenticAI β€” Training exercises: MCP, vector DB, RAG, and memory using JSON locally.
  • πŸ‘οΈ wearecounted β€” Hidden tracking pixel & beacon detector. Folded into wearecooked v3.0.0.
  • 🏷️ wearesold β€” Data broker detector. Folded into wearebaked v0.5.1.

How I work

  • POC first β€” validate the idea before committing to a design
  • Simple over clever β€” fewer deps, less config, readable code
  • Borrow and improve β€” every past project is a library of lessons
  • Local-first, open-source only β€” your data stays on your machine
  • Connect the dots β€” cognitive science, product ops, AI research β€” patterns transfer
  • Full dev standards β€” the rules every project follows

GitHub Activity

GitHub Contribution Graph


Background

Each project started as a question I couldn't stop thinking about β€” from NLP for Arabic, to map tech for developing nations, to AI frameworks that give agents memory and reasoning. I build things to understand them, and share what works.

Read the full story: I spent a year building what AI agents are missing


Email GitHub LinkedIn

Popular repositories Loading

  1. aurora aurora Public

    Memory-First Planning & Multi-Agent Orchestration Framework

    Python 16

  2. agentic-toolkit agentic-toolkit Public

    A ready-to-use suite of tools for AI-driven development, featuring agent workflows, automation scripts, and easy environment setup to boost productivity and streamline project management.

    Python 12 2

  3. liteagents liteagents Public

    Comprehensive AI liteagents kit (subagents, skills/commands) for Claude Code, Opencode, Ampcode, and Droid

    JavaScript 11 2

  4. AgenticAI AgenticAI Public archive

    Agentic AI to train on mcp, vector db, RAG, and memory on json all on local machine

    Python

  5. gitdone gitdone Public

    Visual, Cryptographic Proof of Work: Every step, every photo, in one clear timeline.

    HTML

  6. OpenSpec OpenSpec Public

    Forked from Fission-AI/OpenSpec

    Spec-driven development (SDD) for AI coding assistants.

    TypeScript