CoolFace
Apppublic

build-small-hackathon/hackathon-advisor

sourceHugging Facemitupdated 3mo agoView on Hugging Face
16likes
social-post.md51 linesDownload Raw Back to docs
1# Social Post Draft2 3Posted on X: <https://x.com/JacobLinCool/status/2066156056724848965>4 5## X / Twitter Draft6 7Primary short version, under 280 characters with X URL weighting:8 9```text10Built Hackathon Advisor for #BuildSmall: a live atlas of hackathon Spaces + tiny-model coach for originality gaps.11 12MiniCPM, llama.cpp, Nemotron ASR, Modal, and Codex helped ship it.13 14App: https://build-small-hackathon-hackathon-advisor.hf.space15Video: https://youtu.be/Gq-FUiL-ZPw16Code: https://github.com/JacobLinCool/hackathon-advisor17```18 19Shorter fallback:20 21```text22Built Hackathon Advisor for #BuildSmall: a live atlas + tiny-model coach for originality gaps.23 24MiniCPM, llama.cpp, Nemotron ASR, Modal, and Codex helped ship it.25 26https://youtu.be/Gq-FUiL-ZPw27https://build-small-hackathon-hackathon-advisor.hf.space28https://github.com/JacobLinCool/hackathon-advisor29```30 31## LinkedIn / Longer Draft32 33I built Hackathon Advisor for the Build Small Hackathon.34 35It is a live map of public Build Small Spaces and a small-model originality coach. Builders can search the field, inspect36project clusters, review quest evidence, chat with the atlas, and open The Unwritten Almanac to compare an idea against37what already exists.38 39The runtime stays within the spirit of Build Small: open weights, no proprietary runtime inference API, and every model40well under the 32B cap. MiniCPM5-1B handles tool planning and quest classification through LoRA adapters, EmbeddingGemma41GGUF runs through llama.cpp for retrieval, and Nemotron Speech powers voice input through NVIDIA NeMo.42 43Codex helped throughout the build: implementation planning, code changes, tests, deployed Space checks, demo preparation,44submission notes, README polish, and commit history with Codex co-author attribution.45 46Demo: https://build-small-hackathon-hackathon-advisor.hf.space  47Demo video: https://youtu.be/Gq-FUiL-ZPw  48GitHub: https://github.com/JacobLinCool/hackathon-advisor49 50#BuildSmall #Gradio #HuggingFace #OpenAICodex #MiniCPM #Nemotron #Modal51