ChatGPT

ChatGPT is a language model that is optimized for conversational dialogue. I have been researching what it is and why it is becoming so popular lately. Many experts have given their opinion, but then I thought it would be fun to let the ChatGPT itself tell the story. So I went to ChatGPT and started to ask questions.

Overview

1

Pretty slick, right? It can provide alternative answers based on our follow-up request.

The knowledge

2

Just like any other machine learning model, ChatGPT can only be as good as the data it learned from.

Wide adoption

3

Ok, it is interesting to see how it is used widely in many applications.

About Open-Source

4

It is not open-source software at the moment, but who knows :)

GPT Technology

5

Yes, it is interesting to see how GPT-3 is implemented beyond chat windows.

Training Data

6

Not too recent, apparently. So I guess it is not aware if Argentina has won World Cup 2022 :)

Current Data

7

Fair enough, as a language model, it cannot access real-time data or alike.

Similar services

8

Nice!

Question with different context

9

Wot wot..thanks for the suggestion, I will surely try them. But, I’m a little bit worried about the “Internal server error” at the end of the conversation. Be safe, ChatGPT! I hope you’re okay!

Tech News

memo Turn design into production-ready frontend code with Locofy.ai

Rizqun: “Locofy.ai is a plugin for Figma and Adobe XD that can convert designs into code. For now, Locofy.ai can convert Figma and Adobe XD designs into React, HTML/CSS, Next.js, and also Gatsby code. It is currently in free beta right now, and the free trial can be extended every 3 weeks by giving feedback to Locofy.ai.”

memo Glass AI: AI medical diagnosis that utilizes GPT3

Brain: “Last week, there’s news that ChatGPT Passed the US Medical Licensing Exam. So someone created a smooth UI that utilizes the GPT3 model to generate differential diagnoses and clinical plans based on a problem representation. It’s interesting how the technology is applicable to many industries, including medicine.”

memo Massive Microsoft 365 outage caused by WAN router IP change

Yoga: “A router IP address change led to a packet forwarding issue impacting one of the Microsoft services, Microsoft 365, causing a worldwide outage for five hours. Microsoft stated that the IP address change was planned, but the one which caused the issue was the command given to the router, causing it to send messages to all other routers resulting in all of them recomputing adjacency and forwarding tables. Microsoft is now blocking highly impactful commands from being executed and needs to follow guidelines for safe configuration changes to avoid the same issue from occurring in the future.”

memo Understanding CVEs and CVSS Scores

Frandi: “Many security breaches occur from known vulnerabilities being left unmitigated. CVSS scores are a shorthand way to communicate the severity of known vulnerabilities (CVEs) so that users can take steps to protect and secure their systems. Understanding how the scoring works will help you to set priorities in maintaining dependencies of your applications.”

memo Performance Improvements in .NET 7

Dika: “Microsoft provides some big performance improvements in .NET 7, one of the biggest improvements is in LINQ, which is we can see in this article the performance improvements are quite drastic in Min Max methods, Average, Sum, and Order. The other improvements is in System.IO, Guid Equality Check, and some parsing methods. Also, the System.Diagnostic have interesting performance improvements in some methods.”