Skip to content
View ElvinMorales's full-sized avatar
🛠️
Building governed AI systems
🛠️
Building governed AI systems

Block or report ElvinMorales

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

Hi, I'm Elvin (Ale). 👋

I build public, versioned work on governed, auditable agentic-AI systems.

The core idea is simple: agents are not just prompts you tune. They are systems made of artifacts you can design, version, inspect, test, and govern. Things like manifests, prompts, skills, tool specs, memory and state strategies, schemas, evals, policies, and runtime configs.

My background is in clinical data and regulated environments, where "it works in the demo" was never good enough. That shaped how I think about AI. The interesting question isn't how you talk to a model. It's what you build around it.

Can you version it?
Can you inspect it?
Can you govern it?

What I'm building

agentic-ai-artifact-taxonomy
A framework-neutral taxonomy for the artifacts agentic systems are actually made of. Shared vocabulary over another clever demo. This is the source of truth the rest of my work points back to.

agentic-artifact-builder (try it live)
A small browser app for working with the taxonomy: pick an artifact type, fill in guided fields, and generate clean, public-safe starter files. No install.

agent-librarian
A deterministic CLI that scans an agent repo, catalogs the artifacts it finds, and validates them. The point is making a pile of files reviewable.

journal-agent
A reference implementation of the taxonomy with a clean public/private split: control-plane artifacts stay public and inspectable, private data stays private.

How I think about this

  • Governed > clever. An AI you can't audit isn't a system. It's a liability with good manners.
  • Artifacts, not vibes. If it matters, it should be addressable, versionable, inspectable, and governable.
  • Boundaries by design. Decide what's public and what's private before you build, not after.

Elsewhere

Pinned Loading

  1. agentic-ai-artifact-taxonomy agentic-ai-artifact-taxonomy Public

    A framework-neutral taxonomy of agentic-AI artifacts, organized around what matters in production: versioning, inspectability, and governability.

    JavaScript 3

  2. agent-librarian agent-librarian Public

    A framework-neutral CLI that catalogs, de-duplicates, and reviews local collections of agent skills, prompts, tool specs, and agentic AI artifacts.

    Python 2 1

  3. agentic-artifact-builder agentic-artifact-builder Public

    Browser-based builder for taxonomy-aligned agentic AI artifacts.

    JavaScript 1

  4. journal-agent journal-agent Public

    A reference implementation of the agentic-AI artifact taxonomy, showing a clean public/private artifact separation pattern.

    Python 1