<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ML AI Project Hub</title><link>/</link><description>Recent content on ML AI Project Hub</description><generator>Hugo</generator><language>en-US</language><copyright>ML AI Project Hub</copyright><lastBuildDate>Tue, 21 Apr 2026 11:00:00 -0500</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml"/><item><title>About MLAI</title><link>/docs/about-mlai/</link><pubDate>Tue, 21 Apr 2026 11:00:00 -0500</pubDate><guid>/docs/about-mlai/</guid><description>&lt;p&gt;ML AI (ML AI LLC) is the umbrella for open repositories in:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;AI-assisted workflow tooling&lt;/li&gt;
&lt;li&gt;contract intelligence systems&lt;/li&gt;
&lt;li&gt;security-first protocol and messaging infrastructure&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This website is maintained as a project hub.&lt;/p&gt;</description></item><item><title>Projects</title><link>/docs/projects/</link><pubDate>Tue, 21 Apr 2026 11:00:00 -0500</pubDate><guid>/docs/projects/</guid><description>&lt;h2 id="omekarapper"&gt;OmekaRapper&lt;/h2&gt;
&lt;p&gt;AI-assisted Omeka S cataloging module with provider-backed metadata suggestions from text, PDFs, OCR, and web content.&lt;/p&gt;
&lt;p&gt;

&lt;a class="link link--text" href="/docs/omekarapper/"&gt;Open project page&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="opensift"&gt;OpenSift&lt;/h2&gt;
&lt;p&gt;Local-first study assistant for ingest, retrieval, and grounded generation.&lt;/p&gt;</description></item><item><title>OmekaRapper</title><link>/docs/omekarapper/</link><pubDate>Tue, 21 Apr 2026 11:00:00 -0500</pubDate><guid>/docs/omekarapper/</guid><description>&lt;p&gt;Repository: 

&lt;a class="link link--text" href="https://github.com/mlaify/OmekaRapper" rel="external"&gt;mlaify/OmekaRapper&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Status in repo docs: early development.&lt;/p&gt;
&lt;h2 id="scope"&gt;Scope&lt;/h2&gt;
&lt;p&gt;OmekaRapper helps curators and researchers generate metadata suggestions from:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;article or OCR text&lt;/li&gt;
&lt;li&gt;uploaded PDFs&lt;/li&gt;
&lt;li&gt;web content&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="current-capabilities"&gt;Current capabilities&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Omeka admin panel integration in item add/edit flows&lt;/li&gt;
&lt;li&gt;Suggest-and-apply workflow for common Dublin Core fields&lt;/li&gt;
&lt;li&gt;Pluggable provider architecture (ChatGPT, Codex, Claude, Ollama-compatible endpoints)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="notes"&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;PDF extraction requires &lt;code&gt;pdftotext&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;OCR fallback requires &lt;code&gt;pdftoppm&lt;/code&gt; and &lt;code&gt;tesseract&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;richer semantic mapping is planned beyond literal value writes&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>OpenSift</title><link>/docs/opensift/</link><pubDate>Tue, 21 Apr 2026 11:00:00 -0500</pubDate><guid>/docs/opensift/</guid><description>&lt;p&gt;Repository: 

&lt;a class="link link--text" href="https://github.com/mlaify/OpenSift" rel="external"&gt;mlaify/OpenSift&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Status in repo docs: hobby proof-of-concept.&lt;/p&gt;
&lt;h2 id="scope"&gt;Scope&lt;/h2&gt;
&lt;p&gt;OpenSift is an AI study assistant that ingests materials and retrieves grounded context for generation.&lt;/p&gt;
&lt;p&gt;Core flow:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;ingest source material&lt;/li&gt;
&lt;li&gt;retrieve relevant chunks&lt;/li&gt;
&lt;li&gt;generate study output&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="current-capabilities"&gt;Current capabilities&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;local-first study workflows&lt;/li&gt;
&lt;li&gt;multiple chat modes (&lt;code&gt;study_chat&lt;/code&gt;, &lt;code&gt;assignment_planner&lt;/code&gt;, &lt;code&gt;study_guide&lt;/code&gt;, &lt;code&gt;key_points&lt;/code&gt;, &lt;code&gt;quiz&lt;/code&gt;, &lt;code&gt;explain&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;provider paths for Claude Code, ChatGPT Codex, Claude API, and OpenAI API&lt;/li&gt;
&lt;li&gt;gateway mode that can supervise UI and optional MCP server&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="security-posture"&gt;Security posture&lt;/h2&gt;
&lt;p&gt;Repo docs explicitly describe local-first constraints and non-production hardening status, with documented improvements around XSS, SSRF controls, and persistence safety.&lt;/p&gt;</description></item><item><title>OpenContractRx</title><link>/docs/opencontractrx/</link><pubDate>Tue, 21 Apr 2026 11:00:00 -0500</pubDate><guid>/docs/opencontractrx/</guid><description>&lt;p&gt;Repository: 

&lt;a class="link link--text" href="https://github.com/mlaify/OpenContractRx" rel="external"&gt;mlaify/OpenContractRx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Status in repo docs: active v1 goals with baseline platform scaffolding.&lt;/p&gt;
&lt;h2 id="scope"&gt;Scope&lt;/h2&gt;
&lt;p&gt;OpenContractRx is an open-source contract intelligence, renewal, and drafting platform for hospitals.&lt;/p&gt;
&lt;h2 id="v1-goals"&gt;v1 goals&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;contract upload workflows&lt;/li&gt;
&lt;li&gt;key-term extraction&lt;/li&gt;
&lt;li&gt;renewal dashboards (120/90/60/30 day buckets)&lt;/li&gt;
&lt;li&gt;human-in-the-loop review&lt;/li&gt;
&lt;li&gt;AI-assisted drafting with auditable rationale&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="monorepo-architecture"&gt;Monorepo architecture&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;apps/api&lt;/code&gt;: FastAPI backend&lt;/li&gt;
&lt;li&gt;&lt;code&gt;apps/worker&lt;/code&gt;: background OCR/extraction/embedding&lt;/li&gt;
&lt;li&gt;&lt;code&gt;apps/web&lt;/code&gt;: Next.js frontend&lt;/li&gt;
&lt;li&gt;&lt;code&gt;packages/core&lt;/code&gt;: shared Python schemas&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Aegis</title><link>/docs/aegis/</link><pubDate>Tue, 21 Apr 2026 11:00:00 -0500</pubDate><guid>/docs/aegis/</guid><description>&lt;p&gt;Repository: 

&lt;a class="link link--text" href="https://github.com/mlaify/aegis" rel="external"&gt;mlaify/aegis&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Status in repo docs: &lt;code&gt;v0.1&lt;/code&gt; draft integration workspace.&lt;/p&gt;
&lt;h2 id="scope"&gt;Scope&lt;/h2&gt;
&lt;p&gt;Aegis is a secure asynchronous messaging reference stack centered on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;cryptographic identity continuity&lt;/li&gt;
&lt;li&gt;encrypted private payloads&lt;/li&gt;
&lt;li&gt;zero-trust relay infrastructure&lt;/li&gt;
&lt;li&gt;protocol-first design&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="current-implementation-highlights"&gt;Current implementation highlights&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;draft RFCs and schemas in &lt;code&gt;aegis-spec&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;core message models in &lt;code&gt;aegis-core&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;reference relay endpoints for envelope push/fetch&lt;/li&gt;
&lt;li&gt;end-to-end local CLI loop (&lt;code&gt;seal -&amp;gt; push -&amp;gt; fetch -&amp;gt; open&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="security-posture"&gt;Security posture&lt;/h2&gt;
&lt;p&gt;The project docs explicitly separate current guarantees from future hardening work, including signature enforcement, prekey lifecycle, relay auth, and federation.&lt;/p&gt;</description></item><item><title>Build Principles</title><link>/docs/build-principles/</link><pubDate>Tue, 21 Apr 2026 11:00:00 -0500</pubDate><guid>/docs/build-principles/</guid><description>&lt;h2 id="principles"&gt;Principles&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Build practical systems for real operator workflows.&lt;/li&gt;
&lt;li&gt;Keep current status and known limits explicit.&lt;/li&gt;
&lt;li&gt;Treat security architecture and threat modeling as core design work.&lt;/li&gt;
&lt;li&gt;Favor composable, provider-friendly module boundaries.&lt;/li&gt;
&lt;li&gt;Keep documentation close to implementation.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="in-practice"&gt;In practice&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;OmekaRapper emphasizes reviewable AI suggestions before write-back.&lt;/li&gt;
&lt;li&gt;OpenSift emphasizes local-first retrieval and explicit hardening notes.&lt;/li&gt;
&lt;li&gt;OpenContractRx separates API, worker, and web layers clearly.&lt;/li&gt;
&lt;li&gt;Aegis treats protocol and threat model docs as first-class artifacts.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Direction</title><link>/docs/direction/</link><pubDate>Tue, 21 Apr 2026 11:00:00 -0500</pubDate><guid>/docs/direction/</guid><description>&lt;h2 id="current-direction"&gt;Current direction&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;expand practical AI workflows that are usable now&lt;/li&gt;
&lt;li&gt;improve security posture and reliability as projects mature&lt;/li&gt;
&lt;li&gt;publish architecture, lifecycle, and threat-model notes early&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="why-this-hub-exists"&gt;Why this hub exists&lt;/h2&gt;
&lt;p&gt;The hub keeps project information coherent across repos and makes status easier to track for contributors and users.&lt;/p&gt;</description></item><item><title>Contribute / Contact</title><link>/docs/contribute-/-contact/</link><pubDate>Tue, 21 Apr 2026 11:00:00 -0500</pubDate><guid>/docs/contribute-/-contact/</guid><description>&lt;ul&gt;
&lt;li&gt;GitHub org: 

&lt;a class="link link--text" href="https://github.com/mlaify" rel="external"&gt;mlaify&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Website: 

&lt;a class="link link--text" href="https://mlaify.io" rel="external"&gt;mlaify.io&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For project feedback and implementation questions, open issues/discussions in the relevant repository.&lt;/p&gt;</description></item></channel></rss>