Tag: GPT

  • Simon Willison’s Weblog: TextSynth Server

    Source URL: https://simonwillison.net/2024/Nov/21/textsynth-server/ Source: Simon Willison’s Weblog Title: TextSynth Server Feedly Summary: TextSynth Server I’d missed this: Fabrice Bellard (yes, that Fabrice Bellard) has a project called TextSynth Server which he describes like this: ts_server is a web server proposing a REST API to large language models. They can be used for example for text…

  • OpenAI : Building smarter maps with GPT-4o vision fine-tuning

    Source URL: https://openai.com/index/grab Source: OpenAI Title: Building smarter maps with GPT-4o vision fine-tuning Feedly Summary: Building smarter maps with GPT-4o vision fine-tuning AI Summary and Description: Yes Summary: The text discusses the integration and enhancement of mapping systems through the use of GPT-4 technology, particularly focusing on fine-tuning its vision capabilities. This is especially relevant…

  • Simon Willison’s Weblog: Notes from Bing Chat—Our First Encounter With Manipulative AI

    Source URL: https://simonwillison.net/2024/Nov/19/notes-from-bing-chat/#atom-everything Source: Simon Willison’s Weblog Title: Notes from Bing Chat—Our First Encounter With Manipulative AI Feedly Summary: A participated in an Ars Live conversation with Benj Edwards of Ars Technica today, talking about that wild period of LLM history last year when Microsoft launched Bing Chat and it instantly started misbehaving, gaslighting and…

  • The Register: Microsoft unleashes autonomous Copilot AI agents in public preview

    Source URL: https://www.theregister.com/2024/11/19/microsoft_autonomous_copilot_ai/ Source: The Register Title: Microsoft unleashes autonomous Copilot AI agents in public preview Feedly Summary: They can learn, adapt, and make decisions – but don’t worry, they’re not coming for your job Ignite Microsoft has fresh tools out designed to help businesses build software agents powered by foundation models – overenthusiastically referred…

  • Wired: The US Patent and Trademark Office Banned Staff From Using Generative AI

    Source URL: https://www.wired.com/story/us-patent-trademark-office-internally-banned-generative-ai/ Source: Wired Title: The US Patent and Trademark Office Banned Staff From Using Generative AI Feedly Summary: The agency dedicated to protecting new innovations prohibited almost all internal use of GenAI tools, though employees can still participate in controlled experiments. AI Summary and Description: Yes Summary: The US Patent and Trademark Office…

  • Hacker News: Llama 3.1 405B now runs at 969 tokens/s on Cerebras Inference

    Source URL: https://cerebras.ai/blog/llama-405b-inference/ Source: Hacker News Title: Llama 3.1 405B now runs at 969 tokens/s on Cerebras Inference Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses breakthrough advancements in AI inference speed, specifically highlighting Cerebras’s Llama 3.1 405B model, which showcases significantly superior performance metrics compared to traditional GPU solutions. This…

  • Hacker News: Qwen2.5 Turbo extends context length to 1M tokens

    Source URL: http://qwenlm.github.io/blog/qwen2.5-turbo/ Source: Hacker News Title: Qwen2.5 Turbo extends context length to 1M tokens Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses the introduction of Qwen2.5-Turbo, a large language model (LLM) that significantly enhances processing capabilities, particularly with longer contexts, which are critical for many applications involving AI-driven natural language…

  • Slashdot: ChatGPT-4 Beat Doctors at Diagnosing Illness, Study Finds

    Source URL: https://science.slashdot.org/story/24/11/18/058208/chatgpt-4-beat-doctors-at-diagnosing-illness-study-finds?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: ChatGPT-4 Beat Doctors at Diagnosing Illness, Study Finds Feedly Summary: AI Summary and Description: Yes Summary: This text discusses a study highlighting the performance of ChatGPT-4 in assisting physicians with diagnoses, ultimately showing that the AI model outperformed licensed doctors. The findings suggest a gap in physicians’ utilization of…

  • Simon Willison’s Weblog: LLM 0.18

    Source URL: https://simonwillison.net/2024/Nov/17/llm-018/#atom-everything Source: Simon Willison’s Weblog Title: LLM 0.18 Feedly Summary: LLM 0.18 New release of LLM. The big new feature is asynchronous model support – you can now use supported models in async Python code like this: import llm model = llm.get_async_model(“gpt-4o") async for chunk in model.prompt( "Five surprising names for a pet…