Global AI Weekly

Issue number: 67 | Tuesday, August 27, 2024

Highlights

if(article.Image != null) { Apple Intelligence is coming. Here’s what it means for your iPhone }

Apple Intelligence is coming. Here’s what it means for your iPhone

Apple is about to launch a ChatGPT-powered version of Siri as part of a suite of AI features in iOS 18. Will this change the way you use your phone – and how does it affect your privacy?

theguardian.com

if(article.Image != null) { Toward a code-breaking quantum computer }

Toward a code-breaking quantum computer

Building on a landmark algorithm, researchers propose a way to make a smaller and more noise-tolerant quantum factoring circuit for cryptography.

news.mit.edu

if(article.Image != null) { This Week in AI: Gen Z has mixed feelings on AI }

This Week in AI: Gen Z has mixed feelings on AI

This week, surveys suggest that Gen Z — regularly the subject of mainstream media fascination — has very mixed opinions on AI.

techcrunch.com

if(article.Image != null) { How Newtons method for estimating π shows it doesn't really matter if LLMs are Stochastic Parrots }

How Newtons method for estimating π shows it doesn't really matter if LLMs are Stochastic Parrots

The phrase "stochastic parrot" has emerged as a misguided but oft repeated pejorative for Large Language Models, suggesting that these models mimic human language without true understanding, much like…

linkedin.com

Research

if(article.Image != null) { Exploring mixture of experts models }

Exploring mixture of experts models

As foundational models get bigger it becomes harder to train them. We simply don't have enough compute power to train models in a reasonable time and budget. To fix this, people have turned to mixture of experts models. But how do they work? This paper explains one approach to use mixture of experts. It's advanced, but cool to see how much power you can push out of a deep learning model!

arxiv.org

Video

if(article.Image != null) { Microsoft's Phi 3.5 - The latest SLMs }

Microsoft's Phi 3.5 - The latest SLMs

In this video I look at yesterday's releases of Phi 3.5 models which include the mini, a new Mixture of Experts model as well as the new 3.5 Vision model.

youtube.com

if(article.Image != null) { Designing High-Quality Synthetic Data for Training & Fine-tuning LLMs }

Designing High-Quality Synthetic Data for Training & Fine-tuning LLMs

At this critical juncture in AI development, we face a scarcity of novel, high-quality data for training and fine-tuning large language models (LLMs). This shortage poses significant challenges for organizations aiming to enhance model performance or adapt them to specialized domains. In this hour-long livestream, Yev Meyer, Ph.D., Chief Scientist at Gretel, will showcase the company's innovative solution to this bottleneck.

youtube.com

if(article.Image != null) { Copilot L33t Sp34k | Strategic considerations for AI security }

Copilot L33t Sp34k | Strategic considerations for AI security

Sarah and Mark Simos, Lead Cybersecurity Architect at Microsoft, chat about the strategic considerations for implementing Copilot for Security and AI more generally across an organisation. We also cover the AI shared responsibility model and how data protection is a key security control in the age of AI.

youtube.com

if(article.Image != null) { OpenAI's ChatGPT Does Research… And Breaks Itself! }

OpenAI's ChatGPT Does Research… And Breaks Itself!

❤️ Check out Lambda here and sign up for their GPU Cloud: https://lambdalabs.com/paper

youtube.com

Articles

if(article.Image != null) { GENEVA uses large language models for interactive game narrative design }

GENEVA uses large language models for interactive game narrative design

Designed for interactive storytelling in games, GENEVA lets users explore narrative paths and adapt stories to diverse contexts. It uses LLMs to generate and visualize branching narratives from high-level descriptions, representing them as graphs.

microsoft.com

if(article.Image != null) { What Nobody Tells You About RAGs }

What Nobody Tells You About RAGs

A deep dive into why RAG doesn’t always work as expected: an overview of the business value, the data, and the technology behind it.

towardsdatascience.com

if(article.Image != null) { ‘Never summon a power you can’t control’: Yuval Noah Harari on how AI could threaten democracy and divide the world }

‘Never summon a power you can’t control’: Yuval Noah Harari on how AI could threaten democracy and divide the world

Forget Hollywood depictions of gun-toting robots running wild in the streets – the reality of artificial intelligence is far more dangerous, warns the historian and author in an exclusive extract from his new book.

theguardian.com

if(article.Image != null) { Anthropic publishes the ‘system prompt’ that makes Claude tick }

Anthropic publishes the ‘system prompt’ that makes Claude tick

Generative AI models aren’t actually human-like. They have no intelligence or personality — they’re simply statistical systems predicting the likeliest next words in a sentence. But like interns at a tyrannical workplace, they do follow instructions without complaint — including initial “system prompts” that prime the models with their basic qualities, and what they should […]

techcrunch.com

if(article.Image != null) { LLM Pruning and Distillation in Practice: The Minitron Approach }

LLM Pruning and Distillation in Practice: The Minitron Approach

LLM Pruning and Distillation in Practice: The Minitron Approach.

research.nvidia.com

if(article.Image != null) { BERT — Intuitively and Exhaustively Explained }

BERT — Intuitively and Exhaustively Explained

Baking General Understanding into Language Models,

towardsdatascience.com

if(article.Image != null) { Enabling Fast Gradient Clipping and Ghost Clipping in Opacus }

Enabling Fast Gradient Clipping and Ghost Clipping in Opacus

Opacus is a PyTorch implementation of DP-SGD. Opacus addresses the above task by employing hook functions, which allows intervening on specific events, such as forward and backward passes.

pytorch.org

if(article.Image != null) { How to Achieve Near Human-Level Performance in Chunking for RAGs }

How to Achieve Near Human-Level Performance in Chunking for RAGs

The costly yet powerful splitting technique for superior RAG retrieval

towardsdatascience.com

Code

if(article.Image != null) { How to Color Polars DataFrame }

How to Color Polars DataFrame

Continue working with the Polars library while being able to color and style the table.

towardsdatascience.com

>