How AI Learned to Speak
Article URL: https://www.youtube.com/watch?v=8W_qiZqocwo Comments URL: https://news.ycombinator.com/item?id=48777170 Points: 2 # Comments: 0
Article URL: https://www.youtube.com/watch?v=8W_qiZqocwo Comments URL: https://news.ycombinator.com/item?id=48777170 Points: 2 # Comments: 0
<p>Scarab Systems has started formally evaluating the efficiency of using Scarab Diagnostic Suite during AI-assisted software repair.</p> <p>The question is simple:</p> <p>Does a diagnostic governance layer actually improve the agent patching workflow in a measurable way?</p> <p>Not theoretically.</p> <p>Not philosophically.</p> <p>Not because “AI governance” sounds responsible.</p> <p>But in a concrete repair scenario, against a real public repository, with a public upstream issue and an actual
Epoch AI reports a sharp rise in security vulnerability reports. In June 2026, 21 organizations reported about 1,500 high-severity and critical CVEs, more than 3.5 times the previous monthly record. The surge lines up with the launch of AI-powered bug-hunting programs. The article Security vulnerability reports have exploded since AI models started hunting for bugs appeared first on The Decoder .

<p>A pattern I've seen on more than one team: weekly eval run finishes, someone sorts the leaderboard, and the worst-performing prompt variant or model checkpoint gets flagged for attention. Someone makes a change, a tweak to the system prompt, a different few-shot example, sometimes just a rewording of one instruction. Next week's eval run shows that variant improved. The team credits the fix.</p> <p>Sometimes the fix is real. Often, some or all of that improvement would have happened anyway, w
<p>The explosion of generative AI and autonomous agents has completely flipped the script on how we develop software. Today, having tools that can write, refactor, and test code in seconds gives engineering teams an insane speed boost. But the more complex tasks we offload to these systems, the more critical the concept of <strong>Human-in-the-Loop (HITL)</strong> becomes. To put it simply—as big tech players like IBM emphasize—HITL i*<em>s all about keeping a human actively involved in supervis
<p>AI coding agents are becoming more useful, but they still need context.</p> <p>A generic agent can write code, explain files, and generate boilerplate. But when you ask it to work with a specific platform, framework, or internal system, it often misses conventions, syntax rules, and runtime details.</p> <p>That is where the combination of <strong>Skills</strong> and <strong>MCP</strong> becomes interesting.</p> <h2> Skills Give the Agent Knowledge </h2> <p>A Skill is like a reusable instructi
Article URL: https://www.okanode.com/industry/technology-software-ai-use-cases?tags=43 Comments URL: https://news.ycombinator.com/item?id=48776990 Points: 1 # Comments: 0
<p>So to keep it short, I'll lay out the details for quick readers, it's Bitnet 1.58 bonsai-8B+ bitnet.cpp(or llama.cpp of ur lazy) + tools like persistent memory and auto batching,(or just use ollama and use community plugins) ummm yeah that's it, if ur in for the juice here's more:</p> <ol> <li>Llama.cpp is good honestly works well for Bitnet unless u feel maso u can use Bitnet very similar low learning curve, but try use 512 batching (works for me)if u have a dedicated GPU unlike please use t
During negotiations on Wednesday, employees voiced frustrations with what they consider an unwillingness among executives to engage meaningfully with the prospect of unionization.

How agents reason, act, and observe their way to a final answer, one step at a time The post AI Agents Explained: What Is a ReAct Loop and How Does It Work? appeared first on Towards Data Science .
Article URL: https://www.pangram.com/blog/joe-stech-information-theory-why-ai-writing-sucks Comments URL: https://news.ycombinator.com/item?id=48776876 Points: 3 # Comments: 0
<p>Agent payments crossed from prototype to infrastructure faster than the security work did. The x402 protocol now carries more than 130 million transactions and sits inside Google Cloud, Cloudflare, and Stripe. Last week two papers put that infrastructure under a microscope, and one of them is a peer-reviewed conference result, not a preprint.</p> <p>"Free-Riding the Agentic Web: A Systematic Security Analysis of x402 Payments" (<a href="https://arxiv.org/abs/2605.30998" rel="noopener noreferr
<!-- SC_OFF --><div class="md"><p>Hi, I am supposed to prepare for SLM and its software part for an on campus internship, i've worked with local models like ollama generally,in my projects and also with open claw so can anyone guide me the last 2-3 days tips on what should i go through for this internship prep??</p> </div><!-- SC_ON --> submitted by <a href="https://www.reddit.com/user/Idea_less_"> /u/Idea_less_ </a> <br/> <span><a href="https://www.reddit.com/r/MachineLearning/comments/1umissr/
In a study covering seven benchmarks, the UK's AI Security Institute shows that standard AI evaluations systematically underestimate agent capabilities by capping the compute budget. On software engineering tasks, success rates jumped about 25 percent when the token budget was increased tenfold. Newer models benefit the most. Depending on the token budget, actual progress at the frontier is about 60 percent steeper than previous measurements suggested, according to AISI. The article UK's AI Secu

Article URL: https://skillsaw.org/ Comments URL: https://news.ycombinator.com/item?id=48776718 Points: 2 # Comments: 0
<pre style='white-space:pre-wrap;width:81ex'>fix(agents): keep cli session binding facts session-stable Keep CLI session reuse hashes keyed to stable session prompt facts while preserving per-turn room-event message-tool delivery for execution and MCP scoping. Thread cliSessionBindingFacts from reply assembly through queued/followup CLI runs, make the stable CLI prompt delivery-neutral, and cover production-shaped room-event opts so forced message_tool_only delivery cannot poison binding identit
Article URL: https://age-of-product.com/food-agile-thought-551-ai-confidence-theater/ Comments URL: https://news.ycombinator.com/item?id=48776568 Points: 2 # Comments: 0
The NCA says there is a growing threat of children's images being used to create child abuse material.

I've found several experienced developers whether manually coding or doing vibe coding picked auth, payment, admin, backend overhaul as one of the pain points when building products. Tetrees, just like game tetris, allows you to assemble reusable code blocks and could ask the AI agent to assemble it for you. Currently there are 500+ code block products (some paid, mostly free) available inside Tetrees IDE. The risk of anonymous PR push with malware is treated with market kyc verifications, so ev
Article URL: https://www.sysdig.com/blog/jadepuffer-agentic-ransomware-for-automated-database-extortion Comments URL: https://news.ycombinator.com/item?id=48776412 Points: 1 # Comments: 0
Claude Fable has been incredible, however the plan usage runs out too fast, especially if you use ultracode mode (Claude Code's workflow feature, where the model writes small JavaScript programs that orchestrate subagents) and let the agents go brrr. I want Fable to focus on high-value tasks such as planning or verification, and not burn tokens on mundane implementation work. So I built ultracodex, an engine that spawns codex agents to complete the same ultracode workflows and hand off seamlessl
<pre style='white-space:pre-wrap;width:81ex'>fix: harden docs map heading rendering (#99099) Summary: - The PR changes the docs map generator to escape HTML-significant heading text, regenerates `docs/docs_map.md`, and adds a Vitest regression for HTML-like headings. - PR surface: Tests +13, Docs 0, Other +10. Total +23 across 3 files. - Reproducibility: yes. Current main has source headings such as `docs/cli/agents.md:164` with `<id>`, while `docs/docs_map.md:1231` omits it and `scripts/generat
I've been using AI (mostly Claude, a little Cursor) to make video games, publishing a new one every day, for over 2 months Today's game is a simplified Risk clone called World Domination. Happy to answer any questions, would love any feedback! Comments URL: https://news.ycombinator.com/item?id=48776209 Points: 1 # Comments: 0
<pre style='white-space:pre-wrap;width:81ex'>fix(agents): preserve primitive tool result output (#99526) * fix(agents): preserve primitive tool result output * fix(agents): omit primitive inline payloads * fix(agents): omit primitive inline payloads --------- Co-authored-by: snowzlm <snowzlm@users.noreply.github.com> Co-authored-by: Peter Steinberger <peter@steipete.me> Co-authored-by: Peter Steinberger <steipete@gmail.com></pre>
Article URL: https://github.com/crp4222/PrivAiTe Comments URL: https://news.ycombinator.com/item?id=48776021 Points: 2 # Comments: 0
Article URL: https://github.com/PJHkorea/Egregore/blob/main/integrated_egregore_core_test_v6_4.py Comments URL: https://news.ycombinator.com/item?id=48775938 Points: 1 # Comments: 4
Article URL: https://github.com/jamesob/local-llm Comments URL: https://news.ycombinator.com/item?id=48775921 Points: 276 # Comments: 125
<p>The abundance that AI promises to deliver represents an enormous and radical opportunity – a chance to reconnect with the ancient project of how to live</p><p>For a long time humanity has dreamed about a life free of toil, spent largely in leisure, learning and pleasure.</p><p>Now that AI has arrived, what if it was<strong> </strong>the thing that finally delivers us into a post-work future?</p> <a href="https://www.theguardian.com/commentisfree/2026/jul/04/ai-disruption-dystopia-dont-need-to

Video Friday is your weekly selection of awesome robotics videos, collected by your friends at IEEE Spectrum robotics. We also post a weekly calendar of upcoming robotics events for the next few months. Please send us your events for inclusion. RSS 2026 : 13–17 July 2026, SYDNEY Summer School on Multi-Robot Systems : 29 July–4 August 2026, PRAGUE Actuate 2026 : 18–19 August 2026, SAN FRANCISCO IROS 2026 : 27 September–1 October 2026, PITTSBURGH Enjoy today’s videos! NASA is considering a mission

The heat dome is upon us. ScienceAlert stories are written, fact-checked, and edited by humans, never generated by AI. Don't miss a story, subscribe here.

Balancing context capability against cost, speed, and data The post Long Context vs. Short Context Model: When Does a Long Context Model Win? appeared first on Towards Data Science .
Article URL: https://www.hugedomains.com/domain_profile.cfm?d=dropway.com Comments URL: https://news.ycombinator.com/item?id=48775856 Points: 2 # Comments: 0
<p>Emails sent between MP Anoulak Chanthivong’s staff take cautious approach to AI giant arriving in Sydney – despite the government’s encouragement</p><ul><li><p>Get our <a href="https://www.theguardian.com/email-newsletters?CMP=cvau_sfl">breaking news email</a>, <a href="https://app.adjust.com/w4u7jx3">free app</a> or <a href="https://www.theguardian.com/australia-news/series/full-story?CMP=cvau_sfl">daily news podcast</a></p></li></ul><p>The NSW technology minister’s office removed a referenc

<p> Claude for investing in perpetuals </p> <p> <a href="https://www.producthunt.com/products/farao?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/1187238?app_id=339">Link</a> </p>
<p>The June edition of my <a href="https://github.com/sponsors/simonw/">sponsors-only monthly newsletter</a> is out. If you are a sponsor (or if you start a sponsorship now) you can <a href="https://github.com/simonw-private/monthly/blob/main/2026-06-june.md">access it here</a>.</p> <p>This month:</p> <ul> <li>Claude Fable 5, GPT-5.6, and US export restrictions</li> <li>GLM-5.2 is the new best open weights model</li> <li>Tokenmaxxing is so over</li> <li>Datasette Apps</li> <li>sqlite-utils and s
I use Claude Code on a Max plan, and the usage limits, like for all of us (and esp. with dedicated Fable limits now) dictate how I will plan my day/sessions. It was super goddamn annoying clicking the usage wheel (perhaps this frustration is shared with /usage in terminal or CLI but I only use the desktop app), so I built this to poll Anthropic endpoint every 60 seconds and stay in my menu bar so I can always just glance up to see where I'm at. build stuff: native Swift/AppKit, a single binary u
Article URL: https://github.com/ynnk-research/Modular-Assembly-of-High-Performance-Logical-Blocks Comments URL: https://news.ycombinator.com/item?id=48775570 Points: 1 # Comments: 0
Article URL: https://taskpeace.com/ Comments URL: https://news.ycombinator.com/item?id=48775484 Points: 2 # Comments: 0
Article URL: https://github.com/m6r-ai/humbug Comments URL: https://news.ycombinator.com/item?id=48775243 Points: 1 # Comments: 0