Tag: Ai
-
Can vibe coding produce production-grade software?
Posted on May 1, 2025, Level beginner Resource Length long
Thoughtworks explored "vibe coding," where an AI generates software from minimal functional requirements without detailed architectural guidance. They tested this approach through three experiments building the System Update Planner application. By Premanand Chandrasekaran.
Tags ai programming miscellaneous how-to learning
-
Raspberry Pi AI camera explained: What it is & how to use it
Posted on April 24, 2025, Level beginner Resource Length long
The Raspberry AI Camera is a high-resolution visual sensor with a neural processing unit (NPU). This hardware makes it perfect for AI vision capabilities—such as object detection, pose estimation, and semantic segmentation—and lets it process images/videos on-device. By Thomas Dyan.
Tags big-data machine-learning ai robotics python
-
How gen AI is helping drive vehicle autonomy
Posted on April 12, 2025, Level beginner Resource Length long
AI can be a key enabler in overcoming technological hurdles to vehicle autonomy by generating synthetic datasets, for example. Collaboration within the autonomous vehicle industry is key to harnessing the potential of gen AI, while addressing associated risks. By Maria Alonso, Alex Koster and Paul Jordan.
Tags ai miscellaneous analytics big-data robotics
-
AI-driven weather prediction breakthrough reported
Posted on April 8, 2025, Level beginner Resource Length medium
Researchers say Aardvark Weather uses thousands of times less computing power and is much faster than current systems. By Rachel Hall and Ian Sample.
Tags ai agile miscellaneous analytics big-data cio data-science
-
Leading effective engineering teams in the age of GenAI
Posted on April 4, 2025, Level beginner Resource Length medium
Using AI in software development is not about writing more code faster; it's about building better software. It's up to you as a leader to define what "better" means and help your team navigate how to achieve it. Treat AI as a junior team member that needs guidance. Train folks to not over-rely on AI; this can lead to skill erosion. Emphasize "trust but verify" as your mantra for AI-generated code. Leaders should upskill themselves and their teams to navigate this moment.Using AI in software development is not about writing more code faster; it's about building better software. It's up to you as a leader to define what "better" means and help your team navigate how to achieve it. Treat AI as a junior team member that needs guidance. Train folks to not over-rely on AI; this can lead to skill erosion. Emphasize "trust but verify" as your mantra for AI-generated code. Leaders should upskill themselves and their teams to navigate this moment. By Addy Osmani.
Tags management cio performance ai agile teams
-
15 best AI coding assistant tools in 2025
Posted on March 27, 2025, Level beginner Resource Length long
AI code generation promises a quick boost of productivity for programmers. To generate code using AI, first choose an AI-powered coding assistant tool. Then, provide a natural language description of your expected cod. The list of AI coding assistants compiled by Ayelet Slasky.
Tags ai bots app-development how-to
-
What is prompt engineering?
Posted on January 20, 2025, Level beginner Resource Length long
Business leaders require guidance and support to achieve organizational goals. This is where the Chief Information Officer (CIO) plays a crucial role in driving technology strategies and innovation. The CIO is responsible for aligning IT initiatives with business objectives, ensuring that organizations remain competitive in an evolving tech landscape. By Megan Crouse.
Tags app-development web-development ai learning
-
Ten AI strategy questions every CIO must answer
Posted on January 14, 2025, Level beginner Resource Length medium
The article highlights 10 AI strategy questions that every CIO must answer. These questions cover various aspects of AI implementation, including data, talent, and organizational culture. The CIO should consider these questions to ensure they are on the right track with their organization's AI journey. By Mary K. Pratt.
Tags cio career learning ai app-development
-
New Google AI tools 2025: Gemini 2.0, Astra, Veo 2 & Trillium chips
Posted on January 4, 2025, Level beginner Resource Length medium
Google's new AI tools are designed to make life easier, faster, and more accurate. As a CTO, you should keep an eye on these developments, as they have the potential to disrupt industries and drive innovation. By Alex McFarland.
Tags ai google software big-data cio data-science
-
GitHub is making its AI programming Copilot free for VS Code developers — with limits
Posted on December 24, 2024, Level beginner Resource Length medium
GitHub has recently made its AI programming assistant, CodeGPT (now called GitHub Copilot), free for Visual Studio Code developers, with usage limits. This move comes as part of the company's strategy to integrate AI more deeply into software development workflows and broaden access to advanced coding assistance without cost barriers. By Carl Franzen.
Tags software cio ai devops cloud
-
What do we know about the economics of AI?
Posted on December 21, 2024, Level beginner Resource Length medium
The MIT News article titled 'What Do We Know About Economics and AI?' explores the intersection of economics with artificial intelligence (AI). By Peter Dizikes.
Tags data-science ai learning analytics cio big-data
-
Introduction to AI-driven PHP development: Automating entities with Symfony and OpenAI
Posted on December 18, 2024, Level beginner Resource Length medium
In this blog post, we'll explore how to automate PHP entity creation using Symfony components and OpenAI's GPT-4. If you've ever had to manually define entity classes, manage field definitions, or handle relationships in Symfony applications, you know how repetitive and error-prone the process can become. By leveraging the power of AI, we can streamline this workflow, automating much of the entity generation based on simple user input. By Anka Bajurin Stiskalov.
Tags php ai programming web-development performance