Tag: Claude-3

  • Simon Willison’s Weblog: deepseek-ai/DeepSeek-V3-Base

    Source URL: https://simonwillison.net/2024/Dec/25/deepseek-v3/#atom-everything Source: Simon Willison’s Weblog Title: deepseek-ai/DeepSeek-V3-Base Feedly Summary: deepseek-ai/DeepSeek-V3-Base No model card or announcement yet, but this new model release from Chinese AI lab DeepSeek (an arm of Chinese hedge fund High-Flyer) looks very significant. It’s a huge model – 685B parameters, 687.9 GB on disk (TIL how to size a git-lfs…

  • Simon Willison’s Weblog: openai/openai-openapi

    Source URL: https://simonwillison.net/2024/Dec/22/openai-openapi/#atom-everything Source: Simon Willison’s Weblog Title: openai/openai-openapi Feedly Summary: openai/openai-openapi Seeing as the LLM world has semi-standardized on imitating OpenAI’s API format for a whole host of different tools, it’s useful to note that OpenAI themselves maintain a dedicated repository for a OpenAPI YAML representation of their current API. (I get OpenAI and…

  • Simon Willison’s Weblog: December in LLMs has been a lot

    Source URL: https://simonwillison.net/2024/Dec/20/december-in-llms-has-been-a-lot/#atom-everything Source: Simon Willison’s Weblog Title: December in LLMs has been a lot Feedly Summary: I had big plans for December: for one thing, I was hoping to get to an actual RC of Datasette 1.0, in preparation for a full release in January. Instead, I’ve found myself distracted by a constant barrage…

  • Simon Willison’s Weblog: A new free tier for GitHub Copilot in VS Code

    Source URL: https://simonwillison.net/2024/Dec/18/free-tier-for-github-copilot/#atom-everything Source: Simon Willison’s Weblog Title: A new free tier for GitHub Copilot in VS Code Feedly Summary: A new free tier for GitHub Copilot in VS Code It’s easy to forget that GitHub Copilot was the first widely deployed feature built on top of generative AI, with its initial preview launching all…

  • Hacker News: AI Scaling Laws

    Source URL: https://semianalysis.com/2024/12/11/scaling-laws-o1-pro-architecture-reasoning-training-infrastructure-orion-and-claude-3-5-opus-failures/ Source: Hacker News Title: AI Scaling Laws Feedly Summary: Comments AI Summary and Description: Yes Summary: The text centers around the ongoing discourse and advancements related to AI scaling laws, particularly concerning Large Language Models (LLMs) and their performance. It contrasts bearish narratives surrounding the scalability of AI models with the significant…

  • Simon Willison’s Weblog: Claude 3.5 Haiku price drops by 20%

    Source URL: https://simonwillison.net/2024/Dec/5/claude-35-haiku-price-drops-by-20/#atom-everything Source: Simon Willison’s Weblog Title: Claude 3.5 Haiku price drops by 20% Feedly Summary: Claude 3.5 Haiku price drops by 20% Buried in this otherwise quite dry post about Anthropic’s ongoing partnership with AWS: To make this model even more accessible for a wide range of use cases, we’re lowering the price…

  • Simon Willison’s Weblog: Quoting Menlo Ventures

    Source URL: https://simonwillison.net/2024/Nov/29/menlo-ventures/#atom-everything Source: Simon Willison’s Weblog Title: Quoting Menlo Ventures Feedly Summary: Among closed-source models, OpenAI’s early mover advantage has eroded somewhat, with enterprise market share dropping from 50% to 34%. The primary beneficiary has been Anthropic,* which doubled its enterprise presence from 12% to 24% as some enterprises switched from GPT-4 to Claude…

  • Simon Willison’s Weblog: Ask questions of SQLite databases and CSV/JSON files in your terminal

    Source URL: https://simonwillison.net/2024/Nov/25/ask-questions-of-sqlite/#atom-everything Source: Simon Willison’s Weblog Title: Ask questions of SQLite databases and CSV/JSON files in your terminal Feedly Summary: I built a new plugin for my sqlite-utils CLI tool that lets you ask human-language questions directly of SQLite databases and CSV/JSON files on your computer. It’s called sqlite-utils-ask. Here’s how you install it:…

  • Simon Willison’s Weblog: Weeknotes: asynchronous LLMs, synchronous embeddings, and I kind of started a podcast

    Source URL: https://simonwillison.net/2024/Nov/22/weeknotes/#atom-everything Source: Simon Willison’s Weblog Title: Weeknotes: asynchronous LLMs, synchronous embeddings, and I kind of started a podcast Feedly Summary: These past few weeks I’ve been bringing Datasette and LLM together and distracting myself with a new sort-of-podcast crossed with a live streaming experiment. Project: interviewing people about their projects Datasette Public Office…

  • Simon Willison’s Weblog: llm-gemini 0.4

    Source URL: https://simonwillison.net/2024/Nov/18/llm-gemini-04/#atom-everything Source: Simon Willison’s Weblog Title: llm-gemini 0.4 Feedly Summary: llm-gemini 0.4 New release of my llm-gemini plugin, adding support for asynchronous models (see LLM 0.18), plus the new gemini-exp-1114 model (currently at the top of the Chatbot Arena) and a -o json_object 1 option to force JSON output. I also released llm-claude-3…