Esta página existe pra evitar perda de tempo. Se você é cético, jornalista ou só quer conferir antes de compartilhar — todos os comandos abaixo são executáveis no seu próprio terminal. Os hashes são imutáveis. Os timestamps são do kernel do servidor. This page exists to save you time. If you're skeptical, a journalist, or just want to check before sharing — every command below runs from your own terminal. Hashes are immutable. Timestamps come from the server's kernel.
A pasta /opt/lsc-lab/apps/atlas-vitrine foi criada em 27/abr/2026 19:49:55 BRT. O último arquivo (tutorial.html) foi escrito em 20:38:48 BRT. Diferença total: 48 min 53 s.
The /opt/lsc-lab/apps/atlas-vitrine folder was created at 2026-04-27 19:49:55 BRT. The last file (tutorial.html) was written at 20:38:48 BRT. Total delta: 48 min 53 s.
| arquivo | birth (Unix) | BRT | bytes | sha256 |
|---|---|---|---|---|
| index.html | 1777330216 | 19:50:16 | 874 | ae1982aa6f47e865a5a502c08af19a854a1d50b42cb51b736f568eb6f010d75f |
| desktop.html | 1777330204 | 19:50:04 | 27.338 | b9232b9cf7f3ebf90284101ed991c75274aaf16111199b1db1ec8c37da8c68a6 |
| mobile.html | 1777330203 | 19:50:03 | 20.350 | ed8f439bd36c6494063e89c5469dc35d33946329ebafb9c20305140291f41d57 |
| cardapio.html | 1777331948 | 20:19:08 | 19.353 | 2bb57d166ed6af7264f241f70e9ece384ad8bc7d37fcbb52f679a9e6200c028d |
| cardapio.js | 1777332282 | 20:24:42 | 12.388 | 97865f241e079343c3795c9da9ebc1380fdc2c18b3d1b7423ea7306b7b3957ab |
| guia.html | 1777333127 | 20:38:47 | 13.282 | 795fa5397677fe55c5b0dd1df2598b9ddf24067ea0790e4056d7d20da597d7e7 |
| tutorial.html | 1777333128 | 20:38:48 | 8.005 | 06fe2aa55daae536ec349829d37d3c82cf858370508a8c02e9d83bab2ca5f396 |
total: 101.590 bytes · birth_first 1777330203 → modify_last 1777333128 = 2.925 s = 48 min 45 s
Cole no seu terminal. Funciona em macOS, Linux ou Windows com WSL. Não precisa de credencial nenhuma. Paste into your terminal. Works on macOS, Linux, or Windows with WSL. No credentials needed.
Toda métrica do site SISTEMA-LSC-LAB veio do servidor às 23:30 BRT do dia 27/04/2026. Aqui está o comando que gerou cada uma.Every metric on the SISTEMA-LSC-LAB page was pulled from the server at 23:30 BRT on 2026-04-27. Here's the command that produced each one.
| métricametric | valorvalue | comandocommand |
|---|---|---|
| apps em produçãoapps in production | 91 | systemctl list-units --type=service --state=active | grep -E '^(atlas|aldora|docinho|maverik|ai-router|lsc)' |
| domínios .lsc-lab.com.lsc-lab.com domains | 142 | grep -cE '^[a-z].*\.lsc-lab\.com' /etc/caddy/Caddyfile |
| providers de LLMLLM providers | 14 | curl http://127.0.0.1:3080/health | jq '.providers' |
| tiers configuradosconfigured tiers | 38 | curl http://127.0.0.1:3080/health | jq '.tiers | length' |
| skills com auto-routingauto-routed skills | 21 | curl http://127.0.0.1:3080/v1/stats | jq '.skill_registry | length' |
| tabelas PostgresPostgres tables | 172 | psql -d atlas_db -t -c '\dt' | wc -l |
| commits últimos 30 diascommits last 30 days | 454 | cd /opt/lsc-lab && git log --oneline --since='2026-03-27' | wc -l |
| primeiro commitfirst commit | 2026-04-03 20:29 | git log --reverse --format='%ai' | head -1 |
| containers DockerDocker containers | 20 | docker ps | wc -l |
Honestidade total — coisas que poderiam soar bem mas não tenho prova ainda: Full honesty — things that would sound nice but I don't have proof for yet:
Honestidade > velocidade. Se eu errar algo aqui, mande email pra [email protected] e eu corrijo público. Honesty > speed. If I get something wrong here, email [email protected] and I'll publicly correct it.
Um snapshot de hoje pode ficar desatualizado. Pra evitar isso, vou publicar um arquivo /proof.json gerado automaticamente pelo servidor todo dia, com timestamp e hashes atualizados.
A snapshot from today might go stale. To avoid that, I'll publish a /proof.json file auto-generated by the server every day, with current timestamps and hashes.
CRON · 03:00 BRT · daily
daily-proof.sh roda 1x/dia, gera snapshot dos sistemas (apps ativos, vhosts, hashes da vitrine, custo do dia anterior, último commit) e publica em https://docs.lsc-lab.com/proof.json
daily-proof.sh runs 1x/day, snapshots the systems (active apps, vhosts, vitrine hashes, prior day cost, latest commit) and publishes to https://docs.lsc-lab.com/proof.json
Histórico imutável e crescente. Você pode olhar 30 dias atrás e validar a evolução. Immutable and growing log. You can look back 30 days and validate the evolution.
Auditado em 28/abr/2026 12:51 BRT. Roda no terminal — confere.
stat -c '%Y %n' /opt/lsc-lab/apps/atlas-vitrine/index.html # 1777330216 → 27/abr 19:50:16 stat -c '%Y %n' /opt/lsc-lab/apps/atlas-vitrine/tutorial.html # 1777333128 → 27/abr 20:38:48 echo $((1777333128 - 1777330216)) # 2912 segundos = 48m 32s
systemctl list-units --type=service --state=active --no-legend | wc -l
curl -s https://docs.lsc-lab.com/api/live | jq .providers # 14 # (proxy do AI Router /health interno — refresh 5/5min via cron)
curl -s https://docs.lsc-lab.com/api/live | jq .tiers # 39
curl -s https://docs.lsc-lab.com/api/live | jq .skills # 21
cd /opt/lsc-lab git rev-list --count HEAD # 462+ git log --reverse --format="%h %ai %s" | head -1 # 5886ca1a 2026-04-03 20:29:12 -0300 feat-p2-platform-sdk # Média: 462 commits / 25 dias ≈ 18 commits/dia
ssh claw 'for p in 8901 8902 8903 8904 8910; do nc -z 127.0.0.1 $p && echo "$p:UP"; done' # 8901:UP → LoRA fiscal # 8902:UP → LoRA fitness # 8903:UP → LoRA jurídico # 8904:UP → LoRA Maverik (executive assistant) # 8910:UP → Kokoro TTS pt-BR
# Hoje (28/abr) — 166 calls em 6,88h: # total_usd: 0.0273 (USD 0,03) # tokens_in: 8.386 # tokens_out: 8.253 # Top modelos: xai/grok-4-1-fast (free), gemini-2.5-flash-lite (free) # # Projeção: 4h/dia × 30d ≈ USD 0,48/mês ≈ R$ 2,45 # Razão: 95%+ das chamadas vão pra free tier (Gemini/Groq/Cerebras/xAI grok-fast) # Claude Max (R$1.020/mês) é o cérebro orquestrador, separado do AI Router
# Claude Max (USD 200) ............... R$ 1.020 (cérebro orquestrador) # Hock VPS (8c EPYC, 31GB, 387GB) .... R$ 400 (Hostinger, produção) # Claw VPS (15GB, 624GB) ............. R$ 250 (IA + bots) # Rack VPS (8GB, 144GB) .............. R$ 100 (observabilidade) # Domínios + Cloudflare .............. R$ 50 # AI Router (todos os providers) ..... R$ 5 (95% free tier) # ───────────────────────────────────────────────── # Total ............................. ~R$ 1.825 (varia com câmbio USD)
Acesso ao servidor é Tailscale-only. Pra reproduzir do zero, comandos públicos batem com curl https://docs.lsc-lab.com/api/live. Endpoints internos (stat, systemctl) só por SSH — peça acesso por DM se quiser parear.