Remove how-and-when-to-use-a-python-while-loop
article thumbnail

Automated Mentoring with ChatGPT

O'Reilly on Data

Ethan and Lilach Mollick’s paper Assigning AI: Seven Approaches for Students with Prompts explores seven ways to use AI in teaching. While this paper is eminently readable, there is a non-academic version in Ethan Mollick’s Substack.) It also made a point about a puts() method call within the program’s main loop.

Testing 185
article thumbnail

ChatGPT, Now with Plugins

O'Reilly on Data

I generated a 16-digit non-prime number by multiplying two 8-digit prime numbers, and asked ChatGPT (using GPT -3.5) It answered correctly that the number was non-prime, but when it told me the number’s prime factors, it was clearly wrong. It also generated a short program that implemented the widely used Miller-Rabin primality test.

Testing 210
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

CIOs in transition: 5 tips for landing your next IT leadership job

CIO Business Intelligence

While you may have planned or negotiated an exit, very often such departures are beyond your direct control, due to a leadership change, acquisition, or another strategic event. Finding a new job when you’re in transition has different challenges than hopping from one job to another does. Networking is a lifelong endeavor.

IT 75
article thumbnail

Introducing Amazon MWAA support for Apache Airflow version 2.7.2 and deferrable operators

AWS Big Data

Amazon Managed Workflow for Apache Airflow (Amazon MWAA) is a managed service that allows you to use a familiar Apache Airflow environment with improved scalability, availability, and security to enhance and scale your business workflows without the operational burden of managing the underlying infrastructure.

Metrics 103
article thumbnail

The Future of Software using AI and No-code with @vpalepu: TDI 20

Data Science 101

“What happens when AI ends up making mistakes? As long as we remember that when using AI to write code, there is little to be concerned about. But for each of these concerns, I am also very excited about the possibilities that AI brings when writing code, and creating products. Who is responsible for fixing them?”

Software 110
article thumbnail

Sentry’s David Cramer on bootstrapping a unicorn

CIO Business Intelligence

How did that happen? Sentry was essentially built because I found it annoying to deal with the systems admin on the team to get access to logs when I broke something. I later joined Disqus, and the company started using it as well and that really encouraged me to make it even better. million developers today.

Software 115
article thumbnail

Can Language Models Replace Compilers?

O'Reilly on Data

Kevlin Henney and I recently discussed whether automated code generation, using some future version of GitHub Copilot or the like, could ever replace higher-level languages. To some extent, it’s happening now: ChatGPT 4’s “Advanced Data Analysis” can generate code in Python, run it in a sandbox, collect error messages, and try to debug it.

Modeling 284