Christmas campaign for Entropiq.
Entropiq x Bohemians Praha.
Entropiq enters the arena.
# AI drafts for newsrooms @router.post("/articles/generate") async def generate(req: DraftRequest, org=Depends(current_org)): src = await hybrid_search(req.topic, org.id, k=8) # pgvector style = load_style(req.style_id, org) draft = await claude.generate(build_prompt(req.topic, src, style)) return render("draft.html", draft)
# pipeline & deals @app.post("/deals/{id}/stage") def move_stage(id: int, stage: Stage, user=Depends(auth)): deal = db.get(Deal, id) deal.stage = stage log_activity(user, deal, stage) notify_owner(deal) return {"ok": True, "stage": stage}
# lzicka @app.get("/api/today") def today(user=Depends(auth)): plan = build_daily_plan(user) return { "date": str(date.today()), "items": plan.items, "done": plan.progress(), }

I work where media, creative and technology meet. I run the 4ALL agency; before that I led the esports organisation Entropiq and the newsroom of TV Seznam.
An AI-opened agency. We save your time and money.