Skip to content
View markusmeresma's full-sized avatar
⚒️
building
⚒️
building

Block or report markusmeresma

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

Hi, I'm Markus 👋

I co-founded a VC-backed edtech startup and spent three years building it - €2M raised, 10,000+ users, a team of 10 - then went back for a CS degree to build hands-on. Now I find real problems inside the businesses I work with and ship the AI tools that solve them.

Now: Product Engineer @ Extery · graduating from King's College London (BSc Computer Science) in July 2026 · ex-Amazon (LLM engineering) · ex-founder (Stemy, Mentornaut)

Recent projects

  • ai-coworker - an AI coworker that plugs into a company's stack (Odoo, Metabase, Teams) and does real operational work.
  • autoquote - agent swarm that reads project-spec PDFs, finds sales opportunities, and drafts Odoo quotations. Built for a real manufacturing sales workflow.
  • wpml-llm-translator - human-in-the-loop LLM pipeline for website localisation; in production translating a company site into Polish.
  • llm-reward-comparison - undegraduate final year project comparing LLM reward-design paradigms for reinforcement learning.

Pinned Loading

  1. autoquote autoquote Public

    AI agent that finds sales opportunities in project documents and drafts Odoo quotations.

    TypeScript

  2. wpml-llm-translator wpml-llm-translator Public

    LLM-powered translation pipeline to localise WordPress sites.

    TypeScript 1

  3. ai-coworker ai-coworker Public

    A read-only natural-language Q&A agent — a "virtual employee" — over Odoo + Metabase, delivered via Microsoft Teams. TypeScript, Vercel AI SDK, MCP, with a single confirmed write path and layered s…

    TypeScript

  4. odoo-postgres-sync odoo-postgres-sync Public

    Incremental sync connector that mirrors Odoo (JSON-RPC) into Postgres as JSONB — deterministic, resumable, idempotent. The ingestion foundation for an analytics warehouse. TypeScript.

    TypeScript

  5. llm-reward-comparison llm-reward-comparison Public

    Modular RL framework comparing implicit (LLM-as-evaluator) and explicit (LLM-as-code-generator) reward paradigms. Features a segment-based evaluation architecture that cuts LLM inference costs by 6…

    Python