tap
NEXT COMMUNITY HACK NIGHT

Upcoming: Hack Night #04

Bring your laptop and charger! Free community registration with pizza, drinks, and cloud GPU instances provided.

Free Community RSVP120 seats (Free Community RSVP)

On-Device Multimodal Models & Speculative Decoding Hack Night

August 28, 2026 • 18:00 – 22:00 ISTMain Hacker Auditorium & Global Livestream

Who it's for:

Software engineers, ML hackers, and developers who want to run fast local multimodal inference on their own hardware without cloud lock-in.

What we'll build:

A functioning local inference service executing vision-language queries with speculative draft model acceleration, achieving 2.5x higher token throughput on consumer GPUs.

What to bring:

  • Laptop with 16GB+ RAM (Apple Silicon M-series or NVIDIA RTX GPU; cloud GPU backup accounts provided for those without)
  • Python 3.10+ and Git pre-installed
  • Curiosity and enthusiasm to collaborate with fellow developers

Hack Night Schedule:

18:00
Doors Open, Pizza & Community Networking

Grab a slice, set up your workstation, and get the starter repo cloned.

18:30
Architecture Breakdown & Starter Code Walkthrough

15-minute quickstart explaining speculative decoding and KV cache reuse.

19:00
Hands-On Live Coding Lab

Hacking in pairs or solo with roaming community mentors assisting with CUDA environments.

20:30
Community Lightning Demos

5-minute open-mic demo slots showcasing working models built in the room.

21:15
Open Jam, Collabs & Chill

Form weekend project teams, exchange Discord handles, and celebrate builds.

RSVP for Hack Night #04 on Luma

100% free community event. Cloud GPU credits provided for developers without local hardware.

PAST HACK NIGHTS

What We Built in the Room

Every hack night produces working GitHub repositories and deployed models. Here are the recaps from our previous sessions.

Hack Night #01July 11, 2026
Anlytic Community members gathered for Hack Night 01 — fine-tuning LoRA models on local GPUs
buildTime:3.5 hours
modelsShipped:65 custom checkpoints
avgLoss:0.84 achieved
Hands-on Hackathon (Bring Your Laptop)65 builders (Packed House)

Fine-Tuning Small Language Models with LoRA on Consumer GPUs

Location: The Downtown AI Hacker Space

What was built:

Every developer cloned the community repo, quantized a Llama-3-8B model into 4-bit NF4, applied LoRA adapters, and fine-tuned on custom datasets using Unsloth in under 35 minutes.

Key takeaways:

  • VRAM allocation math: why 16GB is plenty for 8B models with gradient checkpointing
  • Loss curve inspection: catching catastrophic forgetting in the first 50 steps
  • Adapter merging: exporting GGUF weights for instant local Ollama execution
Hack Night #02July 25, 2026
Anlytic Community builders at Hack Night 02 — building production RAG with hybrid search
buildTime:4 hours
recallImprovement:+42% recall boost
p95Latency:180ms round-trip
Live Architecture Sprint & Code Jam82 builders

Building Production RAG with Hybrid Search & Re-Ranking

Location: Founders Loft Lab A

What was built:

Built an end-to-end retrieval system over complex technical docs. Implemented chunking with semantic boundaries, dual indexing (BM25 sparse + dense embeddings), and cross-encoder re-ranking.

Key takeaways:

  • Why naive vector similarity fails on exact technical keyword queries
  • Cross-encoder latency trade-offs: when to re-rank top 30 vs top 100
  • Synthesizing test queries with Ragas to quantify precision recall
Hack Night #03August 14, 2026
Anlytic Community Hack Night 03 — 96 builders coding autonomous agents with Gemini API
buildTime:4.5 hours
toolsImplemented:14 unique tools built
parseAccuracy:99.8% valid JSON
Live Build Jam & Lightning Demos96 builders (Sold Out)

Autonomous Agent Tool-Use & Function Calling with Gemini API

Location: Tech Hub Amphitheater

What was built:

Built resilient autonomous workflows using Gemini structured outputs and tool definitions. Engineered deterministic execution loops that query external APIs, parse typed schema responses, and log trace telemetry.

Key takeaways:

  • Constraining LLM outputs with Pydantic JSON schemas to guarantee 100% parse rate
  • Designing idempotent tools to prevent catastrophic duplicate mutations
  • Adding human-in-the-loop gates for high-stakes operational side-effects
COMMUNITY STAGE

Want to demo a project or share a war story?

We love 5-minute lightning demos and honest post-mortems from community members. Whether you built a cool weekend tool or broke production at 2 AM, your fellow developers want to see it!

Submit a Demo in #show-your-work on Discord →