Tag: web
-
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: 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: Quoting Andrej Karpathy
Source URL: https://simonwillison.net/2024/Nov/29/andrej-karpathy/#atom-everything Source: Simon Willison’s Weblog Title: Quoting Andrej Karpathy Feedly Summary: People have too inflated sense of what it means to “ask an AI" about something. The AI are language models trained basically by imitation on data from human labelers. Instead of the mysticism of "asking an AI", think of it more as…
-
Simon Willison’s Weblog: GitHub OAuth for a static site using Cloudflare Workers
Source URL: https://simonwillison.net/2024/Nov/29/github-oauth-cloudflare/ Source: Simon Willison’s Weblog Title: GitHub OAuth for a static site using Cloudflare Workers Feedly Summary: GitHub OAuth for a static site using Cloudflare Workers Here’s a TIL covering a Thanksgiving AI-assisted programming project. I wanted to add OAuth against GitHub to some of the projects on my tools.simonwillison.net site in order…
-
Data and computer security | The Guardian: Alder Hey children’s hospital explores ‘data breach’ after ransomware claims
Source URL: https://www.theguardian.com/technology/2024/nov/29/alder-hey-childrens-hospital-explores-data-breach-after-ransomware-claims Source: Data and computer security | The Guardian Title: Alder Hey children’s hospital explores ‘data breach’ after ransomware claims Feedly Summary: Screenshots purporting to be from systems of Liverpool NHS health facility have been posted onlineA ransomware gang claims to have stolen data from the Alder Hey children’s hospital in Liverpool, allegedly…
-
Simon Willison’s Weblog: LLM Flowbreaking
Source URL: https://simonwillison.net/2024/Nov/29/llm-flowbreaking/#atom-everything Source: Simon Willison’s Weblog Title: LLM Flowbreaking Feedly Summary: LLM Flowbreaking Gadi Evron from Knostic: We propose that LLM Flowbreaking, following jailbreaking and prompt injection, joins as the third on the growing list of LLM attack types. Flowbreaking is less about whether prompt or response guardrails can be bypassed, and more about…
-
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…
-
Hacker News: Managing Large-Scale Redis Clusters on K8s – Kuaishou’s Approach
Source URL: https://kubeblocks.io/blog/manage-large-scale-redis-on-k8s-with-kubeblocks Source: Hacker News Title: Managing Large-Scale Redis Clusters on K8s – Kuaishou’s Approach Feedly Summary: Comments AI Summary and Description: Yes Summary: The text provides an in-depth account of Kuaishou’s approach to running stateful services, specifically Redis, on Kubernetes, emphasizing the challenges and solutions encountered during their cloud-native transformation. This is significant…