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

AI 资讯

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

14450
篇文章

共 14450 篇 · 第 395/723 页

MIT Technology Review

Super Mario is mathier than you think

Here’s a problem you probably didn’t solve in school: You’re an ambitious young plumber from Brooklyn in a world inhabited by violent human-size mushrooms called Goombas. The love of your life has been kidnapped, so you embark on a quest to rescue her, venturing through stretches of pipe-filled and monster-­ridden terrain where your only means…

Veronika Moroz ’28 2026-06-24 05:00 👁 7 查看原文 →
MIT Technology Review

A man of many words

Brian Sietsema has a favorite word. It’s somewhat surprising that he can choose just one. He’s the person spellers rely on to confirm pronunciations and answer questions about the roots of the words they’re given at the Scripps National Spelling Bee—arguably the world’s most prestigious competition of its kind. The story of how the word…

Alice Dragoon 2026-06-24 05:00 👁 9 查看原文 →
MIT Technology Review

Sharing a love for calculus

The national conversation about the value of education is currently dominated by speculation about the risks and positive potential of AI. Whatever your own perspective on that debate, I hope you’ll be glad to know that MIT is also working on a deeply important but comparatively old-fashioned challenge: American high school students’ startlingly uneven access…

Sally Kornbluth 2026-06-24 05:00 👁 8 查看原文 →
MIT Technology Review

Reinventing the zipper

With an adaptable fastener designed at CSAIL, pitching a tent or adjusting the cast for a broken bone could be almost as easy as zipping your coat. The researchers, led by associate professor Stefanie Mueller, were inspired by an abandoned prototype for a three-sided zipper that William Freeman, PhD ’92 (now an MIT professor), patented…

Alex Shipps 2026-06-24 05:00 👁 7 查看原文 →
MIT Technology Review

Engineered “mini livers” could be injected as an alternative to transplantation

A technology developed by Professor Sangeeta Bhatia, SM ’93, PhD ’97, and colleagues could offer new hope to the thousands of Americans with chronic liver disease who are waiting for an organ transplant or not strong enough to tolerate one. The liver is involved in regulating blood clotting, removing bacteria from the bloodstream, metabolizing drugs,…

Anne Trafton 2026-06-24 05:00 👁 7 查看原文 →
MIT Technology Review

Plants appear to detect the patter of falling rain

MIT engineers have found the first direct evidence that plant seeds can sense sounds in nature: Rice submerged in shallow water germinated 30% to 40% more quickly when exposed to vibrations from water dripping on the surface. They think other types of seeds may respond similarly. When a raindrop hits a puddle’s surface or the…

Jennifer Chu 2026-06-24 05:00 👁 7 查看原文 →
Dev.to

How I Built a Production WhatsApp AI Assistant for Mexican SMBs with Claude and n8n

In Mexico, WhatsApp isn't a channel — it's the channel. It's where customers ask for prices, book appointments, and decide whether to buy from you or from the competitor who answered faster. And that last part is the problem: most small and medium businesses lose customers simply because nobody replied in time — after hours, during a rush, or while the owner was busy doing the actual work. At Proxxa , the AI automation agency I run in Mexico City, this is the single most common pain we solve. So I want to walk through how I built a production-grade WhatsApp AI assistant that answers, qualifies, and books 24/7 — using Claude and n8n, with no third-party chatbot platform in the middle. Why the WhatsApp Cloud API directly (no BSP) A lot of guides will tell you that you need a BSP (Business Solution Provider) to use the WhatsApp Business API. You don't. Meta's Cloud API is hosted by Meta itself and you can build on it directly. Skipping the BSP means no per-seat middleman tax, full control over the logic, and the client owns their own number and data. The stack n8n (self-hosted on a small VPS via Docker) as the orchestration layer. Claude (Haiku) as the intelligence layer — fast and cheap enough to answer every message. Postgres for conversation memory, a knowledge base, and a lightweight CRM. WhatsApp Cloud API for the messaging. Gemini for transcribing voice notes. The pattern that made it powerful: meta-blocks Instead of bolting on a separate "agent framework," I let Claude emit small structured blocks inside its answer, which a parsing node extracts and strips before sending — to schedule an appointment, escalate to a human, capture a lead, or generate a payment link. The user only ever sees clean text; the system reacts to the blocks. This kept the whole thing debuggable and predictable. With that pattern, the assistant handles eleven capabilities: natural-language conversation, per-customer memory, Google Calendar booking, vision (it reads a photo a customer sends

Proxxa 2026-06-24 04:59 👁 5 查看原文 →
HackerNews

Show HN: AI Torah Chervuta

Yochai is a Socratic AI "chevruta" or learning guide, powered by a foundational library of 1,000+ primary sources from the Jewish canon, (and a knowledge graph of 2.5M entities, and 16M entity relationships, 375,000 searchable passages, and 17,000 canonical concepts that we developed around our own ontology). Yochai, uniquely, takes you directly to the sources and pushes you to discover and articulate your own insights about them. we open sourced our knowledge graph so others can build on our fo

Philosopheril 2026-06-24 04:53 👁 3 查看原文 →
The Verge AI

Xteink’s tiny e-readers are 20 percent off for Prime Day

The Xteink X4 and smaller X3 e-readers are discounted to $55.20 (regularly $69) and $63.20 (normally $79), respectively, as part of Amazon’s Prime Day promotions this week. Both e-readers are significantly smaller and more pocketable than any of the Kindle and Kobo models currently available, and feature magnetic mounts so they can be stuck to […]

Andrew Liszewski 2026-06-24 04:11 👁 9 查看原文 →
The Verge AI

Prime Day has served up several great deals on 4K TVs

There are three times of year that are best for buying a new TV: leading up to the Super Bowl, Black Friday, and of course now, during Amazon Prime Day. Many of the new 2026 models have been released, and while some will be seeing discounts, the majority of the best deals are going to […]

John.Higgins 2026-06-24 03:30 👁 10 查看原文 →