AI CyberSecurity, ChatGPT and Post-humanism

This is the text for a lecture I’m going to give recently. Thanks for Daniela Baron’s guide which helped me tremendously for creating the slides with RevealJS. Hey everyone. Well, first, I have to confess and apologize that I could not prepare this enough. Because I have to working on my dissertation, which also discusses about AI augmented APT attack such as using ChatGPT to create phishing email and ransomware code....

April 6, 2023 · 17 min · Jun

Cheapskate's Stable Diffusion Server

No DALL-E, No Midjourney and No Colab This is a guide showing how to build your own stable diffusion server on what you already have or cheap used hardwares. It may not satisfy for a serious production use but pretty viable for learning, testing or casual use. Before we start, here’s some comments on OpenAI: The history of ChatGPT creator OpenAI, which Elon Musk helped found before parting ways and criticizing OpenAI Is Now Everything It Promised Not to Be: Corporate, Closed-Source, and For-Profit Will ChatGPT be open source?...

March 28, 2023 · 10 min · Jun

Bypassing ChatGPT's Safeguard and Easiest Way to use API

The latest news updated on waylaidwanderer’s repo says: 2023-02-15 The method we were using to access the ChatGPT raw models has been patched, unfortunately. Therefore, the party is over. It was fun to play with those leaked models such as text-davinci-002-render, text-chat-davinci-002-20221122, and text-chat-davinci-002-sh-alpha-aoruigiofdj83. They’re not as good as the official model text-davinci-003 after all as my previous post said. Why use API instead of the Ordinary Way After OpenAI fired up their paid subscription for ChatGPT, availability issue like response error, rate limit and throttling become more often....

February 16, 2023 · 6 min · Jun

Playing with Different GPT-3 and ChatGPT models

The Original Flavors In OpenAI’s documentation there are 4 models under GPT-3 category and 2 coding models. They cost from $0.02 to $0.0004 per 1k tokens as the base model and the fine-tuned versions cost even more. text-davinci-003 text-curie-001 text-babbage-001 text-ada-001 code-davinci-002 code-cushman-001 The playground can test them all using the web interface. Let’s see how good they are comparing to the free ChatGPT. To ChatGPT webpage: Who is Paul Graham?...

February 13, 2023 · 4 min · Jun