Skip to main content

Voices in AI – Episode 101: A Conversation with Cindi Howsen

[voices_in_ai_byline]

About this Episode

On Episode 101 of Voices in AI, Byron speaks with Cindi Howsen of Thoughtspot about the direction of explainable AI and where we are going as an industry.

Listen to this episode or read the full transcript at www.VoicesinAI.com

Transcript Excerpt

Byron Reese: This is Voices in AI brought to you by GigaOm and I’m Byron Reese. Today my guest is Cindi Howson. She is the Chief Data Strategy Officer at ThoughtSpot. She holds a degree in English from the University of Maryland and an MBA from my alma mater, Rice University. Welcome to the show, Cindy.

Cindi Howson: Thank you, Byron. Yes Rice, where they had more trees than students.

That is one of the things that was in the original charter, that it’d always be that way and it makes a real difference on the campus, doesn’t it?

It does. It’s a beautiful campus.

And you know a lot of people aren’t big into living in Houston. But the part where we lived had those beautiful oaks that hang over all the streets and it has all the museums and it’s just a really, really lovely place to be. I’ll only say one one small short story and then we’ll get onto the topic at hand. But at Shepherd and Westheimer there’s a Randall’s grocery store. And it might be Shepard and West Gray. And it’s that grocery store that Boris Yeltsin went into and saw it and he said it was that moment he knew that the Soviet Union wasn’t going to be successful, that their system had failed and that if people in the Soviet Union knew that this is where Americans get to shop, there would be riots the next day. And he pointed at that one grocery store in that one moment where it all became very clear to him. And I always think there should be a plaque there and there isn’t. It’s just a Randall’s grocery store.

Interesting, well maybe you need to make that happen Byron.

Maybe.

It’s a historical moment. Probably it’s a Kroger’s there now.

No, I drove by it recently to check because I was showing it to my son and I was like, hey that’s where they realized communism failed. So in any case, thanks for being on the show. So you’re the Chief Strategy Officer at ThoughtSpot. For those of the listeners who don’t know, tell me about ThoughtSpot. What is the mission? What do you do?

Yeah. So ThoughtSpot is a BI [business intelligence] search and AI and analytics technology provider and we give users, any users, particularly business users, the ability to ask questions of their data using search and natural language query. And that is a very different paradigm than how most BI vectors have people work with their data, which is more power user oriented, I would say. The other thing where ThoughtSpot is very early to the market is on this next wave of disruption combining AI and analytics, — telling you what you didn’t even know to look for in your data: the hidden patterns, as we call them.

So let’s start with the first half of that equation. Taking BI down to something that doesn’t require a power user. Give me kind of a real world example of that. Who would be somebody that normally wouldn’t ever think of themselves as a BI consumer who now would be?

Yes. Keep in mind Byron, I have worked in the BI and analytic space, it’s almost embarrassing to say, but for more than 20 years now, and we have made some improvements in bringing data and BI to more people. But I do think it’s more into power users.

So I’ll give you an example of one retailer [and] imagine a college student even with no training, and their goal is just to sell telephones, smartphones or particular plans. So they can just type in the keywords and say “Show me my commissions this month versus last month” or “Show me how many people bought an unlimited data plan vs. a ‘pay as you go’ plan.” And it’s as easy as a Google search or Google-like search. A number of the founders do come from Google, so they bring that IP to the product.

So you’re saying it’s a natural language, minimal training kind of approach to just ask what it is you want to know and it shall be answered?

It is and as you’re very technical, and as your listeners are also very technical, I want to parse these words: ‘natural language’ because natural language processing (NLP) does have a precise meaning in the AI world, but search is also a particular type of technology and some vendors only take one approach.

ThoughtSpot uses both search, so if I find that keyword, I’m going to leverage it and I’m going to use algorithms to give you the best hit on those keywords, but I’m also going to use natural language. So if I wanted to see store sales this month versus last month, “versus” may not exist as a keyword, and those time periods don’t exist, so that’s where the natural language part comes in. But it is a combination of search and natural language. Did I get too picky there Byron?

Not at all. It’s a useful distinction actually. And then the other half of the equation was bridging the world of AI and analytics. Can you talk a little bit about that? Like what’s the end goal there?

The end goal is really to create a platform that is human scale. So one of the founders keeps saying he has a mission. So it is now my mission, too, to create a more fact driven world. And right now facts are hard to get to. Data is hard to get to. It’s almost easier for somebody just to do a search on the Internet to query their own internal corporate data. But if you’re trying to analyze a particular problem, if it’s a manufacturing quality problem, being able to ask those questions and get to those insights easily, quickly is what we’re trying to deliver.

Listen to this episode or read the full transcript at www.VoicesinAI.com

[voices_in_ai_link_back]

Byron explores issues around artificial intelligence and conscious computers in his new book The Fourth Age: Smart Robots, Conscious Computers, and the Future of Humanity.



from Gigaom https://ift.tt/2QUXD3L

Comments

Popular posts from this blog

How To Play Doom – And More – On An NES

Doom was a breakthrough game for its time, and became so popular that now it’s essentially the “Banana For Scale” of hardware hacking. Doom has been ported to countless devices, most of which have enough processing ability to run the game natively. Recently, this lineup of Doom-compatible devices expanded to include the NES even though the system definitely doesn’t have enough capability to run it without special help. And if you want your own Doom NES cartridge, this video will show you how to build it . We featured the original build from [TheRasteri] a while back which goes into details about how it’s possible to run such a resource-intensive game on a comparatively weak system. You just have to enter the cheat code “RASPI”. After all the heavy lifting is done, it’s time to put it into a realistic-looking cartridge. To get everything to fit in the donor cartridge, first the ICs in the cartridge were removed (except the lockout IC) and replaced with custom ROM chips. Some modifica...

Try NopSCADlib for your Next OpenSCAD Project

Most readers of this site are familiar by now with the OpenSCAD 3D modeling software, where you can write code to create 3D models. You may have even used OpenSCAD to output some STL files for your 3D printer. But for years now, [nophead] has been pushing OpenSCAD further than most, creating some complex utility and parts libraries to help with modeling, and a suite of Python scripts that generate printable STLs, laser-ready DXFs, bills of material, and human-readable assembly instructions complete with PNG imagery of exploded-view sub-assemblies. Recently [nophead] tidied all of this OpenSCAD infrastructure up and released it on GitHub as NopSCADlib . You can find out more by browsing through the example projects and README file in the repository, and by reading the announcement blog post on the HydraRaptor blog . Some functionality highlights include: a large parts library full of motors, buttons, smooth rod, et cetera many utility functions to help with chamfers, fillets, precis...

The Newbie’s Guide To JTAG

Do you even snarf? If not, it might be because you haven’t mastered the basics of JTAG and learned how to dump, or snarf, the firmware of an embedded device. This JTAG primer will get you up to snuff on snarfing, and help you build your reverse engineering skills. Whatever your motivation for diving into reverse engineering devices with microcontrollers, JTAG skills are a must, and [Sergio Prado]’s guide will get you going. He starts with a description and brief history of the Joint Test Action Group interface, from its humble beginnings as a PCB testing standard to the de facto standard for testing, debugging, and flashing firmware onto devices. He covers how to locate the JTAG pads – even when they’ve been purposely obfuscated – including the use of brute-force tools like the JTAGulator . Once you’ve got a connection, his tutorial helps you find the firmware in flash memory and snarf it up to a file for inspection, modification, or whatever else you have planned. We always apprec...