With Generic Prompt: Input: You are a brilliant mathematician, try to solve the following problem:
What is 100*100/200*56?
Output: 2800 (Correct answer)
GENERATIVE AI
-

Generic Prompt Solves Mathematical Problem Correctly
By
–
-

Math Problem Solving Fails With Generic AI Prompts
By
–
Let's look at a simple example to solve a math problem With Generic Prompt: Input: What is 100*100/200*56?
Output: 1120 (Wrong answer) -
Role-based prompting for industry-specific language models
By
–
Introducing Role-based prompting With role-based prompts, you can tailor the language model to understand the specific language and terminology used in your industry which leads to more accurate and relevant results.
-
10X Better AI Output: Essential Prompt Engineering Tricks
By
–
With products like ChatGPT becoming more mainstream, Prompt engineering has now become more important than ever!! Here is a simple prompt trick to make get 10X better output from these AI models. (A thread)
-
Unwind AI Reaches 1200 Subscribers Milestone
By
–
Thrilled to announce that Unwind AI now has more than 1200 subscribers! Thank you for your continued support and positive feedback. Don't forget to check out the latest issue "The Weekly D-AI-gest". Subscribe now to be on the AI edge!! https://
unwindai.substack.com/p/the-weekly-d
-ai-gest
… -
Critique of journalists’ ChatGPT interviews
By
–
Please dear journalists, stop with the 'we interviewed ChatGPT' articles. #ChatGPT is in no way capable of 'intelligence' to answer interviews; it just spits out 'obvious' answers without interest. OK, storytelling, but this is borderline dishonest as a procedure.
-
Critique of Stable Diffusion profile pictures
By
–
Am I the only one starting to find Stable Diffusion profile pictures ultra cheap and ugly? After a while, it reeks of fake and unattractive, I think.
-

Multimodal API from Aleph Alpha provides text completions with image context
By
–



This multimodal API from @Aleph__Alpha provides text prompt completions using images as context, like Flamingo. In each screenshot, the bold text is the prompt, and the non-bold text is AI-generated:
-
Building a Transformer with simplified layers in nanoGPT
By
–
Yep, that's the one! (as @Thom_Wolf linked earlier too). I'd expect it's possible to build a Transformer with that kind of layer alone, would look much more pleasing. Will see if I can prototype in nanoGPT.
-
Simplified Transformer Architecture with Unified Block Design
By
–
TLDR: A much simpler Transformer with a single type of block wired up to a residual pathway in both parallel and in series is possible but to my knowledge has not yet been convincingly demonstrated. Bit more detail @ https://
github.com/karpathy/rando
mfun/blob/master/transformer_unify.ipynb
…