frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

90k Flock cameras have gone up in the US: What they track and how to check

https://www.zdnet.com/article/flock-ai-cameras-risks-us-how-to-find-nearby-what-they-track/
1•CrankyBear•55s ago•0 comments

MentraOS no longer needs a cloud relay

https://mentraglass.com/blogs/blog/mentra-roadmap-update-moving-to-miniapps-on-the-phone
1•genzcash•55s ago•0 comments

Greedy is optimal for single-pass semi-streaming matching

https://arxiv.org/abs/2607.14656
1•MarcoDewey•1m ago•0 comments

Is fine-tuning still needed? LLMs, RAG, & LoRA – IBM Technology [video]

https://www.youtube.com/watch?v=-W2JdSl1v48
1•me_bx•2m ago•0 comments

Apple Private Cloud Compute SoC 3 audit reports

https://support.apple.com/guide/certifications/apple-private-cloud-compute-soc-3-audit-apc95a31b9...
1•throwfaraway4•2m ago•0 comments

Show HN: Tokenmaxx – CLI that merges usage across Claude Code and Codex accounts

https://github.com/RubricLab/tokenmaxx
3•sarimmalik•4m ago•0 comments

I built an AI agent I can't turn off. Now it won't listen to me

https://andrewrussell.substack.com/p/i-built-an-ai-agent-i-cant-turn-
1•aruss•5m ago•0 comments

Measuring the Impact of High Availability on Managed Postgres Performance

https://clickhouse.com/blog/postgresbench-ha
1•saisrirampur•5m ago•0 comments

A Taxonomy of Omnicidal Futures Involving Artificial Intelligence (2025)

https://arxiv.org/abs/2507.09369
1•measurablefunc•5m ago•0 comments

Database Detective: Minor Crimes Division

https://store.steampowered.com/app/3950130/Database_Detective_Minor_Crimes_Division/
1•evo_9•5m ago•0 comments

Show HN: Statgate, statistically calibrated ship/block CI gates for LLM evals

https://github.com/yashchimata/statgate
1•yashchimata•5m ago•0 comments

Gemini 3.6 Flash

https://twitter.com/OfficialLoganK/status/2079590123038204255
1•tosh•6m ago•0 comments

Show HN: I left Figma to build a diffusion-based UI design tool

https://diffui.ai/blog/show-hn
3•jjcm•6m ago•1 comments

Show HN: Web-based Jujutsu revset explorer and debugger

https://juju.bi/tools/revset
1•pksunkara•7m ago•0 comments

The Unity CLI: manage Unity from your terminal

https://unity.com/blog/meet-the-unity-cli
1•nateb2022•9m ago•0 comments

Work Officially Begins on 2 World Trade Center

https://www.designdevelopmenttoday.com/news/news/22970950/work-officially-begins-on-2-world-trade...
1•geox•9m ago•0 comments

Buzz: Where humans and agents work together

https://block.xyz/inside/introducing-buzz-where-humans-and-agents-work-together
1•srameshc•9m ago•0 comments

Framework for building agent-friendly CLIs

https://github.com/tokyo-corp/tokyo
2•misterchocolat•11m ago•0 comments

The secret Trump administration battle to fight Chinese AI

https://www.axios.com/2026/07/20/ai-us-china-open-source-kimi
2•koolhead17•11m ago•0 comments

AI Consensus circulates your prompt thru Claude, GPT and Gemini until consensus

https://shipdiary.dev/t/8a9c9114bac40fa8f1ec6cf7
1•AIConsensus•12m ago•0 comments

Show HN: Language Model Builder (an app to learn about and build models)

https://languagemodelbuilder.com/
1•felixrieseberg•12m ago•0 comments

The fastest coding agent for offline usage?

https://github.com/gni/maquis
1•opensecurity•15m ago•1 comments

Against Claudefishing – AI detection feature on Substack

https://post.substack.com/p/against-claudefishing
2•pixelesque•15m ago•0 comments

Separating Description from Interpretation to Preserve Theoretical Reusability

https://zenodo.org/records/21362371
1•ErystelaThevale•17m ago•0 comments

Fly Up the Delaware

https://www.inquirer.com/news/inq2/delaware-river-islands-pennsylvania-new-jersey-20260721.html
1•caditinpiscinam•17m ago•0 comments

Kubernetes won the container decade. Google's Agent Substrate wants the next one

https://thenewstack.io/kubernetes-ai-agent-runtime/
2•ryan_j_naughton•18m ago•0 comments

The Floating Piers

https://en.wikipedia.org/wiki/The_Floating_Piers
1•simonebrunozzi•21m ago•0 comments

Peekinduck: AI voice agents that run B2B SaaS demos, onboarding, and support

https://peekinduck.ai/
1•cgchen•21m ago•0 comments

J-Space Oddity: Do VLMs Dream of Text Tokens?

https://ykumar.me/blog/j-space-oddity/
1•ykumards•22m ago•0 comments

Pixar Bears Brunt of Disney Studio Layoffs as Company Axes Several Hundred

https://variety.com/2026/film/news/pixar-layoffs-disney-studios-several-hundred-employees-1236817...
1•ourmandave•24m ago•0 comments
Open in hackernews

Ask HN: Are you running production workloads in Pytorch eager mode?

2•stdcall83•1y ago
I have an idea for optimizations using a dedicated backend for pytorch. It only applies to eager mode execution. From my understanding, eager mode is used for development and debugging. Are there real production workloads that work in that way ? I assume people optimize by compiling graphs using JIT but then again, people are lazy...