Skip to content
View alejandrojlamas's full-sized avatar

Block or report alejandrojlamas

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

Alejandro Lamas

This profile is my personal applied AI lab. I design, build, and test agents, automations, and local-first tools that turn complex workflows into useful, verifiable, and maintainable systems.

alejandrojlamas.com

I am especially interested in the work that begins after a prototype: evaluation, traceability, security boundaries, failure recovery, artifact quality, and a clear experience for the person using the system.

Areas of exploration

  • AI agents with well-defined responsibilities and outputs.
  • Quality, fidelity, and evidence checks before accepting a result.
  • Local-first automation with privacy, human control, and reproducible execution.
  • Document, research, analysis, and assisted decision-making workflows.
  • Interfaces that make long-running or technically complex processes observable.

Featured projects

  • VerbaLoom — the flagship project of this lab: local-first AI translation for long books, with editorial memory, fidelity audits, resumable quality gates, and human review.
  • Red Privada — an AI-assisted research lab for provenance-aware knowledge graphs and human review, named in homage to journalist Manuel Buendía and his column Red Privada.
  • APK DocForge — a local pipeline for analyzing authorized APKs and producing evidence-backed documentation and audits.
  • Market Radar — an explainable-signals lab for market data quality and decision tracking.
  • Q-learning Snake — a compact tabular reinforcement-learning experiment with Python visualization and a browser demo.
  • Neon Snake — a compact web game used to exercise deterministic logic, automated tests, and continuous delivery.

Working principles

  1. Evidence matters more than a claim of success.
  2. Sensitive data and credentials do not belong in a repository.
  3. A useful workflow should be resumable, auditable, and testable.
  4. AI proposes or transforms; critical boundaries remain deterministic.
  5. Documentation is part of the product.

Currently

I am open to opportunities where applied AI, automation, and reliable systems design can solve real problems end to end.

Pinned Loading

  1. verbaloom verbaloom Public

    Local-first applied-AI lab for long-book translation, editorial memory, fidelity auditing, resumable quality gates, and human review.

    Python 2

  2. red-privada red-privada Public

    Investigación asistida por IA sobre fuentes públicas, con grafos de conocimiento, procedencia verificable y revisión humana. Homenaje a Manuel Buendía.

    Python 1

  3. apk-docforge apk-docforge Public

    Local-first AI-assisted APK documentation and security analysis with provenance, deterministic evidence, and controlled runtime observation.

    Python

  4. market-radar market-radar Public

    Local-first applied-AI lab for explainable market signals, data-quality gates, portfolio context, and decision journaling.

    TypeScript 1

  5. q-learning-snake q-learning-snake Public

    A compact tabular Q-learning lab for Snake, with parallel Python/Pygame and browser implementations plus bounded training.

    Python

  6. neon-snake-game neon-snake-game Public

    A polished retro-neon Snake game with deterministic game rules, responsive Canvas UI, and dependency-free tests.

    JavaScript