今日已更新 294 条资讯 | 累计 31122 条内容
关于我们

AI 资讯

AI人工智能最新资讯、模型发布、研究进展

16478
篇文章

共 16478 篇 · 第 795/824 页

Product Hunt

GPS

Memory layer for LLMs that stores repo rules + past lessons Discussion | Link

2026-05-28 23:05 👁 5 查看原文 →
HackerNews

Show HN: Ktx – Open-source executable context layer for data agents

Hi HN, we’re open-sourcing ktx. It’s an executable context layer that makes agents reliable on your data stack. We built it after going through the experience of building production-grade data agents for dozens of companies. If you’ve also tried building them, or simply tried using Claude Code or Codex on your data warehouse, you’ll know that accuracy is the #1 issue. Agents are great at generating valid SQL, but it’s not always correct SQL. To cite a few examples of “agents gone wrong”: - Stale

lucamrtl 2026-05-28 23:05 👁 2 查看原文 →
The Verge AI

Waymo to begin passenger rides in its new Ojai robotaxi

After several months of testing, Waymo is finally ready to invite non-employee passengers into its newest vehicle, the Zeekr RT minivan, which has been rebranded as Ojai. Waymo says it will begin offering "select riders" access in San Francisco, Los Angeles, and Phoenix, before "gradually" expanding to more riders and cities. Trips will be free […]

Andrew J. Hawkins 2026-05-28 23:00 👁 15 查看原文 →
Product Hunt

Clipline

AI Video Cutter for viral Shorts, Reels, TikTok in Telegram Discussion | Link

2026-05-28 22:56 👁 5 查看原文 →
The Verge AI

This sound card could give gamers a competitive edge

Fosi Audio announced a new sound card today with a unique feature designed to give FPS players an advantage. The C3 Gaming Sound Card, which sits outside your PC or laptop and connects with a USB-C cable, includes the company's StepSense "audio enhancement technology" powered by a model that was "trained on extensive FPS audio […]

Andrew Liszewski 2026-05-28 22:55 👁 14 查看原文 →
The Verge AI

These new iOS 27 renders hint at Siri’s big redesign

Apple's long-awaited Siri overhaul, expected to arrive in iOS 27, might look a lot like ChatGPT with a splash of Liquid Glass. Renders from Bloomberg offer a preview of iOS 27, including the new app and chat interface for Siri. The renders are "based on information viewed by Bloomberg and people with knowledge of [Apple's] […]

Stevie Bonifield 2026-05-28 22:33 👁 11 查看原文 →
Reddit r/artificial

I'm Tired of Talking to AI, Microsoft starts canceling Claude Code licenses and many other AI links from Hacker News

Hey everyone, I just sent issue #34 of the AI Hacker Newsletter , a weekly roundup of the best AI links and the discussions around them. Here are some of title you can find in the issue: Using AI to write better code more slowly I think Anthropic and OpenAI have found product-market fit Can we have the day off? Google’s AI is being manipulated. The search giant is quietly fighting back Intuit to lay off over 3k employees to refocus on AI If you want to receive a weekly email with over 30 links like these, please join here: https://hackernewsai.com/ submitted by /u/alexeestec [link] [留言]

/u/alexeestec 2026-05-28 22:23 👁 5 查看原文 →
Reddit r/webdev

How can I make the local decryption so fast that the user don't even understand we're decrypting everything locally? as like in Proton mail?

Hi, I was working on extension that has an end-to-end encrypted sync, and when user first time install the extension on a browser where it needs to download all the data (can be a few hundreds or thousands), then it was taking a huge amount of time in the first place then I spend some time researching and found that using workers with a worker pool is the best thing I can do to improve the performance, now it's significantly faster as compared to previous encryption/decryption approach where everything was inside the main thread and being done one by one. but, it's still not like the protonmail inbox where I never see any decryption progress when I login and open the inbox, so, how does that work and how can I make my tool work like that? and as I can't explicitly set that how many workers will actually work in parallel during runtime, as it's up-to the browser based on the available resource, so, is there any other way to get the most out of the workers to make the encryption decryption even faster? btw, I'm currently using the same salt per batch of 100 items, salt, iv, derived keys are generated once and passed to those workers for batches, so, workers are not doing same thing again for common tasks, decreased iteration from 600K to 400K for faster performance. so, if anyone can help me understanding how these works, and how can I make it even better, I'll really appreciate that :) submitted by /u/nhrtrix [link] [留言]

/u/nhrtrix 2026-05-28 22:22 👁 5 查看原文 →