Global AI Weekly

Issue number: 69 | Tuesday, September 10, 2024

Highlights

if(article.Image != null) { AI-powered visual search comes to the iPhone }

AI-powered visual search comes to the iPhone

Visual search is coming to the iPhone, powered by Apple Intelligence, Apple’s suite of AI capabilities. The Camera Control, the new button on the iPhone 16 and 16 Plus, can launch what Apple calls “visual intelligence” — basically a reverse image search combined with some text recognition.

techcrunch.com

if(article.Image != null) { Measurement is the key to helping keep AI on track  }

Measurement is the key to helping keep AI on track 

The creation of generative AI requires a new approach to evaluating, or measuring, the technology — one that combines technical and social aspects.

news.microsoft.com

if(article.Image != null) { A fast and flexible approach to help doctors annotate medical scans }

A fast and flexible approach to help doctors annotate medical scans

“ScribblePrompt” is an interactive AI framework that can efficiently highlight anatomical structures across different medical scans, assisting medical workers to delineate regions of interest and abnormalities.

news.mit.edu

if(article.Image != null) { David Pocock calls for election ban on AI deepfakes with fake videos of Albanese and Dutton }

David Pocock calls for election ban on AI deepfakes with fake videos of Albanese and Dutton

Spokesperson says government ‘considering the advice’ of Australian Electoral Commission on regulating AI use.

theguardian.com

Research

if(article.Image != null) {  Quantum reinforcement learning }

Quantum reinforcement learning

We’re slowly seeing more Quantum computing research enter the mainstream AI field. For example, this paper combines Quantum computing principles with Reinforcement Learning to improve model performance. Instead of using a neural network to create an agent's policy, they’re using a quantum circuit. It’s crazy and worth a look.

arxiv.org

Video

if(article.Image != null) { Episode 301 - GitHub models with Amy Boyd }

Episode 301 - GitHub models with Amy Boyd

Join us in this episode where we talk with Amy Boyd, Principal Cloud Advocate at Microsoft about GitHub models.

youtube.com

if(article.Image != null) { Smita Nachan - Humans in AI }

Smita Nachan - Humans in AI

Dive into the fascinating world of AI with Smita Nachan, a Microsoft MVP with over 14 years of expertise in M365 technology! Discover how AI is transforming workflows, making life a bit easier (and smarter) for us all. Smita shares her insights on the synergy between humans and AI, proving that, at the end of the day, it's humans who train the AI.

youtube.com

if(article.Image != null) { Copilot L33t Sp34k | Threat intelligence in the AI space }

Copilot L33t Sp34k | Threat intelligence in the AI space

Sarah and Sherrod DiGrippo, Director of Threat Intelligence Strategy at Microsoft, discuss how AI is changing the threat intelligence landscape and how threat intelligence can be used with AI to enhance security.

youtube.com

Articles

if(article.Image != null) { Binary quantization in Azure AI Search: optimized storage and faster search }

Binary quantization in Azure AI Search: optimized storage and faster search

As organizations continue to harness the power of Generative AI for building Retrieval-Augmented Generation (RAG) applications and agents, the need for..

techcommunity.microsoft.com

if(article.Image != null) { Meta Llama: Everything you need to know about the open generative AI model }

Meta Llama: Everything you need to know about the open generative AI model

Like other generative AI models, Llama can perform a range of different assistive tasks, like coding and answering basic math questions, as well as summarizing documents in eight languages.

techcrunch.com

if(article.Image != null) { GraphRAG auto-tuning provides rapid adaptation to new domains }

GraphRAG auto-tuning provides rapid adaptation to new domains

GraphRAG uses large language models (LLMs) to create a comprehensive knowledge graph that details entities and their relationships from any collection of text documents. This graph enables GraphRAG to leverage the semantic structure of the data and generate responses to complex queries that require a broad understanding of the entire text. In previous blog posts,  […]

microsoft.com

if(article.Image != null) { The Evolution of Llama: From Llama 1 to Llama 3.1 }

The Evolution of Llama: From Llama 1 to Llama 3.1

A Comprehensive Guide to the Advancements and Innovations in the Family of Llama Models from Meta AI

towardsdatascience.com

if(article.Image != null) { The Future of AI: Exploring Multi-Agent AI Systems }

The Future of AI: Exploring Multi-Agent AI Systems

AI agents are all the rage lately. With their ability to reason out complex tasks, AI agents can answer questions and take actions even without being explicitly programmed to do so. Lately, the concept of multi-agent systems is gaining traction for their ability to provide checks and balances. I recently wrote an example of a multi-agent system, in the form of a questionnaire-answering agent. I wrote it to automate the process of answering questions from RFPs or questionnaires, something my job commonly requires - but it also makes a great demo.

techcommunity.microsoft.com

if(article.Image != null) { GenAI with Python: Coding Agents }

GenAI with Python: Coding Agents

Build a Data Scientist AI that can query db with SQL, analyze data with Python, write reports with HTML, and do Machine Learning (No GPU…

towardsdatascience.com

if(article.Image != null) { CUDA-Free Inference for LLMs }

CUDA-Free Inference for LLMs

In this blog, we discuss the methods we used to achieve FP16 inference with popular LLM models such as Meta’s Llama3-8B and IBM’s Granite-8B Code, where 100% of the computation is performed using OpenAI’s Triton Language.

pytorch.org

if(article.Image != null) { Benchmarking Hallucination Detection Methods in RAG }

Benchmarking Hallucination Detection Methods in RAG

Here are the hallucination detection methods considered in our study, all based on using LLMs to evaluate a generated response: We will compare the hallucination detection methods stated above across 4 public Context-Question-Answer datasets spanning different RAG applications.

towardsdatascience.com

Code

if(article.Image != null) { Mathematics of love Optimizing a Dining-Room-Seating Arrangement for Weddings with Python }

Mathematics of love Optimizing a Dining-Room-Seating Arrangement for Weddings with Python

Solving the Restricted Quadratic Multi-Knapsack Problem (RQMKP) with mathematical programming and Python.

towardsdatascience.com

>