Tag: Python
-
Hacker News: Reprompt (YC W24) Is Hiring an Engineer to Build Location Agents
Source URL: https://news.ycombinator.com/item?id=42316644 Source: Hacker News Title: Reprompt (YC W24) Is Hiring an Engineer to Build Location Agents Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses Reprompt’s development of AI agents for location services that enhance live information accuracy for mapping companies. It mentions the need for a senior engineer skilled…
-
Simon Willison’s Weblog: PydanticAI
Source URL: https://simonwillison.net/2024/Dec/2/pydanticai/#atom-everything Source: Simon Willison’s Weblog Title: PydanticAI Feedly Summary: PydanticAI New project from Pydantic, which they describe as an “Agent Framework / shim to use Pydantic with LLMs". I asked which agent definition they are using and it’s the "system prompt with bundled tools" one. To their credit, they explain that in their…
-
Simon Willison’s Weblog: LLM 0.19
Source URL: https://simonwillison.net/2024/Dec/1/llm-019/ Source: Simon Willison’s Weblog Title: LLM 0.19 Feedly Summary: LLM 0.19 I just released version 0.19 of LLM, my Python library and CLI utility for working with Large Language Models. I released 0.18 a couple of weeks ago adding support for calling models from Python asyncio code. 0.19 improves on that, and…
-
Simon Willison’s Weblog: Structured Generation w/ SmolLM2 running in browser & WebGPU
Source URL: https://simonwillison.net/2024/Nov/29/structured-generation-smollm2-webgpu/#atom-everything Source: Simon Willison’s Weblog Title: Structured Generation w/ SmolLM2 running in browser & WebGPU Feedly Summary: Structured Generation w/ SmolLM2 running in browser & WebGPU Extraordinary demo by Vaibhav Srivastav. Here’s Hugging Face’s SmolLM2-1.7B-Instruct running directly in a web browser (using WebGPU, so requires Chrome for the moment) demonstrating structured text extraction,…
-
Simon Willison’s Weblog: SmolVLM – small yet mighty Vision Language Model
Source URL: https://simonwillison.net/2024/Nov/28/smolvlm/#atom-everything Source: Simon Willison’s Weblog Title: SmolVLM – small yet mighty Vision Language Model Feedly Summary: SmolVLM – small yet mighty Vision Language Model I’ve been having fun playing with this new vision model from the Hugging Face team behind SmolLM. They describe it as: […] a 2B VLM, SOTA for its memory…
-
Simon Willison’s Weblog: QwQ: Reflect Deeply on the Boundaries of the Unknown
Source URL: https://simonwillison.net/2024/Nov/27/qwq/#atom-everything Source: Simon Willison’s Weblog Title: QwQ: Reflect Deeply on the Boundaries of the Unknown Feedly Summary: QwQ: Reflect Deeply on the Boundaries of the Unknown Brand openly licensed model from Alibaba Cloud’s Qwen team, this time clearly inspired by OpenAI’s work on reasoning in o1. I love how the introduce the new…
-
Hacker News: AMD Releases ROCm Version 6.3
Source URL: https://insidehpc.com/2024/11/amd-releases-rocm-version-6-3/ Source: Hacker News Title: AMD Releases ROCm Version 6.3 Feedly Summary: Comments AI Summary and Description: Yes Summary: AMD’s ROCm Version 6.3 enhances AI and HPC workloads through its advanced features like SGLang for generative AI, optimized FlashAttention-2, integration of the AMD Fortran compiler, and new multi-node FFT support. This release is…
-
Simon Willison’s Weblog: Introducing the Model Context Protocol
Source URL: https://simonwillison.net/2024/Nov/25/model-context-protocol/#atom-everything Source: Simon Willison’s Weblog Title: Introducing the Model Context Protocol Feedly Summary: Introducing the Model Context Protocol Interesting new initiative from Anthropic. The Model Context Protocol aims to provide a standard interface for LLMs to interact with other applications, allowing applications to expose tools, resources (contant that you might want to dump…