Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: code Clear Filter

How to use ChatGPT to write code - and my top trick for debugging what it generates

photo_Pawel/Getty Images One of the more intriguing discoveries about ChatGPT is that it can write pretty good code. I first tested this out in 2023 when I asked it to write a WordPress plugin my wife could use on her website. ChatGPT did a fine job, but it was a simple project. Also: The best AI for coding in 2025 (and what not to use) So, how can you use ChatGPT to write code as part of your daily coding practice? Here's a quick summary: ChatGPT can produce both useful and unusable code. F

Topics: ai chatgpt code use write

Becoming an AI-Native Engineer

Posted on June 10, 2025 I’m confident I’m not alone in saying I’ve spent a lot of time over the past couple of years thinking about AI as an engineer / developer and what it means for our field and for our careers. For a long time, software engineering felt like a safe bet. After all, how could we be automated away when we’re the ones writing the automation? Or so we thought. Like many, I’ve run the full gamut of emotions on the topic: excitement, uncertainty, fear, frustration, more excitemen

Topics: ai code engineer like ve

First PS3 emulator hits the Play Store, goes open-source (kind of)

Nick Fernandez / Android Authority TL;DR PS3 emulator aPS3e is now available on the Google Play Store. From the mysterious Chinese developer aenu, it’s based on the RPCS3 source code. The project now proclaims to be open-source, but may not be meeting requirements. It’s been a few months since the first PS3 emulator launched on Android, and what a busy few months it’s been. The sudden appearance (and disappearance) of aPS3e brought forth a renewed interest in PS3 emulation on Android, with o

Agentic Coding Recommendations

Agentic Coding Recommendations There is currently an explosion of people sharing their experiences with agentic coding. After my last two posts on the topic, I received quite a few questions about my own practices. So, here goes nothing. Preface For all intents and purposes, here's what I do: I predominently use Claude Code with the cheaper Max subscription for $100 a month . That works well for several reasons: I exclusively use the cheaper Sonnet model. It's perfectly adequate for my needs,

Vibe Coding Is Coming for Engineering Jobs

On a 5K screen in Kirkland, Washington, four terminals blur with activity as artificial intelligence generates thousands of lines of code. Steve Yegge, a veteran software engineer who previously worked at Google and AWS, sits back to watch. “This one is running some tests, that one is coming up with a plan. I am now coding on four different projects at once, although really I’m just burning tokens,” Yegge says, referring to the cost of generating chunks of text with a large language model (LLM)

IBM aims to build world's most powerful, fault-tolerant quantum computer by 2029

Forward-looking: IBM has outlined a plan to build the world's first large-scale, fault-tolerant quantum computer. Dubbed Quantum Starling, the machine is expected to deliver 20,000 times the compute of modern quantum computers at full capacity. The machine will be housed at a new IBM Quantum Data Center in Poughkeepsie, New York, and is on track to be operational by 2029. The platform will feature 200 logical qubits capable of running 100 million quantum operations. A logical qubit is defined a

Google has released Android 16’s source code, but Samsung fans won’t need to wait long for One UI 8

TL;DR Google has officially released the Android 16 source code, allowing developers to build their own versions of the operating system. Major smartphone manufacturers like Samsung have already had prerelease access, though, which allows them to expedite their Android 16 updates, with some planning rollouts as early as this summer. The full Android 16 source code is being uploaded today to AOSP, a full three months earlier than when Android 15’s source code was released. Alongside the update

Beyond ChatGPT: Xcode 26 will support multiple AI models, like Claude

Last Monday, towards the end of the WWDC25 keynote, Craig Federighi said that Apple had “expanded” its vision for Swift Assist, and it would now allow developers to bring their Large Language Model of choice directly to Xcode. Now, we know more about how this is going to work. What is Swift Assist? This was a feature that Apple announced during last year’s WWDC, but hadn’t released until now, on Xcode 26 beta. Initially, as explained by Apple, it was going to serve as: “a companion for all o

How I Program with Agents

How I program with Agents 2025-06-08 This is the second part of my ongoing self-education in how to adapt my programming experience to a world with computers that talk. The first part, How I program with LLMs, covered ways LLMs can be adapted into our existing tools (basically, autocomplete) and how careful prompting can replace traditional web search. Now I want to talk about the harder, and more rewarding act of using agents to program. Define Agent It is worthwhile starting with a definit

Running Pong in 240 browser tabs

Running Pong in 240 Browser Tabs Finally a use for my unclosed tabs Feb 20, 2025 What do you do with your unclosed browser tabs? I find that they take up a lot of screen space. So this week I figured out how to run pong inside mine. Loading... putting that space to good use That’s 240 browser tabs in a tight 8x30 grid. And they’re running pong! The ball and paddles are able to cleanly move between the canvas in the foregrounded window and all of the tabs above. You can see the (awful) code h

DeepSeek to open source parts of online services code

In Brief Chinese AI lab DeepSeek plans to open source portions of its online services’ code as part of an “open source week” event next week. DeepSeek will open source five code repositories that have been “documented, deployed and battle-tested in production,” the company said in a post on X on Thursday. Code repositories are storage locations for software development assets, and typically contain source code as well as configuration files and project documentation. “As part of the open-sou

Report: AI coding assistants aren’t a panacea

In Brief As they gain in popularity, AI coding assistants such as GitHub Copilot may appear to be boosting productivity. But in reality, they could be causing overall code quality to decline. That’s the top-line finding from a new report released by software engineering platform GitClear, which analyzed 211 million code lines from 2020 to 2024. According to GitClear’s analysis, there was a remarkable decline in code reuse last year — a potential cause for concern, given that code reuse is a co

Apiiro unveils free scanner to detect malicious code merges

Security researchers at Apiiro have released two free, open-source tools designed to detect and block malicious code before they are added to software projects to curb supply chain attacks. The two tools consist of a comprehensive ruleset for Semgrep and Opengrep designed to detect malicious code patterns with minimal false positives and PRevent, a GitHub-integrated scanner, that detects and alerts on suspicious code in pull requests (PRs). According to Apiiro's security researcher Matan Gilad

Spice86 – A PC emulator for real mode reverse engineering

Spice86 - A PC emulator for real mode reverse engineering Spice86 is a tool to execute, reverse engineer and rewrite real mode DOS programs for which source code is not available. Release are available on Nuget. Pre-releases are also available on the Release page NOTE: This is a port, and a continuation from the original Java Spice86. It requires .NET 8 and runs on Windows, macOS, and Linux. Approach Rewriting a program from only the binary is a hard task. Spice86 is a tool that helps yo

Brace yourself: The era of 'citizen developers' creating apps is here, thanks to AI

ZDNET Generative AI (Gen AI) has eliminated much of the grunt work of building applications for professional software developers. Now, the question is: can citizen developers also benefit from this new paradigm in code creation? Some experts certainly think so. Over the coming year, citizen developers will deliver 30% of Gen AI-infused automation apps, predicted Craig Le Clair, principal analyst with Forrester. Also: The best AI for coding in 2025 (and what not to use - including DeepSeek R1)

Xbox Game Pass was supposed to be the Netflix of gaming — what happened?

is editor-at-large and Vergecast co-host with over a decade of experience covering consumer tech. Previously, at Protocol, The Wall Street Journal, and Wired. Hello, and welcome to a special episode of Decoder! This is David Pierce, editor-at-large at The Verge. Nilay is off this week for a much-deserved break from what I can only describe as a pretty bleak news cycle. So I’m filling in for him, and the Decoder team thought this would be a good opportunity to switch gears a little bit from the

A four-pack of Chipolo One Bluetooth trackers is on sale for 32 percent off

Engadget has been testing and reviewing consumer tech since 2004. Our stories may include affiliate links; if you buy something through a link, we may earn a commission. Read more about how we evaluate products . If you're constantly losing your keys, wallet and other important stuff, Bluetooth trackers could be a big help. Attach them onto your things and you can monitor their location directly from your phone. Our current favorites are the Chipolo One trackers, and right now you can snag a pa

AI-coding startup Codeium in talks to raise at an almost $3B valuation, sources say

Codeium, an AI-powered coding startup, is raising a new round of funding at a $2.85 billion valuation, including fresh capital, according to two sources with knowledge of the deal. The round is being led by returning investor Kleiner Perkins, the people said. The new round comes just six months after Silicon Valley-based Codeium announced that it had closed a $150 million Series C at a $1.25 billion post-money valuation led by General Catalyst with participation of Kleiner Perkins and Greenoak