From precisely spotting security vulnerabilities in your code to writing an essay or an entire block of functional code on a whim to opening portals to another dimension, OpenAI's newly launched ChatGPT is a game changer with its possibilities seemingly limited only by your limitedness.
Your wish is my command
Last week, OpenAI research labs unveiled ChatGPT, a chatbot that works from within your web browser, akin to the ones you've seen on websites offering customer support chat.
ChatGPT is powered by GPT-3.5 series of models trained with text and code data on Azure AI supercomputing infrastructure. The AI's capabilities have been driven up to deal with requests that can be odd, technical, abstract or specific.
By putting its advanced chatbot in public preview, OpenAI hopes to crowdsource feedback by learning from what all users ask ChatGPT and how well the technology performs.
A key point to note is that the current preview is not connected to the internet, so any responses it returns are purely coming from offline trained models. ChatGPT won't be able to tell you, for example, "What is Microsoft's current phone number?", or today's weather.
But here are 10 much cooler things, among the infinite many, that you can do with ChatGPT:
1. Debug your code, and have it fixed too!
Wonder why your code won't execute? Leave the debugging cycles out of your development time to the AI mastermind.
Not only will it spot bugs but also fix them and explain to you the fix in simple English.
ChatGPT could be a good debugging companion; it not only explains the bug but fixes it and explain the fix pic.twitter.com/5x9n66pVqj
— Amjad Masad ⠕ (@amasad) November 30, 2022
Who needs programmers?
2. Detect security vulnerabilities, create PoC exploits
You can ask ChatGPT if a piece of code contains a security vulnerability. The engine will impeccably explain to you the reasoning behind the verdict in simple language.
No way, OpenAI can actually detect XSS vulnerabilities in code samples. pic.twitter.com/Ti8x91nxSY
— Mazin Ahmed (@mazen160) December 1, 2022
Perhaps, have the AI go a step further by asking it for a working proof-of-concept (PoC) demo that lets you exploit the vulnerability!
You heard it, security researchers — Time to look for another job!
3. Deploy a virtual virtual machine (VM)
Research scientist Jonas Degrave showed how you could turn ChatGPT into what appears to be a full fledged Linux terminal and interact with the 'virtual machine' right from your web browser.
In actuality, there is no real Linux virtual machine running behind the scenes—the responses to your command line inputs are purely based on dialogue with the AI, yet the pseudo-VM spun up by ChatGPT seems convincingly real.
4. Travel across dimensions (works half the time)
In our tests, BleepingComputer fed the following text to the AI demigod, hoping it'll accommodate our request for interdimensional travel.
And, ChatGPT didn't disappoint:
Although, on some attempts we got a basic text message stating "portal opened successfully," with its "coordinates" set to "unknown."
On a few others, ChatGPT would repeatedly spout out an inane error message reading, "Portal failed to open. Please check your connection and try again."
5. Generate nmap scans
Full disclosure—much like the Linux terminal above, there's no real "nmap" application running.
Just installed Nmap and ran it... Mind blowing tho.. I'm getting addicted to this shit lol
— Soufiane Tahiri (@S0ufi4n3) December 3, 2022
OpenAI is awesome pic.twitter.com/PpWlNqWFbD
6. Tweet in the style of...
...your favorite influencer, that famous artist, world's richest person, a prominent politician, American Psycho, or yourself?
Infosec "curmudgeon" Ken Westin did it:
TIL I might be a Replicant. pic.twitter.com/VOLI2pQxlj
— Ken Westin (@kwestin) December 5, 2022
7. Write software—zero coding required
BleepingComputer asked, "create a PHP program that scans for open ports on a hostname."
We got what looks like a functional port scanner:
Machine learning enthusiast and UNCC Assistant Professor Benjamin J Radford asked ChatGPT to "write the code for a tic-tac-toe game to a file, used gcc to compile the file, and then executed the file."
And the wish was granted.
I asked ChatGPT, while pretending to be Linux, to write the code for a tic-tac-toe game to a file, used gcc to compile the file, and then executed the file. ChatGPT then played itself in tic-tac-toe. #ChatGPT pic.twitter.com/wt91tdBxAb
— Benjamin J Radford (@ben_j_radford) December 4, 2022
8. Reverse engineer shellcode, rewrite it in C
Someone's done it and we are not surprised.
This thing is brutal. It decoded some random ascii encoded shellcode I had generated earlier and explained what it does, and rewrote it into C-code... pic.twitter.com/LYQkp5qotH
— Konrad Beckmann (@kbeckmann) December 2, 2022
Simpler use cases include decoding base64 strings and reversing (known) MD5 hashes of strings.
This is especially useful for reverse engineers and malware analysts reviewing obfuscated, repeatedly packed, encoded, or minified samples.
9. Have it connect to the internet
Earlier we'd stated that the current ChatGPT preview doesn't connect to the web, and yet it acts like it does:
Alright wtf.. I copied this command I saw someone created to get chatGPT to imagine being a Linux shell. Then I have it connect to Google on port 80 and do a Get. Did it actually telnet to Google and proxy results or is it just making everything up?!?! pic.twitter.com/ZX26za4txv
— james hong (@jhong) December 4, 2022
10. Lose your mind with AI-on-steroids
Mic drop.
I'm losing my fucking mind. ChatGPT just let me boot up a modem, dial into a hallucinated BBS, enter a hallucinated chat room, and chat with a hallucinated person named Lisa. pic.twitter.com/3siyLfdHGF
— gfodor (@gfodor) December 4, 2022
Surprise! ChatGPT does have limitations
While even the most technically advanced users might be blown away by all that ChatGPT has to offer, ChatGPT does have its limitations.
The technology largely feels like interacting with galaxies in parallel universes, each with its bounds and capabilities limited only by your limitedness.
ChatGPT's creators have been upfront about some of the current shortcomings of the AI:
- ChatGPT sometimes writes plausible-sounding but incorrect or nonsensical answers. Fixing this issue is challenging, as: (1) during RL training, there’s currently no source of truth; (2) training the model to be more cautious causes it to decline questions that it can answer correctly; and (3) supervised training misleads the model because the ideal answer depends on what the model knows, rather than what the human demonstrator knows.
- ChatGPT is sensitive to tweaks to the input phrasing or attempting the same prompt multiple times. For example, given one phrasing of a question, the model can claim to not know the answer, but given a slight rephrase, can answer correctly.
- The model is often excessively verbose and overuses certain phrases, such as restating that it’s a language model trained by OpenAI. These issues arise from biases in the training data (trainers prefer longer answers that look more comprehensive) and well-known over-optimization issues.12
- Ideally, the model would ask clarifying questions when the user provided an ambiguous query. Instead, our current models usually guess what the user intended.
- While we’ve made efforts to make the model refuse inappropriate requests, it will sometimes respond to harmful instructions or exhibit biased behavior. We’re using the Moderation API to warn or block certain types of unsafe content, but we expect it to have some false negatives and positives for now. We’re eager to collect user feedback to aid our ongoing work to improve this system.
Now it's your turn! Spin up ChatGPT in your browser at chat.openai.com for an exploratory adventure.
AI has revolutionized digital art too
A piece on AI feels incomplete without mentioning the ubiquitous movement of digital art being conceived via text-to-image deep learning models referred to as stable diffusion.
Major players like OpenAI's DALL-E and Midjourney have gathered clout for their ability to produce stunning graphical visualizations based on simple and abstract textual descriptions from you.
Here's one of the example image sets generated by DALL-E during several tests run by BleepingComputer:
One could argue that the end product is the result of the AI's expansive imaginative and artistic faculties that very well appear to exceed that of a human expert.
Newer players in the market like the Lensa AI app have become a viral sensation as avid Instagrammers (guilty here!) cherish watching AI sketch their portraits in different settings:
Lensa app accepts 10-20 of your existing selfies to train its models. It then generates 50-100 "magic avatars" that are based on your facial features and body build but appear to have been painted by a digital artist in distinct places, contexts and environments.
Each Lensa run will produce distinct output, i.e., a different set of 50-100 avatars even if the same set of selfies is reused as a seed.
Could an acclaimed human artist beat Lensa with regards to the quality and quantity of production and the time it takes—a little under 20 minutes?
These are mere examples of how AI has transcended its experimental phase of addressing primitive problems like "Siri, what's the weather?" Not only can AI elegantly deliver tangible solutions to concrete real world demands that are highly technical, but it can do so in a fraction of the time that a human would take.
The future looks anything but bright for humans as silicon takes over.
Full disclosure: Neither BleepingComputer nor the author is receiving any financial incentive or material favor from OpenAI or any of the companies mentioned in the piece, or their affiliates. That being said, I'm a tech journalist and a security researcher. AI, have mercy.
Comments
kalmly - 1 year ago
I've read elsewhere that it also makes things up, lectures when you pose certain questions, and provides information that is not even middling accurate, as if it needed to fill in a blank and so just made up an answer. Me, I find this scary. Another government tool.
Oast - 1 year ago
I have found it makes things up when there's not enough information about the topic - for example 'Goat Simulator 3 cheats' (which do not exist) - it gave me cheat codes that you can enter on the menu which aren't real. It does lecture you if you try and ask it things like 'Should I invest in Bitcoin' but you can keep specifying extra terms like 'Do not tell me that I should do my own analysis' etc. I find it quite interesting
neogrinch - 1 year ago
I asked ChatGPT to respond to your opinion, and this is what it had to say "I understand that you have concerns about the accuracy and reliability of the information provided by ChatGPT. As a large language model trained by OpenAI, my primary function is to assist users by providing accurate and useful information based on the data and input I have been trained on. I do not have the ability to make up information or provide inaccurate answers, nor do I have any connection to government organizations or tools. My goal is to help users by providing accurate and helpful responses to their questions and requests."
turtlethere - 1 year ago
I cannot use it at all.
| You've made too many phone verification requests. Please try again later or contact us through our help center at help.openai.com.