SlopScore
00 crowd

neuro_company_claude

Experiment: AI-generated company simulator built with Claude
Open repo on GitHubgithub.com/Aleksandr-Litvinenko/neuro_company_claude
Python · ★ 1 · 0 forks · MIT · paperwork by the Cap'mmostly ai (inferred)light human (inferred)works-on-my-machine (inferred)other🤖 claude
listed 1 hour ago by Aleksandr-Litvinenko · last checked 1 hour ago
The owner didn't write this. This repo never submitted itself. The Cap'm found it on a truffle trawl and wrote its paperwork from what GitHub already shows. Picked by hand by the Cap'm on 2026-09-13: Experiment: AI-generated company simulator built with Claude; its own README says "Experiment: AI-generated company simulator built with Claude". 1 stars; MIT license. The owner did not submit this. Votes count; awards don't until the owner claims it.

I'm not calling your project slop! Geeze, it's a joke... Do you own this repo?

Log in with GitHub as Aleksandr-Litvinenko. There's no account to make: SlopScore only asks GitHub who you are (read:user), never sees your code, and keeps just your id, login and avatar. Then you can:

  • Keep it, on your terms. Commit your own slopscore.md (spec) and press Refresh. Your paperwork replaces the Cap'm's, and you can submit it for Slop of the Day.
  • Take it down. One click on Remove. It stays gone; the trawl never brings it back.

Log in with GitHub

Can't log in as the owner? Request a takedown. No login needed, and a trawled listing comes down right away.

GitHub says
Experiment: AI-generated company simulator built with Claude
topics
ai-generatedclaudeprototypepythonsimulation
created
2026-06-27 · pushed 1 month ago · 4 commits · 1 contributor
languages
Python 50%JavaScript 30%CSS 14%HTML 6%Shell 1%
paperwork
licensereadme 42% health
dependencies
no dependency graph (no manifest, or disabled) · OSV.dev, checked 1 hour ago

Disclosures, inferred by the Cap'm

slopbucket
vibe-coded
category
other
ai_generated
mostly
human_touch
light
status
works-on-my-machine
built_with
claude
language (detected)
csshtmljavascriptpythonshell
topic (detected)
ai-generatedclaudeprototypepythonsimulation
license (detected)
mit

The Cap'm's log

The Cap'm wrote this paperwork, not the owner. This repo never submitted itself to SlopScore. The Cap'm picked it by hand: Experiment: AI-generated company simulator built with Claude; its own README says "Experiment: AI-generated company simulator built with Claude". It carries the MIT license. The disclosures above are his best guess from what GitHub shows.

Is this yours? Commit a real slopscore.md and press Refresh to replace this, or remove the listing in one click. There's no account to make: you log in with GitHub.

README — the repo's own words, folded up so the grading fits on one screen

NEUROCORP

Нейрокомпания «из одного человека»: штат ИИ-агентов (2 менеджера, РП и производственная команда) + CRM + киберпанк-панель командного центра в реальном времени. Ты — man-in-the-middle: на твой стол приходит только согласование Проекта + КП, всё остальное команда делает сама.

Полное описание архитектуры — в ARCHITECTURE.md, описание REST и WebSocket — в docs/API.md.

Оргконвейер

КЛИЕНТЫ → 2 МЕНЕДЖЕРА → РП → [ТЫ: согласуешь Проект+КП] → ПРОИЗВОДСТВО → СДАНО
                                                            │
            аналитик → разработчик / консультант → тестировщик → приёмщик
  • Менеджеры обзванивают/пишут новым клиентам.
  • РП оценивает (≈50% отсеивает), формирует Проект и КП → тебе на согласование.
  • После твоего «Согласовать» работа уходит в команду: аналитик декомпозирует → разработчик реализует / консультант настраивает в базе → тестировщик тестирует после каждого и пишет отчёты → приёмщик принимает и пишет отчёт.

Быстрый старт

git clone https://github.com/Aleksandr-Litvinenko/neuro_company_claude.git
cd neuro_company_claude
./run.sh

run.sh создаст виртуальное окружение, поставит зависимости и запустит сервер. Затем открой http://localhost:8000 — это командный центр.

В первый запуск стартует DEMO-режим: новый запрос приходит каждые 2 минуты, ~50% отсеивается на РП, а на «Стол одобрений» падают карточки «Проект + КП» (очередь ограничена, чтобы стол не захламлялся). Внешние ключи не нужны.

Что внутри

NeuroCompany/
├── ARCHITECTURE.md      # блюпринт компании (роли, конвейер, MITM, стек, роадмап)
├── server.py            # FastAPI: REST + WebSocket + раздача панели
├── core/
│   ├── config.py        # оргструктура, этапы производства, политика одобрений, demo
│   ├── db.py            # SQLite: контакты, интеракции, одобрения
│   ├── events.py        # шина событий + flow-анимация по WebSocket
│   ├── crm.py           # стадии воронки, лог, метрики, инспекция узлов
│   ├── approvals.py     # очередь man-in-the-middle (Проект+КП)
│   ├── agents.py        # менеджеры, РП и команда производства
│   ├── orchestrator.py  # диспетчер цепочки
│   └── simulator.py     # demo-генератор потока запросов
├── web/                 # киберпанк-дашборд (canvas + WS), кликабельные узлы
│   ├── index.html
│   ├── styles.css
│   └── app.js
└── seed.py              # стартовый backlog

Переход в «боевой» режим

  1. Скопируй .env.example.env, заполни ключи нужных каналов.
  2. В .env поставь DEMO_MODE=false.
  3. Подключи реальные API в местах, помеченных # TODO[LIVE] в core/agents.py.
  4. Настрой политику и пороги в core/config.py (APPROVAL_POLICY, MAX_OPEN_DESK, NEW_REQUEST_SECONDS, RP_DROP_RATE).

Управление прямо из панели

  • Pause / Resume — остановить/возобновить всех агентов.
  • + Lead — добавить запрос вручную.
  • Согласовать / Отклонить — твоё решение по Проекту+КП (man-in-the-middle).
  • Клик по любому узлу — заглянуть в его очередь / отчёты; клик по клиенту — история.

Read the rest on GitHub

Scan report · 2026-09-13
  • Prohibited terms or links
  • Repository eligibility
  • slopscore.md paperwork
  • Content policy
  • Risk review

0 comments

log in to comment.

report this listinglog in to report