Tag: trie

  • Simon Willison’s Weblog: Claude API: Web fetch tool

    Source URL: https://simonwillison.net/2025/Sep/10/claude-web-fetch-tool/#atom-everything Source: Simon Willison’s Weblog Title: Claude API: Web fetch tool Feedly Summary: Claude API: Web fetch tool New in the Claude API: if you pass the web-fetch-2025-09-10 beta header you can add {“type": "web_fetch_20250910", "name": "web_fetch", "max_uses": 5} to your "tools" list and Claude will gain the ability to fetch content from…

  • Simon Willison’s Weblog: Recreating the Apollo AI adoption rate chart with GPT-5, Python and Pyodide

    Source URL: https://simonwillison.net/2025/Sep/9/apollo-ai-adoption/#atom-everything Source: Simon Willison’s Weblog Title: Recreating the Apollo AI adoption rate chart with GPT-5, Python and Pyodide Feedly Summary: Apollo Global Management’s “Chief Economist" Dr. Torsten Sløk released this interesting chart which appears to show a slowdown in AI adoption rates among large (>250 empoloyees) companies: Here’s the full description that accompanied…

  • Simon Willison’s Weblog: Quoting James Luan

    Source URL: https://simonwillison.net/2025/Sep/8/james-luan/ Source: Simon Willison’s Weblog Title: Quoting James Luan Feedly Summary: I recently spoke with the CTO of a popular AI note-taking app who told me something surprising: they spend twice as much on vector search as they do on OpenAI API calls. Think about that for a second. Running the retrieval layer…

  • Slashdot: Microsoft’s Analog Optical Computer Shows AI Promise

    Source URL: https://hardware.slashdot.org/story/25/09/08/0125250/microsofts-analog-optical-computer-shows-ai-promise?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: Microsoft’s Analog Optical Computer Shows AI Promise Feedly Summary: AI Summary and Description: Yes Summary: The text discusses a project by Microsoft Research involving an analog optical computer (AOC) designed for AI workloads, significantly enhancing computation speed and energy efficiency compared to traditional GPUs. The initiative offers opportunities for…

  • Slashdot: Microsoft’s Cloud Services Disrupted by Red Sea Cable Cuts

    Source URL: https://tech.slashdot.org/story/25/09/07/2149212/microsofts-cloud-services-disrupted-by-red-sea-cable-cuts?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: Microsoft’s Cloud Services Disrupted by Red Sea Cable Cuts Feedly Summary: AI Summary and Description: Yes Summary: The report highlights the recent disruption of Microsoft’s Azure cloud services due to undersea cable cuts in the Red Sea, impacting internet traffic in the Middle East and parts of Asia. This…

  • Simon Willison’s Weblog: Is the LLM response wrong, or have you just failed to iterate it?

    Source URL: https://simonwillison.net/2025/Sep/7/is-the-llm-response-wrong-or-have-you-just-failed-to-iterate-it/#atom-everything Source: Simon Willison’s Weblog Title: Is the LLM response wrong, or have you just failed to iterate it? Feedly Summary: Is the LLM response wrong, or have you just failed to iterate it? More from Mike Caulfield (see also the SIFT method). He starts with a fantastic example of Google’s AI mode…

  • Simon Willison’s Weblog: Quoting Jason Liu

    Source URL: https://simonwillison.net/2025/Sep/6/jason-liu/#atom-everything Source: Simon Willison’s Weblog Title: Quoting Jason Liu Feedly Summary: I am once again shocked at how much better image retrieval performance you can get if you embed highly opinionated summaries of an image, a summary that came out of a visual language model, than using CLIP embeddings themselves. If you tell…