Tech Now
Adrienne Murray has rare access to Microsoft's Quantum Lab in Denmark.

Adrienne Murray has rare access to Microsoft's Quantum Lab in Denmark.

Robotera, Alta, Adage Automation, and more raised funds this week.

Article URL: https://tilion.dev/blog/cloudflare-blocks-agents Comments URL: https://news.ycombinator.com/item?id=48867124 Points: 6 # Comments: 0
King Yuan Electronics plans a US$1.4 billion investment to build a new US facility.

Meta's release this week of an AI feature that let people alter Instagram content drew swift blowback.

i use claude code daily and measured what pages cost it while doing research. an average wikipedia article, for instance, is 68,240 tokens of raw html (tiktoken); nike's homepage is 353,000. claude code's built-in webfetch handles the easy case well. it summarizes wikipedia to about 950 tokens and clears cloudflare on some sites like indeed and ticketmaster. but, and there's always a but, on js-rendered and some anti-bot pages it returns nothing. quotes.toscrape.com/js gives "no quotes found"; n
I'll start with 10: 1. "Verifying you are human" delays/redirects 2. Invasive "Sign in with Google[1]" prompts on every website, often taking over the UI 3. Phone number based identity so when you change your number you lose your entire savings account and social media and all work access and your whole life is basically F-CKED except your romantic life which is very much NOT F-CKED since nobody knows your number. Never change your number. 4. "You will own nothing" gaming where games you thought
Article URL: https://github.com/Vlad1mir-D/atuin-ai-proxy Comments URL: https://news.ycombinator.com/item?id=48866930 Points: 2 # Comments: 0
Seedream 5.0 Pro is now available on AI Gateway . Seedream 5.0 Pro is an image generation and editing model. It generates images from text, rendering text without spelling errors and following typographic rules, and produces dense infographics with charts, timelines, and layouts alongside realistic imagery. To use Seedream 5.0 Pro, set model to bytedance/seedream-5.0-pro in the AI SDK : AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failov
Meta told Dylan Byers, of Puck News, that it had nixed the feature after backlash from its user base.
I wanted a replacement for Numba that supports other GPU types and FPGA, I need help in devlopment and testing especially in AMD targets and FPGA. Thanks Comments URL: https://news.ycombinator.com/item?id=48866837 Points: 2 # Comments: 0
Following significant backlash, Meta is turning off the feature it announced this week that let users generate AI images based on content from public Instagram accounts just by tagging them. The feature, as originally set up, meant that content from any public Instagram account could be used in AI creations without the account owner's permission. […]

Article URL: https://github.com/carlovalenti/TRiP/blob/main/My_TRiP_through_AI-Chapter3.md Comments URL: https://news.ycombinator.com/item?id=48866454 Points: 1 # Comments: 0
Reinforcement learning uses error information to adjust control algorithms.

CEO Andy Lonsberry explains how Path Robotics applies AI to welding, and UC San Diego professor Michael Yip discusses robot learning. The post How Path Robotics uses AI to optimize robotic welding appeared first on The Robot Report .

Apple said in a Friday lawsuit that OpenAI’s nascent hardware business is “rotten to its core.”

Article URL: https://maertspolsia.mzpx.ai Comments URL: https://news.ycombinator.com/item?id=48866244 Points: 1 # Comments: 0
<p>Suit claims OpenAI poached Apple workers, coaxing them to share confidential material in bid to create hardware</p><p>Apple filed a lawsuit against OpenAI on Friday alleging the artificial intelligence firm stole company trade secrets in a move to create its own hardware device.</p><p>The suit claims OpenAI poached Apple employees, coaxing them to hand over confidential material, product designs and other tightly held information.</p> <a href="https://www.theguardian.com/technology/2026/jul/1

Article URL: https://embrace.io/guides/ai-observability-gap-report/ Comments URL: https://news.ycombinator.com/item?id=48866067 Points: 2 # Comments: 0
Article URL: https://greenflagdigital.com/gfd-tech-100-ranking/ Comments URL: https://news.ycombinator.com/item?id=48865936 Points: 1 # Comments: 0
Article URL: https://www.jamesdrandall.com/posts/thrust_ai_powered_software_archaeology/ Comments URL: https://news.ycombinator.com/item?id=48865903 Points: 1 # Comments: 0
Hi HN. I own an online insurance agency, a painfully old-school industry. I am not a developer. I vibe-coded it all in Claude Code, then reviewed and tested before anything shipped. Which is part of the story I guess, that a small firm with curious and reasonably capable people can now operate agent infrastructure that would have required a contractor two years ago. I'm trying this because a growing share of our prospects start by asking their AI of choice what coverage to buy and who to get it
Article URL: https://www.noemamag.com/chinas-open-ai-models-are-advancing-its-global-soft-power/ Comments URL: https://news.ycombinator.com/item?id=48865717 Points: 8 # Comments: 0
The lawsuit also names io Products, the hardware company led by Jony Ive.

Apple has sued OpenAI, alleging that engineers stole Apple secrets to advance the AI startup's hardware plans. In its complaint, Apple says it uncovered "a pattern of theft of Apple's trade secrets by OpenAI employees who were formerly at Apple." In addition to OpenAI, the lawsuit also names IO Products - Jony Ive's hardware startup, […]

<h2> AI Agents: Memory Layers, Test Automation, and Workflow Orchestration </h2> <h3> Today's Highlights </h3> <p>This week's highlights dive deep into critical aspects of AI agent development, from choosing the right memory layer for TypeScript agents to innovative applications in end-to-end testing and content automation. We explore practical frameworks and methodologies for building robust, intelligent workflows.</p> <h2> Mem0 vs TurboMem: which memory layer actually fits your TypeScript agen
<h2> What I built </h2> <p>I wanted a workout timer that doesn't just beep at me. So this weekend I built one that writes the workout AND talks me through it, out loud, in a voice that actually sounds like it's yelling at you when things get hard.</p> <p>You give it a callsign, how long you've got, what you want to work, and how brutal you want it. It hands that to Gemini, which breaks the whole thing into 30-90 second intervals with a coaching line for each one. Then every one of those lines ge
XTEND said the newly granted patent expands its portfolio supporting autonomous navigation, operator assistance, and mission execution. The post XTEND secures U.S. patent for autonomous navigation technology appeared first on The Robot Report .

<p>Most of us treat design systems as a functional problem: consistent colors, consistent spacing, consistent components. That part's solved for most teams now.</p> <p>The part nobody writes down is tone. How should this loading state feel? Should this error feel scary or manageable? Is this confirmation message robotic or human?</p> <p>Here's what I've learned paying attention to that layer.</p> <p>Four moments that carry the emotional weight</p> <p>In any app, four states do most of the emotio
<p>Mem0 is the name everyone hears first. If your agent runs in TypeScript, TurboMem bets on a different model i.e embedded memory in your process, not another service to operate. Here is an honest comparison based on hard facts.</p> <p>If you are building an AI agent that needs to remember things across sessions, you have probably run into Mem0 already. It is one of the most talked about memory layers in the space, well funded and framework agnostic. But if your stack is TypeScript, there is a
I had children relatively recently so have gone into mobile games, and unfortunately every game I've tried is pretty much filled with ads and microtransactions - even ones that you can play entirely offline. With the frontier AI models I've been attempting to recreate some of these games and I've managed it with some of the simpler ones. I'm not going to release them and they're just for me with my preferences built into them but it got me thinking if there's possibly a "good" side to this, game
<p> The headless iOS app publishing pipeline for AI agents. </p> <p> <a href="https://www.producthunt.com/products/nomac?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/1193239?app_id=339">Link</a> </p>
Article URL: https://www.cnn.com/2026/07/10/tech/apple-openai-devices-lawsuit Comments URL: https://news.ycombinator.com/item?id=48865252 Points: 17 # Comments: 0
Article URL: https://arxiv.org/abs/2607.08147 Comments URL: https://news.ycombinator.com/item?id=48865238 Points: 9 # Comments: 0
Apple alleges the misconduct was directed by OpenAi's senior leadership, including a long-time former employee.
<pre style='white-space:pre-wrap;width:81ex'>fix(release): pack local AI runtime for release checks (#103941)</pre>
Article URL: https://vektorgeist.com/blog/local-first-agent-governance Comments URL: https://news.ycombinator.com/item?id=48865189 Points: 1 # Comments: 0
An enterprise AI agent answers with total confidence, but the number is wrong. Nobody catches it until someone traces it back to a stale metric definition or a document the retrieval system never pulled. The model did not fail. The context it was given did. In the past six months, 57% of enterprises traced a confident but wrong AI agent answer to missing or inconsistent business context, and 31% said it happened more than once, according to a VB Pulse June 2026 survey of 101 qualified enterprise

<pre style='white-space:pre-wrap;width:81ex'>fix(agents): apply stale-run liveness check to aborted subagent orphan recovery (#90817) * fix(agents): apply stale-run liveness to aborted subagent orphan recovery Skip stale unended subagent runs during orphan recovery and registry restore, even when they carry abortedLastRun. Previously, restart-aborted runs were exempt from the stale-unended age check, allowing hours-old aborted child sessions to be resurrected after long downtime. Fixes #90766 Co