frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Limits on Stochastic Length Fluctuations from Table-Top Interferometers

https://link.aps.org/doi/10.1103/61j9-cjkk
1•PaulHoule•51s ago•0 comments

Don't use AI to tell you how to vote in election, says Dutch watchdog

https://www.theguardian.com/world/2025/oct/21/ai-chatbots-unreliable-biased-advice-voters-dutch-w...
1•uxhacker•2m ago•0 comments

Saving democracy for the price of a swimming pool

https://blog.erlend.sh/saving-democracy-for-the-price-of-a-swimming-pool
1•erlend_sh•2m ago•0 comments

Be a Potter, Not a Sculptor

https://squirrelsquadron.substack.com/p/throwing-pots-the-ipt-newsletter
1•squirrel•3m ago•0 comments

Show HN: SierraDB – A Distributed Event Store Built in Rust

https://tqwewe.com/blog/building-sierradb/
1•tqwewe•4m ago•0 comments

Exclusive club open only to the 1%

https://vole.wtf/one-percent/
2•bigjobby•4m ago•0 comments

New: Social features for Airbnb Experiences – Connect w other guests during trip

https://news.airbnb.com/introducing-social-features-for-airbnb-experiences/
2•bookofjoe•4m ago•0 comments

The Karpathy Interview, 6 Months After AI 2027

https://futuresearch.ai/ai-2027-6-months-later/
2•ddp26•6m ago•0 comments

Eli Thorkelson: On Incident Fatigue

https://decasia.org/tech/2025/08/incident-fatigue.html
1•mikece•8m ago•0 comments

Tracking Time Without Clock

https://tigerbeetle.com/blog/2025-10-21-clockless-time/
6•Bogdanp•8m ago•0 comments

Compilation of physical glitches in Sora 2

https://twitter.com/taesiri/status/1980121630040113165
1•taesiri•10m ago•0 comments

A surprise bonus from Covid-19 vaccines: bolstering cancer treatment

https://www.science.org/content/article/surprise-bonus-covid-19-vaccines-bolstering-cancer-treatment
1•rbanffy•10m ago•0 comments

Hera and Europa Clipper Will Pass Through 3I/Atlas' Tail – Universe Today

https://www.universetoday.com/articles/hera-and-europa-clipper-will-pass-through-3iatlas-tail
1•rbanffy•12m ago•0 comments

Scouts will now be able to earn badges in AI and cybersecurity

https://www.cnn.com/2025/10/14/tech/scouting-america-ai-cybersecurity-merit-badges
3•speckx•16m ago•0 comments

Ilo – a Forth system running on UEFI

https://asciinema.org/a/Lbxa2w9R5IbaJqW3INqVrbX8E
6•rickcarlino•16m ago•0 comments

My First Months in Cyberspace

https://www.gyford.com/phil/writing/2025/10/15/1995-internet/
2•vincvinc•17m ago•0 comments

Show HN: Vard – Zod-inspired prompt injection detection for TypeScript

https://github.com/andersmyrmel/vard
1•andersmyrmel•18m ago•0 comments

Show HN: Agent Spending Controls – Enforce spending limits without custody

https://github.com/L1AD/agent-spending-controls
1•liad•18m ago•0 comments

Why Trump Is Spending $20B to 'Make Argentina Great Again' [video]

https://www.youtube.com/watch?v=Lxo6Xr8u6Zk
1•mgh2•19m ago•0 comments

Fresh Developments in the Fediverse

https://www.patreon.com/posts/fresh-in-137854330
1•doener•19m ago•0 comments

Show HN: Web interface for the Gemini 2.5 Computer Use model

https://github.com/haltakov/browsafex
1•vladoh•21m ago•0 comments

Apple will let users roll back the Liquid Glass look with new 'tinted' option

https://techcrunch.com/2025/10/20/apple-will-let-users-roll-back-the-liquid-glass-look-with-new-t...
2•rbanffy•21m ago•0 comments

Microsoft fixes bug preventing users from opening classic Outlook

https://www.bleepingcomputer.com/news/microsoft/microsoft-fixes-bug-preventing-users-from-opening...
2•fleahunter•21m ago•0 comments

Show HN: Django Keel – 10 Years of Django Best Practices in One Template

https://github.com/CuriousLearner/django-keel
3•sanyam-khurana•21m ago•0 comments

Ask HN: Can SKILL.md serve as dynamic memory for Claude in each directory?

1•iosifnicolae2•22m ago•0 comments

We Saved $500k per Year by Rolling Our Own "S3"

https://engineering.nanit.com/how-we-saved-500-000-per-year-by-rolling-our-own-s3-6caec1ee1143
3•miedwar•22m ago•0 comments

Our modular, high-performance Merkle Tree library for Rust

https://github.com/bilinearlabs/rs-merkle-tree
3•bibiver•23m ago•1 comments

NASA chief suggests SpaceX may be booted from moon mission

https://www.cnn.com/2025/10/20/science/nasa-spacex-moon-landing-contract-sean-duffy
2•voxleone•23m ago•0 comments

An agent-coded search reranker

https://softwaredoug.com/blog/2025/10/19/agentic-code-generation-to-optimize-a-search-reranker
1•softwaredoug•23m ago•0 comments

Show HN: ContextGuard – Open-source security monitoring for MCP servers

https://github.com/amironi/contextguard
1•amironi•24m ago•0 comments
Open in hackernews

LLM Hub: Multi-Model AI Orchestration

https://llm-hub.tech
1•llmhub•2h ago

Comments

llmhub•2h ago
LLM Hub: Multi-Model AI Orchestration TL;DR: Built a platform that intelligently routes tasks to the best AI model among 20+ options, or combines multiple models in parallel. Beats using any single AI. The Problem Every LLM excels at different things. GPT-5 handles complex reasoning, Claude writes cleanly, Gemini processes numbers well, Perplexity researches. Using just one means leaving performance on the table. The Solution LLM Hub automatically analyzes your task and routes it to the right model(s). No need to guess. It works in four modes: 1. Single Mode - Just use one model (standard chatting) 2. Sequential Mode - Models work in pipeline: research → analysis → synthesis → report 3. Parallel Mode - Multiple models tackle the same task simultaneously, then an aggregator combines results 4. Specialist Mode - The interesting one. For complex tasks, the system:

Decomposes the request into specialized sub-tasks Routes each piece to the best model for that type of work Runs everything in parallel Synthesizes results into one coherent answer

Example: "Build a price-checking tool and generate a market report with visualizations"

Code generation → Claude Price analysis → Claude Opus Business writing → GPT-5 Data visualization → Gemini

All run simultaneously. You get expert-level output for each component, faster than doing it sequentially. How Mode Selection Works The router evaluates:

Task complexity (word count, number of steps, technical density) Task type (code, research, creative writing, data analysis, math, etc.) Special requirements (web search? deep reasoning? multiple perspectives? images?) Time vs. quality tradeoff Language (auto-translates)

Then automatically picks the optimal mode and model combination. Current Features

20+ AI Models: GPT-5, Claude Sonnet 4.5, Opus 4.1, Gemini 2.5 Pro, Grok 4, Mistral Large, etc. Real-time Web Search: Integrated across all models Image & Video Generation: DALL-E 3, Sora 2, Imagen 3 Visual Workflow Builder: Drag-and-drop task automation Scheduled Tasks: Set and forget recurring jobs Export: Word, PDF, Excel, JSON, CSV Performance Tracking: See which models work best for your use cases

Pricing Free tier: 10 runs/day. Pay-as-you-go credits (no subscription). Fast models are free. Premium models (Claude Opus, GPT-5, etc.) cost 2-3.5 credits. Open Questions

How are others solving the multi-model routing problem? Any thoughts on the decomposition strategy for Specialist Mode? We're using prompt-based analysis right now but open to better approaches. For those working with multiple LLMs, what's your biggest pain point?

Try it: https://llm-hub.tech Feedback welcome, especially from anyone working on similar orchestration problems.