Test-driving Google’s Gemini-Exp-1206 model in data analysis, visualizations

Share This Post


Join our daily and weekly newsletters for the latest updates and exclusive content on industry-leading AI coverage. Learn More


One of Google’s latest experimental models, Gemini-Exp-1206, shows the potential to alleviate one of the most grueling aspects of any analyst’s job: getting their data and visualizations to sync up perfectly and provide a compelling narrative, without having to work all night.

Investment analysts, junior bankers, and members of consulting teams aspiring for partnership positions take their roles knowing that long hours, weekends, and pulling the occasional all-nighter could give them an inside edge on a promotion.

What burns so much of their time is getting advanced data analysis done while also creating visualizations that reinforce a compelling storyline. Making this more challenging is that every banking, fintech and consulting firm, like JP Morgan, McKinsey and PwC, has unique formats and conventions for data analysis and visualization.

VentureBeat interviewed members of internal project teams whose employers had hired these firms and assigned them to the project. Employees working on consultant-led teams said producing visuals that condense and consolidate the massive amount of data is a persistent challenge. One said it was common for consultant teams to work overnight and do a minimum of three to four iterations of a presentation’s visualizations before settling on one and getting it ready for board-level updates.

A compelling use case for test-driving Google’s latest model

The process analysts rely on to create presentations that support a storyline with solid visualizations and graphics has so many manual steps and repetitions that it proved a compelling use case for testing Google’s latest model.

In launching the model earlier in December, Google’s Patrick Kane wrote, “Whether you’re tackling complex coding challenges, solving mathematical problems for school or personal projects, or providing detailed, multistep instructions to craft a tailored business plan, Gemini-Exp-1206 will help you navigate complex tasks with greater ease.” Google noted the model’s improved performance in more complex tasks, including math reasoning, coding, and following a series of instructions.

VentureBeat took Google’s Exp-1206 model for a thorough test drive this week. We created and tested over 50 Python scripts in an attempt to automate and integrate analysis and intuitive, easily understood visualizations that could simplify the complex data being analyzed. Given how hyperscalers are dominant in news cycles today, our specific goal was to create an analysis of a given technology market while also creating supporting tables and advanced graphics.

Through over 50 different iterations of verified Python scripts, our findings included:

  • The greater the complexity of a Python code request, the more the model “thinks” and tries to anticipate the desired result. Exp-1206 attempts to anticipate what’s needed from a given complex prompt and will vary what it produces by even the slightest nuance change in a prompt. We saw this in how the model would alternate between formats of table types placed directly above the spider graph of the hyperscaler market analysis we created for the test.  
  • Forcing the model to attempt complex data analysis and visualization and produce an Excel file delivers a multi-tabbed spreadsheet. Without ever being asked for an Excel spreadsheet with multiple tabs, Exp-1206 created one. The primary tabular analysis requested was on one tab, visualizations on another, and an ancillary table on the third.
  • Telling the model to iterate on the data and recommend the 10 visualizations it decides best fit the data delivers beneficial, insightful results. Aiming to reduce the time drain of having to create three or four iterations of slide decks before a board review, we forced the model to produce multiple concept iterations of images. These could be easily cleaned up and integrated into a presentation, saving many hours of manual work creating diagrams on slides.

Pushing Exp-1206 toward complex, layered tasks

VentureBeat’s goal was to see how far the model could be pushed in terms of complexity and layered tasks. Its performance in creating, running, editing and fine-tuning 50 different Python scripts showed how quickly the model attempts to pick up on nuances in code and react immediately. The model flexes and adapts based on prompt history.

The result of running Python code created with Exp-1206 in Google Colab showed that the nuanced granularity extended into shading and translucency of layers in an eight-point spider graph that was designed to show how six hyperscaler competitors compare. The eight attributes we asked Exp-1206 to identify across all hyperscalers and to anchor the spider graph stayed consistent, while graphical representations varied.

Battle of the hyperscalers

We chose the following hyperscalers to compare in our test: Alibaba Cloud, Amazon Web Services (AWS), Digital Realty, Equinix, Google Cloud Platform (GCP), Huawei, IBM Cloud, Meta Platforms (Facebook), Microsoft Azure, NTT Global Data Centers, Oracle Cloud, and Tencent Cloud.

Next, we wrote an 11-step prompt of over 450 words. The goal was to see how well Exp-1206 can handle sequential logic and not lose its place in a complex multistep process. (You can read the prompt in the appendix at the end of this article.)

We next submitted the prompt in Google AI Studio, selecting the Gemini Experimental 1206 model, as shown in the figure below.

Next, we copied the code into Google Colab and saved it into a Jupyter notebook (Hyperscaler Comparison – Gemini Experimental 1206.ipynb), then ran the Python script. The script ran flawlessly and created three files (denoted with the red arrows in the upper left).

Hyperscaler comparative analysis and a graphic — in less than a minute

The first series of instructions in the prompt asked Exp-1206 to create a Python script that would compare 12 different hyperscalers by their product name, unique features and differentiators, and data center locations. Below is how the Excel file that was requested in the script turned out. It took less than a minute to format the spreadsheet to shrink it to fit in the columns.

Spreadsheet from test of Google Gemini-Exp-1206

The next series of commands asked for a table of the top six hyperscalers compared across the top of a page and the spider graph below. Exp-1206 chose on its own to represent the data in HTML format, creating the page below.

Graph from test of Google Gemini-Exp-1206

The final sequence of prompt commands centered on creating a spider graph to compare the top six hyperscalers. We tasked Exp-1206 with selecting the eight criteria for the comparison and completing the plot. That series of commands was translated into Python, and the model created the file and provided it in the Google Colab session.

A model purpose-built to save analysts’ time

VentureBeat has learned that in their daily work, analysts are continuing to create, share and fine-tune libraries of prompts for specific AI models with the goal of streamlining reporting, analysis and visualization across their teams.

Teams assigned to large-scale consulting projects need to consider how models like Gemini-Exp-1206 can vastly improve productivity and alleviate the need for 60-hour-plus work weeks and the occasional all-nighter. A series of automated prompts can do the exploratory work of looking at relationships in data, enabling analysts to produce visuals with much greater certainty without having to spend an inordinate amount of time getting there.

Appendix:

Google Gemini Experimental 1206 Prompt Test

Write a Python script to analyze the following hyperscalers who have announced a Global Infrastructure and Data Center Presence for their platforms and create a table comparing them that captures the significant differences in each approach in Global Infrastructure and Data Center Presence.

Have the first column of the table be the company name, the second column be the names of each of the company’s hyperscalers that have Global Infrastructure and Data Center Presence, the third column be what makes their hyperscalers unique and a deep dive into the most differentiated features, and the fourth column be locations of data centers for each hyperscaler to the city, state and country level. Include all 12 hyperscalers in the Excel file. Don’t web scrape. Produce an Excel file of the result and format the text in the Excel file so it is clear of any brackets ({}), quote marks (‘), double asterisks (**) and any HTML code to improve readability. Name the Excel file, Gemini_Experimental_1206_test.xlsx.

Next, create a table that is three columns wide and seven columns deep. The first column is titled Hyperscaler, the second Unique Features & Differentiators, and the third, Infrastructure and Data Center Locations. Bold the titles of the columns and center them. Bold the titles of the hyperscalers too. Double check to make sure text within each cell of this table wraps around and doesn’t cross into the next cell. Adjust the height of each row to make sure all text can fit in its intended cell. This table compares Amazon Web Services (AWS), Google Cloud Platform (GCP), IBM Cloud, Meta Platforms (Facebook), Microsoft Azure, and Oracle Cloud. Center the table at the top of the page of output.

Next, take Amazon Web Services (AWS), Google Cloud Platform (GCP), IBM Cloud, Meta Platforms (Facebook), Microsoft Azure, and Oracle Cloud and define the eight most differentiating aspects of the group. Use those eight differentiating aspects to create a spider graph that compares these six hyperscalers. Create a single large spider graph that clearly shows the differences in these six hyperscalers, using different colors to improve its readability and the ability to see the outlines or footprints of different hyperscalers. Be sure to title the analysis, What Most Differentiates Hyperscalers, December 2024. Make sure the legend is completely visible and not on top of the graphic.

 Add the spider graphic at the bottom of the page. Center the spider graphic under the table on the page of output.

These are the hyperscalers to include in the Python script: Alibaba Cloud, Amazon Web Services (AWS), Digital Realty, Equinix, Google Cloud Platform (GCP), Huawei, IBM Cloud, Meta Platforms (Facebook), Microsoft Azure, NTT Global Data Centers, Oracle Cloud, Tencent Cloud.



Source link

Related Posts

Access Denied

Access Denied You don't have permission to access...

Robot dogs and AI drone swarms: How China could use DeepSeek for an era of war

China’s state-owned defense giant Norinco in February unveiled...

Australia sues Microsoft over ‘misleading’ AI offer

Australia's competition watchdog accused Microsoft on Monday of...

Startup Says It’s Launching a Test Weapon Into Orbit

Last month, the Department of Defense announced it...

Google AI Studio updates: More control, less friction

AI-powered apps let you build incredible things: generate...

I turned my mini PC into a powerhouse with 2 easy upgrades

So there it is–my new mini PC, the...
- Advertisement -spot_img
SV388jUDI BOLASBOBET88SBOBET88WS168LIVE CASINO ONLINESBOBET88SV388SEXYGAMINGINDOBALI88SABA SPORTSV388LIVE CASINOSV388Mahjong WaysSABUNG AYAM ONLINELive Casino OnlineSabung Ayam onlinemahjong ways 2sabung ayam onlinejudi bola onlinelive casino onlineslot gacor mahjongslot gacor mahjongslot gacor mahjongslot gacor mahjongLIVE CASINO ONLINESBOBETSABUNG AYAM ONLINESABUNG AYAM ONLINECASINO ONLINECASINO ONLINELIVE CASINO ONLINEJUDI BOLALIVE CASINO ONLINEMAHJONGSABUNG AYAM ONLINESITUS JUDI BOLASABUNG AYAM ONLINELIVE CASINO ONLINESLOT MAHJONGlive casinomix parlaymix parlaysabung ayam onlinelive casinomix parlaysabung ayam onlinesabung ayam onlinemix parlaysabung ayam onlinemix parlaysabung ayam onlinemix parlayparlaysitus live casinojudi bolaSabung Ayam OnlineSabung Ayam OnlineSabung Ayam OnlineSABUNG AYAMJUDI BOLALIVE CASINOSLOT MAHJONGMAHJONG WAYSJUDI BOLA ONLINESABUNG AYAM ONLINESWEET BONANZASLOT ZEUSSV388JUDI BOLA ONLINEJUDI BOLA ONLINEJUDI BOLA ONLINESABUNG AYAM ONLINELIVE CASINO ONLINESITUS SLOT ONLINEPRAGMATIC PLAYMAHJONG WAYSJudi BolaLive Casino OnlineSabung Ayam onlinemahjong ways 2Judi Bolamahjong ways 2mahjong wins 3gates of olympussweet bonanzastarlight princesssbobetsv388agen baccaratsabung ayam onlinejudi bola onlinejudi bola onlinesabung ayam onlinemahjong ways 2mahjong wins 3lucky nekosweet bonanzastarlight princessjudi bola onlinesabung ayam onlineagen casino onlinecasino onlinejudi bola onlinesabung ayam onlinecasino onlinejudi bola onlinejudi bola onlinesabung ayam onlinecasino onlineslot gacor mahjonglive casino onlinesabung ayam onlinesabung ayam onlinecasino onlineslot gacor mahjongsabung ayam onlinejudi bola onlinejudi bolasabung ayam onlineindobit88live casino onlinesv388sabung ayam onlineCasino Onlinesabung ayam onlineMix Parlaycasino onlineMahjong Wayssabung ayam onlinejudi bola onlinesabung ayam onlinemix parlay
analisis pola spin mahjong ways untuk menang konsistenwild mahjong ways 3 ajarkan cara hadapi tantangan hidupputaran maxwin mahjong ways 2mengenal pola sukses mahjong wins 3strategi maxwin pemain mahjong wayspola campuran gate of olympusmenang pragmatic play pakai pola indojawa88strategi ammar menang mahjong ways 2bangkit dari kerugian berkat mahjong wins 3strategi Jackpot main clover goldJUDI BOLA ONLINESABUNG AYAM ONLINELIVE CASINO ONLINESLOT MAHJONGMAHJONG WAYS 2judi bola onlinejudi bola onlineslot mahjong wayssv388sbobet88live baccarat onlinesbobet mix parlaycara spin mahjong ways ala admin wahanabet tips mantul cuan tipis tapi lancar tanpa hambatanmenang rp.142.250.331 pakai kombinasi duo maut denny spill trik dapat cuan dari treasures of aztec modal bet cuma 400 perakSabung Ayam Onlinejudi bola onlinemahjong wayssabung ayam onlinesabung ayam onlinesabung ayam onlinesabung ayam onlinejudi bolaslot mahjongsv388judi bolasabung ayam onlineungkap rahasia scatter mahjong wayskiat sukses pemain gates of olympustrik dan strategi kuasai rtp mahjong winspola lonceng emas queen of bountystrategi scatter hitam mahjong ways 2maxwin scatter hitam indojawa88
slot mahjong wayssabung ayam onlinejudi bola onlinesabung ayam onlinelive casino onlinejudi bola onlinesabung ayam onlinelive casino onlineSABUNG AYAM ONLINESBOBET88LIVE CASINO ONLINEMAHJONG WAYS 2JUDI BOLA ONLINESBOBET88SBOBETsv388sbobet88ws168sbobet mobilemahjong waysmodal nekat cuan dahsyat pakai pola ini spin sweet bonanza bisa menang puluhan jutajangan salah langkah main mahjong ways pakai trik ini scatter hitam pasti pecah terusSabung Ayam OnlineSabung Ayam OnlineSabung Ayam OnlineSabung Ayam OnlineSabung Ayam OnlineLAB Official Work PageGalleria Pallesi Official SitePITAC Official ContactSOBER ICT Official Contactsabung ayam onlinesabung ayam onlinesabung ayam onlinesabung ayam onlinesabung ayam onlinesabung ayam onlineSBOBETLIVE CASINO ONLINESBOBET88LIVE CASINO ONLINEJUDI BOLASABUNG AYAM ONLINESLOT MAHJONGLIVE CASINO ONLINESABUNG AYAM ONLINEMIX PARLAYCASINO ONLINESLOT MAHJONGSABUNG AYAM ONLINESBOBET88SABUNG AYAM ONLINELIVE CASINO ONLINELIVE CASINO ONLINESABUNG AYAM ONLINESABUNG AYAM ONLINELIVE CASINO ONLINELIVE CASINO ONLINEAGEN JUDI BOLACASINO ONLINESLOT MAHJONGsabung ayam onlinemix parlaymix parlaymix parlaysabung ayam onlinemix parlaymix parlaysabung ayam onlinelive casinoSV388SBOBET88CASINO ONLINEPG SOFTSLOT GACORJUDI BOLA ONLINESITUS JUDI BOLASITUS JUDI BOLASABUNG AYAM ONLINEJUDI BOLA ONLINECASINO ONLINESLOT MAXWINSLOT GACORSBOBETSLOT MAHJONG WAYSSLOT KAKEK ZEUSSLOT SPACEMANBANDAR BOLAJUDI BOLASABUNG AYAMMEGA WHEELSLOT 4DSV388MAHJONG WAYSsabung ayam onlinejudi bola onlinelive casino onlineslot mahjonglive casino onlineslot mahjongsabung ayam onlinejudi bola onlinelive casino onlineslot mahjongJudi BolaLive Casino OnlineSabung Ayam onlineSlot Mahjong Gacorjudi bolaslot mahjonglive casinoindobit88slot onlineagen judi bolasabung ayam onlinejudi bolatogel onlinesbobet88sbobet88Mix Parlaycasino onlineMix ParlaySV388Judi Bola OnlineMahjong WaysSabung Ayam Onlinesabung ayam onlinejudi bola onlinemahjong ways 2slot mahjong waysmahjong ways 2mahjong wins 3lucky nekosweet bonanzastarlight princesssbobetsabung ayam onlineagen casinosabung ayam onlinejudi bola onlinesabung ayam onlinejudi bola onlinemahjong ways 2mahjong wins 3starlight princesssweet bonanzagates of olympussabung ayam onlinesbobetagen casinoSLOT ZEUSSABUNG AYAM ONLINESABUNG AYAM ONLINELIVE CASINOSLOT MAHJONGcasino onlineslot zeusjudi bola onlinesabung ayam onlinesabung ayam onlinecasino onlineMIX PARLAYSV388INDOBALI88SABUNG AYAM ONLINESBOBET88WS168CASINO ONLINESBOBET88MIX PARLAYJUDI BOLAMAHJONG WAYS 2MAHJONG WAYSMAHJONG WINS 3POLA MAHJONG WAYSSITUS MAHJONG WAYS 2
spin turbo gates of gatot kacapola maxwin mahjong wayscara gampang menang starlight princessmaxwin dari pola wild mahjong ways 2jacpot scatter hitam mahjong wins 3bocoran maxwin main pg softibu rumah tangga jackpot main sweet rush bonanza
Nusa Islands Bali Official PackagesTrinidad and Tobago Pilots’ Association Official About Pagemaxwin mahjong wins 3strategi main gates of olympuskuasai pola rtp pragmatic playlangkah mendapatkan scatter emaspola rtp pg soft indojawa88Green Gold Mountain Official SiteKomite SMKN 1 Tanjung Jabung Barat Official Sitetutorial maxwin mahjong waysstrategi rtp mahjong waysEIKON Official Policieskontak situs pecinta ayamNusa Islands Bali Official ContactCitraLand Surabaya Official NewsLenterakita About PageVinayak Group Official SiteI Think An Idea Official SitePITAC Official SitePortfolioSitez Official SiteMedical LTD Official SiteCapworks Official SiteMartino & Luth Official SiteTech With Mike First Official SiteSahabat Tiopan Official SiteE-Sekolah CBT Official SiteBDF Ventura Official SiteOcean E Soft Official SiteArab DMC Official SiteBBC Noun Official SiteCang Vu Hai Phong Official SiteThe Flat Official SiteThe Black Sheep Official SiteCEM Argentina Official SiteSlot MahjongTop Dawg Tavern Official SiteKelas Nesfatin Official SiteDuhoc Interlink Official SiteKarunia Inda Med Mandiri Official SiteJFV Pulm Official SiteRatiohead Official SiteAskona Official SiteMAN Surabaya E-Learning Official SiteShaker Group Official SiteTakaKawa Shoten Official SiteBrydan Solutions Official SiteConcursos Rodin Official SiteEHOB Official SiteConmou Official SiteCareer Wings Official SiteMontero Espinosa Official SiteBDF Ventura Official SiteDesa Sangginora Official SiteBDF Ventura Official SiteTaruna Akademia Official SiteAkura Official SiteMUI Ciamis Official SiteNamulanda Technical Institute Official Site