Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

I built an AI observability platform with $0 – zero dependencies, zero ops, stateless

Дата публикации: 29-07-2026 20:31:35

I’ve been building Cognilumin on and off for the past few months, mostly late nights and weekends. It’s a stateless AI observability platform—three tools that help explain, visualize, and debug AI behavior. The catch? It runs on $0/month infrastructure with no frameworks and no paid APIs.
Here’s what it does:
· Illuminator – paste any AI‑related question and get back a structured, master‑teacher explanation with analogies, mental models, and a key takeaway. The backend detects the intent (evaluation, debugging, observability, or general teaching) and selects a specialist prompt.
· Topology Visualizer – describe a system scenario in plain English and a live particle‑based flow‑field engine renders an animated state map. Think lightweight Galileo Smartscape.
· *Execution Logs *– give an AI agent a task and trace every reasoning step with hex‑formatted indices, action tags, and latency profiling. Browser‑based, zero‑setup LLM debugging.
How I kept the stack at $0
· Hosting: shared hosting (moved from InfinityFree to Hostinger for cron jobs)
· AI providers: Gemini, Groq, and OpenRouter—all free tiers, with a PHP proxy that rotates keys and handles 429s automatically
· Storage: none—the platform is completely stateless (no logins, no database, no tracking)
· Dependencies: zero—vanilla PHP + vanilla JavaScript, not a single framework
What I learned along the way
**
· **Rate‑limit juggling is a real skill. Writing the fallback proxy (Gemini → Groq → OpenRouter) took a few hours, and it hasn’t failed once in production.
· Prompt engineering is infrastructure. Getting three different LLM providers to produce consistently structured outputs required way more iteration than building the UI.
· Stateless architecture is a superpower. No user data means no GDPR headaches, no privacy compliance cost, and nothing to maintain—exactly what a small team or solo dev wants.
What this is (and isn’t)
This isn’t a SaaS. It’s a fully functional demo platform that proves AI observability can be done without expensive tooling. If you’re evaluating LLM pipelines, debugging agent behavior, or just want a lightweight way to visualize system states, Cognilumin works right now.
🔗 Live demo: https://cognilumin.com
I’m genuinely looking for feedback—what would you add, what feels clunky, what would make you actually use this regularly? If someone sees a bigger vision for the domain + codebase, I’m open to that conversation too, but honestly I’d just love to hear what the dev community thinks.


Основное содержимое страницы с новостью.

Mamman Mohammed

I’ve been building Cognilumin on and off for the past few months, mostly late nights and weekends. It’s a stateless AI observability platform—three tools that help explain, visualize, and debug AI behavior. The catch? It runs on $0/month infrastructure with no frameworks and no paid APIs.

Here’s what it does:

· Illuminator – paste any AI‑related question and get back a structured, master‑teacher explanation with analogies, mental models, and a key takeaway. The backend detects the intent (evaluation, debugging, observability, or general teaching) and selects a specialist prompt.
· Topology Visualizer – describe a system scenario in plain English and a live particle‑based flow‑field engine renders an animated state map. Think lightweight Galileo Smartscape.
· *Execution Logs *– give an AI agent a task and trace every reasoning step with hex‑formatted indices, action tags, and latency profiling. Browser‑based, zero‑setup LLM debugging.

How I kept the stack at $0

· Hosting: shared hosting (moved from InfinityFree to Hostinger for cron jobs)
· AI providers: Gemini, Groq, and OpenRouter—all free tiers, with a PHP proxy that rotates keys and handles 429s automatically
· Storage: none—the platform is completely stateless (no logins, no database, no tracking)
· Dependencies: zero—vanilla PHP + vanilla JavaScript, not a single framework

What I learned along the way
**
· **Rate‑limit juggling is a real skill.
Writing the fallback proxy (Gemini → Groq → OpenRouter) took a few hours, and it hasn’t failed once in production.
· Prompt engineering is infrastructure. Getting three different LLM providers to produce consistently structured outputs required way more iteration than building the UI.
· Stateless architecture is a superpower. No user data means no GDPR headaches, no privacy compliance cost, and nothing to maintain—exactly what a small team or solo dev wants.

What this is (and isn’t)

This isn’t a SaaS. It’s a fully functional demo platform that proves AI observability can be done without expensive tooling. If you’re evaluating LLM pipelines, debugging agent behavior, or just want a lightweight way to visualize system states, Cognilumin works right now.

🔗 Live demo: https://cognilumin.com

I’m genuinely looking for feedback—what would you add, what feels clunky, what would make you actually use this regularly? If someone sees a bigger vision for the domain + codebase, I’m open to that conversation too, but honestly I’d just love to hear what the dev community thinks.

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1I run a registry that tracks 218 AI and SaaS tools. 18 are already dead or dying - here are the patterns08.9829-07-2026
2Can a Small AI Website Still Get Google Traffic in 2026? I’m Going to Find Out.06.729-07-2026
3Building an AI Operating Layer - Episode 1: Why I Didn't Start Sooner06.729-07-2026
4Daily Hacker News for 2026-07-2708.9828-07-2026
5В чём реальная проблема ЛЛМ-5703-07-2026
6Daily Hacker News for 2026-07-19010.2820-07-2026
7Daily Hacker News for 2026-07-23010.9624-07-2026
8 The New Agency Stack: How Dev Shops Use Claude, Cursor, and Copilot in Production 08.4624-07-2026
9I built Lucius to make coding-agent sessions easier to understand09.1829-07-2026
10**🚀 Kimi K3 vs Fable 5: кто кого на этот ...011.3928-07-2026

Классификация: . Схожих патентов: 0. Схожих новостей: 10. Тональность: 0. Информативность: 5.82. Источник: dev.to.