Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sie-sessionboard

A SessionBoard clone for the killmysaas challenge, built on SIE and graded with swyx's sbek eval kit.

Server-rendered on purpose: real links, real <form>s, real <button>s. The eval kit's browser agent (and any browser agent) can drive every flow without synthetic-handler guessing.

SIE integration

Feature SIE primitive Model
Auto-tagging submitted abstracts extract urchade/gliner_multi-v2.1
Similar-submission detection for reviewers encode + cosine sentence-transformers/all-MiniLM-L6-v2
Semantic session search in public widgets (planned) encode + score MiniLM + BAAI/bge-reranker-base
AI agenda assistant (planned) deterministic packer, optional generate -

Every SIE call degrades gracefully: with no SIE server running the app works fully, enrichment is just skipped.

Run

npm install
npm start                      # http://localhost:3050

# optional: SIE for enrichment
docker run -p 8080:8080 -v sie-hf-cache:/app/.cache/huggingface \
  ghcr.io/superlinked/sie-server:latest-cpu-default

Evaluating with sbek

git clone https://forge.smol.ai/swyx/killmysaas-evals.git && cd killmysaas-evals
pnpm install
pnpm run eval -- --url http://localhost:3050

Area status vs the sbek rubric

  • 01 Call for Papers: multi-event, CFP windows (enforced), custom questions, drafts, edit, withdraw
  • 02 Abstract Management: review queue, ratings, disposition
  • 03 Speaker Management: profiles, portal, tasks
  • 04 Content Management: uploads, versions, approvals
  • 05 AI Agenda Builder: structure, placement, conflicts, auto-pack
  • 06 Public Widgets: sessions, speakers, agenda, itinerary
  • 07 Speaker CRM (extra credit)

About

SessionBoard clone built on SIE (encode/score/extract/generate) for the killmysaas challenge, graded with swyx's sbek eval kit

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages