frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Immersive Gaussian Splat tour of grace cathedral, San Francisco

https://vincentwoo.com/3d/grace_cathedral/
116•akanet•8h ago•24 comments

Show HN: OTP Inspired actor supervisor based full stack templates

https://shipstacks.tech
10•annrap1d•14h ago•1 comments

Show HN: Envy - A flat-file, frictionless note-taking application for macOS

https://envynote.app
4•widowlark•1h ago•0 comments

Show HN: Shackle – Deterministic runtime governance for AI agents

https://github.com/Fame510/SHACKLE
2•shacklepro•1h ago•0 comments

Show HN: pgwd – PostgreSQL connection alerts with cron exit codes

https://github.com/hrodrig/pgwd
2•hejeroaz•1h ago•0 comments

Show HN: The0 – self-hosted runtime for trading bots, bring your own language

https://github.com/alexanderwanyoike/the0
11•mercutio93•14h ago•3 comments

Show HN: Ekko – post-quantum E2EE layer for Instagram, WhatsApp, Telegram Web

https://useekko.app/
6•kvasilev•3h ago•0 comments

Show HN: Hospital Price Watch: Transparent, Shoppable Hospital Prices

https://hospitalpricewatch.com/
3•brad12345•2h ago•1 comments

Show HN: AI meeting notes – no bot, insights and answers from your files (BYOK)

https://getaiassist.app/
2•rfigueror1•2h ago•0 comments

Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s

2841•section33•1d ago•339 comments

Show HN: Wheesper – Start an anonymous discussion with a link

https://wheesper.com/
33•whatdoyouthink2•13h ago•22 comments

Show HN: How to Get a Fable CoT for the Jacobian Conjecture Refutation

4•SonOfLilit•3h ago•0 comments

Show HN: A Job Board for European Defence Companies

https://www.defencejobseu.com/
3•Collusus96•5h ago•0 comments

Show HN: AI Secretary – Stop checking your phone "just in case"

https://github.com/mathigatti/telegram-ai-secretary
2•mathigatti•3h ago•0 comments

Show HN: Agent Search Engine – an independent index of 247 AI agents

https://agentsearchengine.app
2•ASE-APP•3h ago•0 comments

Show HN: cbxy – A format for creating guided comic book experiences

https://github.com/ngafar/cbxy
9•nawazgafar•9h ago•3 comments

Show HN: Vidmoat – a video editing pipeline any AI agent can operate

https://www.vidmoat.com/
3•fredabila•4h ago•0 comments

Show HN: PounceDomains – Domain discovery and sniping for Namecheap Marketplace

https://pouncedomains.com
2•DotSauce•4h ago•0 comments

Show HN: A Pipeline for Making 10-minute AI Movies with Claude Code and Seedance

https://github.com/dawndrain/movie-gen
17•dawndrain•14h ago•4 comments

Show HN: A chess game you play with Claude as your wing-bot in the CLI

https://github.com/goawaygeek/ground-control
2•goawaygeek•4h ago•0 comments

Show HN: Relay – a self-hosted LLM gateway with eval-gated routing

https://github.com/llmrelay/relay
2•olopadef•5h ago•0 comments

Show HN: Internet Speed Atlas, a browser-measured ranking of 119 countries

https://speedof.me/internet-speed/
3•lastmile•5h ago•3 comments

Show HN: GPU Accelerated Desktop Screen Flash Filter (Photosensitive Epilepsy)

https://flashfilter.app/
6•flashfilter•10h ago•3 comments

Show HN: CheapStack – affordable dev starter kits and boilerplates

https://cheapstack.dev
2•makbar890•6h ago•1 comments

Show HN: Seek – Ctrl+F for Videos

https://seekapp.cc
4•surprisefox•6h ago•1 comments

Show HN: Velprium - Time Workspace

https://www.velprium.com/
2•mjkl7896•7h ago•0 comments

Show HN: Gather every memory in one beautiful place

https://theirshoebox.com
3•not_wowinter13•10h ago•2 comments

Show HN: Linguin, a live multilingual dictionary for 120 languages

https://linguin.xyz/
3•astroscout•7h ago•0 comments

Show HN: Whetuu – a zero-config cross-shell prompt written in Zig

https://github.com/yamafaktory/whetuu
4•yamafaktory•11h ago•1 comments

Show HN: Q3Edit – Edit and play Quake 3 maps in the browser

https://q3edit.com
104•drdator•2d ago•26 comments
Open in hackernews

Show HN: A Pipeline for Making 10-minute AI Movies with Claude Code and Seedance

https://github.com/dawndrain/movie-gen
17•dawndrain•14h ago
I've been working on this Claude Code pipeline for making 10-minute movies, gluing together Seedance (videogen), Nano Banana (image gen), and ElevenLabs (voice gen), and using Claude as the director. My repo contributes a markdown playbook and a worked example which should make it easier for other people to make their own short movies. A first-pass movie takes around 2.5 hours of wall clock time and costs around $200, and iterating is easy thanks to intermediate artifacts like storyboards and voice samples.

Comments

dawndrain•14h ago
In addition to the repo I have a long blog post reflecting on my experience here, including war stories, more detailed costs, and bloopers https://dawndrain.notion.site/Making-AI-Movies-39cbb81dad798...
gulugawa•9h ago
Its going to cost a lot more than $200 once LLM subsidies run out.
dawndrain•3h ago
Epoch AI estimates that LLM costs are falling by over 10x per year at fixed intelligence https://epoch.ai/data-insights/llm-inference-price-trends, so I expect prices to fall at this level of quality. I also think there's a good division of labor here where you can use the smartest model to write the script and prompts, and then use a cheaper model for all the glue work and minor revisions that trigger the tool calls.
retel•2h ago
appreciate the pipeline. it's interesting to read the steps, see the outcome, and know about the costs/time.