Tag: generative
-
Simon Willison’s Weblog: googleapis/python-genai
Source URL: https://simonwillison.net/2024/Dec/12/python-genai/#atom-everything Source: Simon Willison’s Weblog Title: googleapis/python-genai Feedly Summary: googleapis/python-genai Google released this brand new Python library for accessing their generative AI models yesterday, offering an alternative to their existing generative-ai-python library. The API design looks very solid to me, and it includes both sync and async implementations. Here’s an async streaming response:…
-
Cisco Security Blog: GenAI to Advanced Microsegmentation: Secure Workload 3.10 Has It All!
Source URL: https://blogs.cisco.com/security/genai-to-microsegmentation-secure-workload-3-10-has-it-all Source: Cisco Security Blog Title: GenAI to Advanced Microsegmentation: Secure Workload 3.10 Has It All! Feedly Summary: Secure Workload platform has taken a significant leap forward with the launch of its 3.10 release earlier this month packed with Gen AI and many more. AI Summary and Description: Yes Summary: The launch of…
-
Simon Willison’s Weblog: Gemini 2.0 Flash: An outstanding multi-modal LLM with a sci-fi streaming mode
Source URL: https://simonwillison.net/2024/Dec/11/gemini-2/#atom-everything Source: Simon Willison’s Weblog Title: Gemini 2.0 Flash: An outstanding multi-modal LLM with a sci-fi streaming mode Feedly Summary: Huge announcment from Google this morning: Introducing Gemini 2.0: our new AI model for the agentic era. There’s a ton of stuff in there (including updates on Project Astra and the new Project…
-
Cloud Blog: Announcing the general availability of Trillium, our sixth-generation TPU
Source URL: https://cloud.google.com/blog/products/compute/trillium-tpu-is-ga/ Source: Cloud Blog Title: Announcing the general availability of Trillium, our sixth-generation TPU Feedly Summary: The rise of large-scale AI models capable of processing diverse modalities like text and images presents a unique infrastructural challenge. These models require immense computational power and specialized hardware to efficiently handle training, fine-tuning, and inference. Over…
-
Wired: Generative AI Is My Research and Writing Partner. Should I Disclose It?
Source URL: https://www.wired.com/story/prompt-disclose-at-in-creative-work-teach-kids-about-chatbots/ Source: Wired Title: Generative AI Is My Research and Writing Partner. Should I Disclose It? Feedly Summary: In this installment of WIRED’s AI advice column, “The Prompt,” we answer questions about giving AI tools proper attribution and teaching future generations how to interact with chatbots. AI Summary and Description: Yes **Summary:** The…
-
Simon Willison’s Weblog: Quoting Rob Cheung
Source URL: https://simonwillison.net/2024/Dec/11/rob-cheung/ Source: Simon Willison’s Weblog Title: Quoting Rob Cheung Feedly Summary: (echo “PID COMMAND PORT USER"; lsof -i -P -n | grep LISTEN | awk ‘{print $2, $1, $9, $3}’ | sort -u | head -n 50; echo;) | column -t | llm "what servers are running on my machine and do some…