Sunday Akinbowale

209 posts

Sunday Akinbowale

Sunday Akinbowale

@asolpshinning

Investor | Software Engineer | Cloud Architect | Life-transformation Coach

Houston, TX Katılım Eylül 2010
635 Takip Edilen125 Takipçiler
Taelin
Taelin@VictorTaelin·
This analogy may help: Classic AI : - MatMuls → Neurons → Neural Nets → GPTs Symbolic AI: - HVM → NeoGen → ? → ? NeoGen is like a neuron: a building block. Also: next token prediction is just a `[ℕ] → ℕ` function. We just converge via synthesis, not gradient descent!
English
51
21
964
75.5K
Sunday Akinbowale
Sunday Akinbowale@asolpshinning·
@mattshumer_ Could not get this right: How many r’s are in the sentence “Mr Strawberry realized reaping red rapper raises ring rust regardless of ramifications”
English
0
0
0
131
Sunday Akinbowale
Sunday Akinbowale@asolpshinning·
@_overment @petergyang This is great. I like to try it. Is it possible to configure a workflow which will allow one assistant on Alice to deliver result to another assistant to work on? Just like chaining different assistants already on Alice together to produce a desired result.
English
1
0
2
48
Peter Yang
Peter Yang@petergyang·
What has been the most valuable AI tool for you outside of ChatGPT/Claude? Can include a tool that you built yourself as well. Let us know in the replies.
English
120
16
205
155.4K
Sasha Yanshin
Sasha Yanshin@sashayanshin·
I have found a question GPT-4 cannot answer. Can you reverse this string please? a1c63c3d3e538f6cd13804cd18e9418e I have now tried this 25 times in a row and GPT-4 got it wrong every single time. LLMs are fun and all, but we are nowhere near actual AI.
English
23
7
108
13.5K
Sunday Akinbowale
Sunday Akinbowale@asolpshinning·
@sashayanshin Tell it to use python code to reverse it and also test to see if its solution is correct.
English
0
0
0
82
Sunday Akinbowale
Sunday Akinbowale@asolpshinning·
@amasad He is simply saying “I am uncomfortable working a certain way, based on certain set of conditions. It is now your choice if you want to fire me”.
English
0
0
1
91
Nick Stanford
Nick Stanford@NickStanford16·
It is with immense pleasure and excitement that I announce that I am joining the DevRel team at IO Global working on Smart Contracts on the @Cardano Blockchain. I'm so excited for the opportunity to continue innovating in the Blockchain space and moving forward this tech. /2
English
21
3
127
12K
Sunday Akinbowale
Sunday Akinbowale@asolpshinning·
@GregAbbott_TX This seems to be a good step in the right direction... Home owners should not be paying rent again. High tax rate also increases rent for renters. 🙏🏾
English
0
0
1
194
Greg Abbott
Greg Abbott@GregAbbott_TX·
Ready to sign into law the largest property tax cut in Texas history. I promised Texans during my campaign that Texas would use at least $13.5 billion from our historic budget surplus to cut their property taxes. Today, we will deliver over $18 billion in property tax cuts.
Greg Abbott tweet media
English
446
487
4.3K
453.5K
Sunday Akinbowale
Sunday Akinbowale@asolpshinning·
@wholemars I will not be surprised if before the next 5 years, OpenAI decides to venture into real-world AI, competing with Tesla Robots and other similar companies creating real-world AI products. We are living in unprecedented times.
English
0
0
3
138
Whole Mars Catalog
Whole Mars Catalog@wholemars·
I think Andrej Karpathy re-joining OpenAI was the moment Elon realized that Tesla and OpenAI are competing against each other for talent. Since then he has taken a much more critical stance towards the organization he once helped co-found.
English
237
212
3.6K
3.5M
Sunday Akinbowale
Sunday Akinbowale@asolpshinning·
@karpathy Even much better when you bring chatGPT into your VS Code and tell it exactly what code to write for you in your file, instead of fighting with copilot sometimes 😀... For anyone interested, I created a small library that I use: #chat-with-chatgpt-in-your-files--when-writing-code-using-doc-tools-gpt-tools-and-git-tools" target="_blank" rel="nofollow noopener">github.com/asolpshinning/…
English
0
1
7
1.4K
Sunday Akinbowale
Sunday Akinbowale@asolpshinning·
@fchollet Well it is interesting because it now combines the input (query) and the result (training data and interpolations) to create new meanings (creative patterns) that seem not to be present in the training data.
English
0
0
0
977
François Chollet
François Chollet@fchollet·
"It's autocomplete" is not a helpful analogy to understand LLMs. A LLM is more like a database that lets query information in natural language. You can query both knowledge, and "patterns" (associative programs seen in the training data, that can be applied to new inputs).
English
34
136
1.1K
384.8K
@levelsio
@levelsio@levelsio·
AI apps seem to have a tendency to spark a hype wave when they launch because it's cutting edge tech so it goes viral easily because every1 wants to try it out But early hype can be false validation Much harder to build an app that sustains for longer than initial hype w/ AI
English
47
28
512
102.5K
Sunday Akinbowale
Sunday Akinbowale@asolpshinning·
@amasad This well describes my experience when I told it to write a goLang function that splits text into paragraphs. I kept it feeding it back the error the code gave up to 6 times, until it got it perfectly right. I should automate this process soon. It’ll probably help with the code😆
English
0
0
1
396
Amjad Masad
Amjad Masad@amasad·
Feels like talking to a total nincompoop sometimes
Amjad Masad tweet media
English
15
2
129
40.4K
Sunday Akinbowale
Sunday Akinbowale@asolpshinning·
@DavConnaughton @DataChaz This is cool… What tech is the diagram based on? I have been using chatGPT to give me mermaid and plantuml code for my sequence diagrams and simple architecural designs?
English
1
0
0
421
Charly Wargnier
Charly Wargnier@DataChaz·
What cool things are you creating with #ChatGPT API this weekend? Share in 🧵👇
English
74
33
277
101.4K
Sunday Akinbowale
Sunday Akinbowale@asolpshinning·
@paulg I use AI to generate test data for my unit tests, and example data for API specs. Well useful.
English
0
0
0
35
Paul Graham
Paul Graham@paulg·
It's not quite true that the less AI helps you, the more original your work. You can easily create counterexamples, for example by writing in a language you invented. But barring such pathological cases, you may be able to measure originality by how little AI helps you.
English
32
24
643
251.7K
Paul Graham
Paul Graham@paulg·
One of the things AI coding assistants are showing us is how much duplication there is in the code that's out there. Most people just write the same stuff over and over.
English
222
260
3.8K
1.5M
Sunday Akinbowale
Sunday Akinbowale@asolpshinning·
A lot of creativity is about to be unleashed. Lots of new products coming. This is not hype. Real utility and multiplied intelligence in the world. Let us builders build CAREFULLY!
Logan Kilpatrick@OfficialLoganK

Today is a huge day for developers. 🤯 - ChatGPT API released (10x cheaper) - Whisper available in the API - Overhauled data usage policy - Focus on stability And more! Here’s a quick thread on everything we shipped today @OpenAI 🧵

English
0
0
1
625
Sunday Akinbowale
Sunday Akinbowale@asolpshinning·
@Austen The thing is they probably aced FAANG multiple-stage coding interviews.
English
0
0
0
56
Austen Allred
Austen Allred@Austen·
I’m sorry, but there are no two ways about this: anyone who claims current iterations of AI are sentient or have achieved consciousness are just not very bright
English
41
19
321
82.3K