Openrouter Fusion API
Article URL: https://openrouter.ai/openrouter/fusion Comments URL: https://news.ycombinator.com/item?id=48537641 Points: 75 # Comments: 26
Article URL: https://openrouter.ai/openrouter/fusion Comments URL: https://news.ycombinator.com/item?id=48537641 Points: 75 # Comments: 26
fix(agents): track normalized message target evidence
What's the worst that could happen if they were to allow unrestricted access to mythos/fable? A bunch of things vulnerabilities get exposed? And? A bunch of companies already had months of Mythos beforehand, and they probably fixed some issues it may have found on their codebase. But ultimately why not allow people to use it to find vulnerabilities and then fix them? If mythos is so good and the average Joe can just hack NASA in 2 prompts, wouldn't you rather he did, and then fix the vulnerabili
Article URL: https://www.lesswrong.com/posts/mtNZG7Ee6JfBKhE2H/why-i-think-a-global-ai-pause-almost-certainly-won-t-happen Comments URL: https://news.ycombinator.com/item?id=48537580 Points: 1 # Comments: 0
Article URL: https://charitydotwtf.substack.com/p/ai-demands-more-engineering-discipline Comments URL: https://news.ycombinator.com/item?id=48537577 Points: 1 # Comments: 0
Article URL: https://simonwillison.net/2026/Jun/14/why-ai-hasnt-replaced-software-engineers/ Comments URL: https://news.ycombinator.com/item?id=48537572 Points: 2 # Comments: 0
Article URL: https://www.ycombinator.com/companies/dalus/jobs/5IDmKJt-senior-software-frontend-engineer-germany-office Comments URL: https://news.ycombinator.com/item?id=48537556 Points: 0 # Comments: 0
Presented by Splunk AI has changed the economics of cyber deception. An attacker can now generate thousands of convincing phishing lures, fake identities, and tailored pretexts before a defender finishes a single change-control cycle. That is the new security challenge: deception got faster and cheaper, while verification did not. Much of the discussion around AI for defense centers on detection models. Detection matters, but it is not the only bottleneck. The deeper constraint is evidence: wher

Article URL: https://github.com/notlibrary/tpm Comments URL: https://news.ycombinator.com/item?id=48537510 Points: 1 # Comments: 0
I aspire to be a game developer or hardware engineer. Life has been rocky because of my undiagnosed ADHD (currently in the process of getting a treatment for it) and trying to get my highschool diploma but now I wish to start my journey into making games or tinkering with hardware. A problem keeps nagging at the back of my mind though.. Should AI be used at the beginning stages of learning programming? I try to remain neutral in most cases when I don't know something concretely but the more I ve
Cybersecurity researchers have disclosed details of fraudulent activity targeting users across the Middle East and North Africa by employing various fraudulent Facebook accounts impersonating politicians, public figures, and trusted organizations. "These accounts promoted fake offers, including free mobile internet packages, financial compensation, and government subsidy programs," Group-IB

<p> What AI makes, Publia ships. </p> <p> <a href="https://www.producthunt.com/products/publia?utm_campaign=producthunt-atom-posts-feed&utm_medium=rss-feed&utm_source=producthunt-atom-posts-feed">Discussion</a> | <a href="https://www.producthunt.com/r/p/1172049?app_id=339">Link</a> </p>
Palo Alto Networks has revealed that it has observed "active exploitation" of a recently disclosed PAN-OS vulnerability by an unknown threat actor to obtain unauthorized access to GlobalProtect portals. The vulnerability in question is CVE-2026-0257 (CVSS score: 7.8), an authentication bypass flaw affecting the portal and gateway components of PAN-OS software that could be exploited by bad

Article URL: https://alexocallaghan.com/minecraft-phonics-game Comments URL: https://news.ycombinator.com/item?id=48537272 Points: 1 # Comments: 0
<p> An AI co-pilot and dashboard built for dispatcher speed </p> <p> <a href="https://www.producthunt.com/products/load-nova?utm_campaign=producthunt-atom-posts-feed&utm_medium=rss-feed&utm_source=producthunt-atom-posts-feed">Discussion</a> | <a href="https://www.producthunt.com/r/p/1172045?app_id=339">Link</a> </p>
Article URL: https://github.com/apoorvjain25/production-audit Comments URL: https://news.ycombinator.com/item?id=48537246 Points: 1 # Comments: 0
This sounds clickbait, but it’s true: I used Claude Mythos to build the full site in 1 day. Then Anthropic removed the model, so I had to go back to Opus. Comments URL: https://news.ycombinator.com/item?id=48537239 Points: 3 # Comments: 1
Article URL: https://www.glean.com/work-ai-institute/reports/work-ai-index-report Comments URL: https://news.ycombinator.com/item?id=48537232 Points: 1 # Comments: 0
Article URL: https://daniel.haxx.se/blog/2026/06/15/curl-summer-of-bliss/ Comments URL: https://news.ycombinator.com/item?id=48537165 Points: 232 # Comments: 54
fix: accept mixed source/dist bundled roots (#93119) * fix: accept mixed source/dist bundled roots fixes #87730 * fix(plugins): validate mixed bundled roots per plugin * fix(plugins): preserve active source overlays --------- Co-authored-by: Jasmine Zhang Co-authored-by: Vincent Koc
Article URL: https://www.thehumancapitalhub.com/ai-resume-builder Comments URL: https://news.ycombinator.com/item?id=48537152 Points: 1 # Comments: 1
Quick take ChromaDB 1.0.0 rewrote the server in Rust and quietly broke most of the values.yaml configs you find online. Auth keys are ignored, logging keys are ignored, and the persistence semantics changed. Here is a values.yaml that actually works in production, with every block explained. If you only have 90 seconds, this is the shape: Use amikos-tech/chromadb-chart , the most maintained chart on Artifa
Article URL: https://fontproof.com/ Comments URL: https://news.ycombinator.com/item?id=48537037 Points: 1 # Comments: 0
Windows'ta Python Kurulumu, VS Code Kurulumu ve İlk Python Uygulaması Bu bölüm, sıfırdan başlayan bir öğrencinin bilgisayarını Python geliştirme ortamına dönüştürmesini sağlayacak şekilde hazırlanmıştır. Bölüm 1: Python Nedir? Python, açık kaynaklı, platform bağımsız, yüksek seviyeli ve yorumlanan bir programlama dilidir. Python ile: Yapay zekâ Veri bilimi Web uygulamaları API geliştirme Otomasyon Si
Before implementing v1.0, I spent time designing its API and architecture and captured the result in a single design document. I then split implementation into stages so I could test one group of ideas at a time: M0 for the repository scaffold, M1 for determinism, followed by metadata, inference, compilation, and runtime. M0 tested the first architectural claim: the public API should be deliberate, and the build should enforce that boundary before the first
fix(status): preserve rich message line breaks
fix(telegram): preserve rich markdown line breaks
Day one of building Munchausen v1.0 started with deleting the existing implementation and deliberately breaking its replacement. Munchausen is a mock-data generator for .NET that infers realistic values from your types. Before writing v1.0, I spent time designing the API and architecture, then captured the result in a single design document. At the end, I divided the implementation into stages: M0 for the repository scaffold, M1 for determinism, and later milestones for
<!-- SC_OFF --><div class="md"><p>Recent years I see plenty of folks from OpenAI and Anthropic attending conferences like ICML/Neurips, yet obviously few are presenting. Are they mainly recruiting? Following emerging research?</p> <p>Curious if anyone with firsthand experience can shed some light on how attendance is justified internally and what the main objectives usually are.</p> </div><!-- SC_ON --> submitted by <a href="https://www.reddit.com/user/snekslayer"> /u/snekslayer </a> <br/> <span
9 years ago ... I started this project 9 years ago, back in 2017. Mainly because I wanted to learn a few things. Plenty of tools already existed at the time, and many new ones have been created since to solve the same problem. But honestly, I wanted to learn by building something I would actually use in my own projects, so here we are. It was something I really enjoyed working on back then
simplify QA evidence profile and mappings/coverage shape (#93153) * test(qa): simplify evidence coverage shape * test(qa): collapse evidence scorecard metadata * test(qa): document evidence schema version
Hey everyone 👋 I want to give a massive shoutout to AI — it has injected a whole new level of passion and joy into coding for a non-tech guy like me. Over the last few weeks, I’ve been exploring what AI can do. I was learning fast, building small experiments, testing ideas… and then I hit a problem: 👉 I completely lost track of what I was building and learning. The Problem: I tried the usual approaches: Word documents Excel sheets They worked… b
Why Your Gemini Bill Doesn't Match the Model Names tl;dr - Across roughly 3,300 paired skill-eval runs, Gemini 3.5 Flash cost $1.05 per task against Gemini 3.1 Pro's $0.66, for scores that were effectively identical: 88.6 versus 87.9. The pricing is even stranger when you look at the actual task costs. Gemini 3.5 Flash and Gemini 4.5 Flash are separated by almost 8× in per-task cost, while Gemini 3.1 Pro comes in ch
Recap This is a continuation of my previous article which dealt with reverse-engineering QEMU with strace to learn how KVM works. Now it's time to try and follow the steps we got from the strace logs to build our own KVM-based virtual machine in Rust. KVM Headers I haven't actually used existing KVM libraries written specifically for Rust but opted to use the libc crate which
When we shipped the first version of AI-generated replies for HelperX , each reply cost us about $0.011 in API spend. That sounds tiny until you multiply by 30 replies per slot per day times 200 active slots: roughly $66 per day, or ~$2,000 per month. Not catastrophic, but enough to eat into margins on the smaller plans. A year later, we're spending $0.0009 per reply — a 12x reduction. Same model providers, similar reply qualit
CPython, Bytecode ve Python Virtual Machine (PVM) Python öğrenen çoğu geliştirici şu aşamaya kadar gelir: x = 10 y = 20 print ( x + y <span class=
Article URL: https://applora.ai Comments URL: https://news.ycombinator.com/item?id=48536933 Points: 2 # Comments: 0
Chào anh em, nếu bạn vừa 'lên đời' một chiếc laptop chạy chip ARM (như Snapdragon X Elite) với kỳ vọng pin trâu hơn 30% như bài viết trên TechnologySpot mô tả, thì chúc mừng bạn đã có một 'cỗ máy' làm việc cực kỳ mát mẻ. Tuy nhiên, để biến nó thành một trạm làm việc (workstation) thực thụ cho dev, bạn cần cấu hình lại một chút vì kiến trúc RISC khác biệt hoàn toàn với x86 truyền thố