frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Update: We're Building an Open-Sourced, Privacy-Focused, Free PDF WebApp:)

2•PseudoComputer•2m ago•0 comments

Study Reveals Vitamin D May Slow Biological Aging

https://scitechdaily.com/groundbreaking-study-reveals-that-vitamin-d-may-slow-biological-aging/
1•geox•2m ago•1 comments

The Show Horse and the Work Horse

https://granolashotgun.wordpress.com/2019/07/22/the-show-horse-and-the-work-horse/
1•trevin•3m ago•0 comments

Show HN: Superhuman for LinkedIn

https://usenarrow.com
1•yashgupta417•6m ago•0 comments

AI search ranks content by neural models, not backlinks or traffic metrics

https://generative-engine.org/blog
1•flixing•8m ago•0 comments

Open Source Shipwreck Osint

https://github.com/Alfredredbird/Open-Wrecks
1•alfredredbird•8m ago•1 comments

Show HN: I Found Publicly Accessible Databases Using the Tool, Peekleaks

https://www.peekleaks.com/
1•hharana7889•9m ago•0 comments

Introduction to Bluesky's AT Protocol

https://mackuba.eu/2025/08/20/introduction-to-atproto/
1•psionides•11m ago•0 comments

Qclojure: Functional quantum computer programming library for Clojure

https://github.com/lsolbach/qclojure
2•simonpure•11m ago•0 comments

OSS under attack: four lessons in how trust gets exploited"

https://www.open-source-ward.com/suppl/
1•avervaet•12m ago•0 comments

Addiction alloys: the cross-promotion of internet compulsions

https://internettalk.xyz/blog/addiction-alloys/
1•pityJuke•12m ago•1 comments

Tech, chip stock sell-off continues as AI bubble fears mount

https://finance.yahoo.com/news/tech-chip-stock-sell-off-continues-as-ai-bubble-fears-mount-184837135.html
8•pera•14m ago•0 comments

Nuclear fusion gets a boost from a controversial debunked experiment

https://www.newscientist.com/article/2493372-nuclear-fusion-gets-a-boost-from-a-controversial-debunked-experiment/
2•voxadam•16m ago•1 comments

Skillshare Names Paul Slavin as Chief Executive Officer

https://www.businesswire.com/news/home/20250811766802/en/Skillshare-Names-Paul-Slavin-as-Chief-Executive-Officer
1•petecooper•17m ago•0 comments

Few Americans Read for Pleasure

https://www.washingtonpost.com/technology/2025/08/20/american-reading-declines-attention-spans/
3•perihelions•19m ago•1 comments

Google's "Linux development environment" for Android: Is this the end of termux?

https://old.reddit.com/r/termux/comments/1mugsih/is_this_the_end_of_termux/
2•sipofwater•20m ago•3 comments

Revisionist Glaciology: Better Iceberg Illustrations Show Undersea Surprises

https://99percentinvisible.org/article/revisionist-glaciology-fixing-iceberg-illustrations-to-better-reflect-reality/
1•huftis•20m ago•0 comments

Communicate Early and Often

https://dontbreakprod.com/posts/communicate-early-and-often
2•dorkrawk•22m ago•0 comments

FBI: Russian spies exploit 7yo Cisco bug to slurp critical infrastructure config

https://www.theregister.com/2025/08/20/russian_fsb_cyberspies_exploiting_cisco_bug/
4•rntn•22m ago•1 comments

Grounding with Google Search

https://ai.google.dev/gemini-api/docs/google-search
2•jonbaer•23m ago•0 comments

Will there be no more non-reasoning models?

https://community.openai.com/t/will-there-be-no-more-non-reasoning-models/1352676
1•softwaredoug•23m ago•0 comments

Don't Worry Village: The young S. Koreans who left Seoul, seeking community

https://www.aljazeera.com/features/2025/8/19/dont-worry-village-the-young-s-koreans-who-left-seoul-seeking-community
2•Qem•25m ago•0 comments

Compute Where It Counts: a trainable LLM sparsity enabling 4x CPU speed

https://crystalai.org/blog/2025-08-18-compute-where-it-counts
2•cyris•26m ago•1 comments

Show HN: A private automatic travel tracker and life journal for iOS

https://getacti.app
1•denismilovanov•26m ago•0 comments

Show HN: Vectorless RAG

https://colab.research.google.com/github/VectifyAI/PageIndex/blob/main/cookbook/pageindex_RAG_simple.ipynb
2•mingtianzhang•29m ago•0 comments

Scalable metasurface-enhanced supercool cement

https://www.science.org/doi/10.1126/sciadv.adv2820
1•layer8•30m ago•0 comments

Sovereign, Self Healing AI

https://github.com/pablo-chacon/Sovereign-Self-Healing-AI
1•pablo-chacon•30m ago•1 comments

Seven Weeks in San Francisco

https://www.shloked.com/writing/48-days-in-san-francisco
2•shloked•31m ago•0 comments

The scientific method and its application to the science of deep learning

https://james-simon.github.io/blog/on-the-scientific-method/
1•jxmorris12•31m ago•0 comments

Time Is on My Side

https://frankchimero.com/blog/2025/time-is-on-my-side/
1•tobr•32m ago•0 comments
Open in hackernews

Show HN: Llmswap v3.0 – CLI and SDK for OpenAI, Claude, Gemini, Watsonx

https://pypi.org/project/llmswap/
2•sreenathmenon•1h ago
LLMSwap is a CLI and Python SDK for switching between AI providers (OpenAI, Claude, Gemini, IBM watsonx, Ollama) with automatic fallbacks and response caching.

Started this during a hackathon when constantly switching between Claude for code review and GPT-4 for debugging. Got tired of managing different API clients and keys.

After the hackathon, kept building on it. Added CLI when I wanted to pipe error logs directly to AI for analysis. Added caching when I realized I was testing the same prompts repeatedly during development and burning API credits. Added code review features when our team started using it in CI/CD.

New in v3.0 - Professional CLI: 1. llmswap ask "Debug this SQL query performance issue" 2. llmswap review app.py --focus security 3. llmswap chat # Interactive AI sessions 4. llmswap debug --error "ConnectionTimeout in production"

Python SDK features: 1. Multi-provider support (OpenAI, Claude, Gemini, IBM watsonx, Ollama) 2. Response caching for cost reduction (great for development/testing) 3. Auto-fallback when providers fail 4. Async support with streaming 5. Thread-safe for production apps

Real-world use cases: 1. Developers: Code review, debugging, documentation 2. Content teams: Writing, analysis, research 3. Startups: Prototype quickly, switch providers based on cost/features 4. Students: Free local models (Ollama) + cloud when needed 5. Enterprise: IBM watsonx integration for regulated environments

Three versions later, it's become our go-to tool for anything AI-related in development workflows. The CLI works great in automation - we use it for automated code review and log analysis in CI/CD.

Technical notes: 1. Zero dependencies for basic CLI usage 2. Works offline with local models (Ollama) 3. Production-ready with error handling and retries 4. Full backward compatibility from v1.0

Real-world adoption: 5k+ PyPI downloads

Install: pip install llmswap