ChatGPT

Costas

Administrator
Staff member
ChatGPT (is a GPT-3 chatbot)
https://cln.sh/X4p01n
https://news.ycombinator.com/item?id=33820744
https://news.ycombinator.com/item?id=33818987
https://github.com/golergka/advent-of-code-2022-with-chat-gpt
youtube

homepage :
https://openai.com/blog/chatgpt/

ChatGPT & GPT-3 owned by OpenAI (US) investors include Microsoft, Reid Hoffman’s charitable foundation, and Khosla Ventures. source

must see >>>>>> image gallery <<<<<<<<
must see >>>>>> image gallery2 <<<<<<<<

Kitze - ChatGPT to refactor a php + jquery app to next js with typescript (ref)
✨ Kitze - AI Helped Me To Refactor A React Component Step By Step
Using AI to write Malware
Awesome ChatGPT Prompts [2]
Run a whole virtual machine inside ChatGPT (do not write explanations)

The GPT Architecture, on a Napkin [2]

All the ways to get around ChatGPT safeguards

:ninja: 25/09/2023 - ChatGPT can now see, hear, and speak

apps :
Using GPT3 to Interpret Dreams
GPT based tool that writes the commit message for you
gptcommit - Never write a commit message again
Web search using a ChatGPT-like model that can cite its sources
Chrome extension - summarize blogs and articles using ChatGPT
Chrome extension - Bullet Points: summarize Web pages with GPT-3
VSCode - CodeBuddyGPT
GPT-3 as a Spreadsheet Add On
Chrome extension - writes entire emails using ChatGPT
Chrome extension - which reviews Pull Requests for you using ChatGPT
ChatBCG - GPT to powerpoint
GptHidra - Ghidra plugin that asks OpenAI Chat GPT to explain functions
Chrome Extension - WriteAssist-ChatGPT - replying to emails with ChatGPT
Summate it - Quickly summarize web articles with OpenAI
SlidesGPT - Like ChatGPT for Slides
MailBuddy - a FREE GPT-3,5-based AI email assistant
ActGPT - chatbot that controls browser
Browser extension - ChatGPT for Google
Perplexity
gpt-commit - Generate commit messages using GPT-3
Cron AI - Words to cron expression
Explain like I'm 5 - Powered by GPT-3
IntelliMail write emails using GPT3
Chrome Extension - Harpa - all-in-one for web pages
VSCode extension - Readable - generates comments using Ai
AI Commits - a CLI that writes your commit messages for you
AI Content Detector - check if a text is written by ChatGPT
Glarity - Browser extensions - summary of latest Google search results
Quiz Yourself About Anything with ChatGPT
GPT-Migrate converts repos from one lang/framework to another
CBT nuggets was a great resource for me earning 7+ certificates
OpenAI Audio Models

AI tools registry
TopAI
AICyclopedia
(no search) PoweredByGPT
AI Generative Tools
Curated list of ChatGPT apps



GPT-3 Business Email Generator
OpenAI upgrades GPT-3, stunning with rhyming poetry and lyrics
Using ChatGPT to Cheat in Class
Using AI to write Malware
Whole Git repo was made with ChatGPT
AI Downloader - A Python file downloader written by AI
Python - Command-Line Interface to ChatGPT
ChatGPT wrapper for Python and terminal
Browser extension to display ChatGPT response besides Google Search [2] [3]
showGPT
ChatGPT Hardware a Look at 8x NVIDIA A100
WinGPT Is a New ChatGPT App For Your Ancient Windows 3.1
Unity's stock jumps 15%+ after the company announces its Asset Store will sell third-party "AI solutions" that can generate game dialogue&gfx
Open-source tool translates and dubs videos into other languages using AI

JavaScript:
// Using GPT to Write SQL - https://canvasapp.com/blog/using-gpt-to-write-sql/

async writeSql(text: string): Promise<string | undefined> {
  const apiKey = this.configService.get<string>('OPENAI_API_KEY');
  const configuration = new Configuration({
      apiKey,
  });
  const openai = new OpenAIApi(configuration);
  const prompt = `Write a SQL query to do the following: ${text}`;
  const completion = await openai.createCompletion({
        prompt,
      model: 'text-davinci-003', // best model with largest token size
      max_tokens: 500, // Cap the response size
      n: 1, // we'll only use the "best" completion
  });
  return completion.data.choices[0].text;
}



Death by AI
Ask YC

Yandex YaLM 100B: Largest GPT-Like Neural Network in Open Source
YC startup - ChatSonic - Like ChatGPT but with real-time data, images and voice search (ref)
DeepMind is a British AI subsidiary of Alphabet Inc. and research laboratory founded in 2010 and acquired by Google in 2013 (ref)
McKinsey acquires Iguazio, a leader in AI and machine-learning technology
Από την Olivetti στο ChatGPT



Open-interpreter - OpenAI Code Interpreter in your terminal, running locally
https://openinterpreter.com/
https://github.com/KillianLucas/open-interpreter
https://news.ycombinator.com/item?id=38242343
 

Costas

Administrator
Staff member
Stable Diffusion 2.0
:ninja: https://huggingface.co/spaces/stabilityai/stable-diffusion
https://github.com/Stability-AI/stablediffusion
https://github.com/qunash/stable-diffusion-2-gui
youtube

by CompVis group LMU (German) wiki

Stable Diffusion was made by researchers at Stability AI, a start-up company based in London and Los Altos, California, that focuses on designing and implementing solutions using collective intelligence and augmented technology.

Founded by Emad Mostaque, Stability AI created the Stable Diffusion with the help of collaborators, including RunwayML, LMU Munich, EleutherAI, and LAION. After months of testing, the AI model and code of Stable Diffusion were publicly published as open-source on 22nd August, 2022. Stability AI announced that it also plans on launching a hosted version of Stable Diffusion for testing on the web. source

Stability AI, the startup behind Stable Diffusion, raises $101M
How AI Image Generators Work


Riffusion - Stable Diffusion fine-tuned to generate Music
StableDiffusion front-end written in C# and Blazor

SyleGAN (2019)
https://www.thispersondoesnotexist.com/
https://arxiv.org/abs/1912.04958

by NVidia source

:ninja: Humanoid robots (2009-2021) -- homepage
linkedin video
How This Humanoid Robot Was Made
Expressive advanced Android
2025 - Boston Dynamics shows off another major leap in humanoid mobility
Berkeley Humanoid Lite - Open-source robot
Google Achieving Human Level Competitive Robot Table Tennis
 

Costas

Administrator
Staff member
DuckDuckGo AI Chat
https://duckduckgo.com/?q=DuckDuckGo&ia=chat

Ecosia AI Chat
https://www.ecosia.org/chat

Venice AI
https://venice.ai/chat

Farfalle - Open-source AI-powered search engine
https://www.farfalle.dev/
https://github.com/rashadphz/farfalle

Generate a Quiz from Any Url
https://huggingface.co/spaces/deepset/autoquizzer

PR-Agent - AI tool for automated pull request Analysis and Feedback
https://github.com/Codium-ai/pr-agent

Perplexica - Open-source Perplexity alternative
https://github.com/ItzCrazyKns/Perplexica
https://www.perplexity.ai

AI Uncensored - Ask literally anything - no PC nonsense
https://www.aiuncensored.info/

Excuse Generator
https://excuses.ai/

DeepAI - AI Image/Music/Video Generator
https://deepai.org/machine-learning-model/text2img

CountlessDEV - A website to compare every AI model
https://countless.dev/

llms.txt directory
https://directory.llmstxt.cloud/

My little sister use of ChatGPT for homework is heartbreaking
reddit

What is Happening to Students?
https://www.honest-broker.com/p/whats-happening-to-students

GPT-4o with scheduled tasks (jawbone) is available in beta
https://chatgpt.com/
 

Costas

Administrator
Staff member
Stargate Project - SoftBank, OpenAI, Oracle, MGX to build data centers

NfXrKhQ.jpeg


https://apnews.com/article/trump-ai...tman-ellison-be261f8a8ee07a0623d4170397348c41 [2]

ref - https://openai.com/index/announcing-the-stargate-project/
 

Costas

Administrator
Staff member
GitHub Copilot https://github.com/features/copilot
CursorAI https://www.cursor.com/
PearAI https://trypear.ai/
Windsurf Editor https://codeium.com/
Trae - An AI Powered IDE by ByteDance (owner of Tiktok) https://www.trae.ai/ [1]
Deepseek https://www.deepseek.com/ - What is DeepSeek and why is it disrupting the AI sector?
Goose https://block.github.io/goose/ - An open-source, extensible AI agent that goes beyond code suggestions
(online) React Native App Generator - https://a0.dev
mrge - Cursor for code review - video - https://www.mrge.io/home
Void - Open-source Cursor alternative - https://voideditor.com
Nao Labs - Cursor for Data - https://getnao.io/
 
Top