AI with No Internet Connection
CODE Magazine|November - December 2024
AI, or artificial intelligence; are you bored of hearing about of it yet? Between the stock market and CEO keynotes, we can’t seem to get away from it. It promises to revolutionize everything around us.
Sahil Malik
AI with No Internet Connection

We’ll have robots mowing our lawns, artificial intelligence teachers teaching us on our tablet computers, etc. We’ve all seen those incredible demos, yet when I want to build something useful with it, it comes down to a hard choice of rote theoretical concepts that seem so far away from usable code, or a matter of calling APIs with a key and giving up all my data to some random company out there. Where’s that robot mowing my lawn?

The issue is that I don’t want to offer up the corpus of my data to some random service out there. Maybe it’s a data security or privacy issue, or maybe I need quicker response times. Maybe it’s a matter of ongoing cost, or maybe I just don’t have internet connectivity. For instance, wouldn’t it be nice if I could just ask questions of “my” email over a simple chat-based UI, without having to share my life history with Apple or Microsoft? What if I was taking up a new job, and the new job shared 50 pages of fine-print details with me? I have many questions. I must accept the offer within 24 hours, and I have so many questions. I wish I could just ask questions. Or what if I had lots and lots of old financial data, and I wanted to ask a simple question, like “What is this $58.76 expense about?” and my computer had the intelligence to OCR all my receipts, and answer my questions in simple English, like “This $58.76 receipt was for tolls on your trip to customer XYZ in city def”. Or maybe my lawn-mowing robot ran out of Wi-Fi range and needs to decide quickly if it’s okay to mow over the rabbit? For the record, it is never okay to do that.

I’ve seen all these demos, yet when I sit down to solve these basic problems, all these promises by all these magnificent companies fall short.

Why can’t I ask my computer such simple questions?

Denne historien er fra November - December 2024-utgaven av CODE Magazine.

Start din 7-dagers gratis prøveperiode på Magzter GOLD for å få tilgang til tusenvis av utvalgte premiumhistorier og 9000+ magasiner og aviser.

Denne historien er fra November - December 2024-utgaven av CODE Magazine.

Start din 7-dagers gratis prøveperiode på Magzter GOLD for å få tilgang til tusenvis av utvalgte premiumhistorier og 9000+ magasiner og aviser.

FLERE HISTORIER FRA CODE MAGAZINESe alt
Threads, Asynchrony, Parallelism, and Concurrency in C#
CODE Magazine

Threads, Asynchrony, Parallelism, and Concurrency in C#

The concepts of process, thread, and task are fundamental to understanding the working of an operating system. You should have a good understanding of threads and how they work to learn asynchrony, parallelism, and concurrency. This article discusses the concepts related to these concepts in detail with relevant code examples wherever appropriate.

time-read
5 mins  |
November - December 2024
Career Development and Staffing Reinvented
CODE Magazine

Career Development and Staffing Reinvented

You think great talent and cool positions only exist in Silicon Valley? Think again!

time-read
4 mins  |
November - December 2024
Can an LLM Make a Video Game?
CODE Magazine

Can an LLM Make a Video Game?

In the Summer of 1980, I played Asteroids at a gas station in rural West Texas. I stood on a stool to reach the controls and see the screen. Ever since then, I’ve wanted to make a video game. I’ve also wanted to have the time, skills, and resources to make a video game.

time-read
3 mins  |
November - December 2024
First Rule of ARIA: Don't Use ARIA
CODE Magazine

First Rule of ARIA: Don't Use ARIA

As you expand your accessibility knowledge, you've probably heard the term ARIA a few times, maybe with an explanation, maybe not. Let's start there: ARIA (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA) is a standard from the World Wide Web Consortium (W3C) (https://www.w3.org/) via the Web AccessibilityInitiative (WAI) (https://www.w3.org/WAI/).

time-read
10+ mins  |
November - December 2024
Exploring .NET MAUI: Data Entry Controls and Data Binding
CODE Magazine

Exploring .NET MAUI: Data Entry Controls and Data Binding

In the first parts of this ongoing series on exploring .NET MAUI (https://codemag.​com/Article/2408041/Exploring-.NET-MAUIGetting-Started and https://codemag.​com/Article/2409041/Exploring-.NET-MAUI-Styles-Navigation-and-Reusable-UI), you created your first .NET MAUI application and ran that application on both a Windows computer and an Android emulator.

time-read
4 mins  |
November - December 2024
CODE Magazine Presents: The State of AI Mini Conference Tour
CODE Magazine

CODE Magazine Presents: The State of AI Mini Conference Tour

CODE has recently started a new series of inperson events focusing on the topic of artificial intelligence and its practical uses in business scenarios.

time-read
2 mins  |
November - December 2024
AI with No Internet Connection
CODE Magazine

AI with No Internet Connection

AI, or artificial intelligence; are you bored of hearing about of it yet? Between the stock market and CEO keynotes, we can’t seem to get away from it. It promises to revolutionize everything around us.

time-read
8 mins  |
November - December 2024
CODE: 5 Years Ago
CODE Magazine

CODE: 5 Years Ago

And just like that, we've arrived at the last installment of our \"30 Years of CODE\" celebratory column. Wow. Time flies! Seems like \"just the other day\" we had our 30-year anniversary celebration in Orlando, yet that was in December of 2023. But it's even wilder to think back five or six years. \"Just before the pandemic,\" really. How much has changed in those few short years!

time-read
10 mins  |
November - December 2024
Career Development and Staffing reinvented
CODE Magazine

Career Development and Staffing reinvented

You think great talent and cool positions only exist in Silicon Valley? Think again!

time-read
4 mins  |
September - October 2024
Container Orchestration Using Kubernetes
CODE Magazine

Container Orchestration Using Kubernetes

In my previous article on Docker (\"Introduction to Containerization Using Docker,\" Mar/Apr 2021 issue), I explained what containerization is and how Docker simplifies application deployment.

time-read
2 mins  |
September - October 2024