growing https://t.co/YJFkxmhetA | sharing lessons along the way
bench: 225x4
overhead press: 145x1
squat/DL: 0 (skip)
3 subscribers
Sep 28, 2023 β’ 5 tweets β’ 2 min read
yo wtf, Microsoft's newly released AutoGen is fk'in dope..
- allows for multiple agents that align to one goal
- human input allowed
π€ I created 5 agents to help me plan a 30-day iternary in Bangkok
(results below β)
5 agents:
π₯³ Fun Manager - maximizes fun
π Executive Assistant - makes sure work gets done
πͺ Gym Trainer - makes sure training gets done
βοΈ Planner - Suggests plan
π Critic - Double check plan, claims, code from other agents and provide feedback
Aug 6, 2023 β’ 10 tweets β’ 3 min read
How I Negotiated Multiple 250k+ Software Engineer Offers
No course needed, I'll teach you for free
(Use these lessons to negotiate anything..)
A bunch of people DM'd after my previous viral thread
So here it is. A quick guide on how to actually negotiate.
1-3 emails can be the difference between you adding 20-75k to your inital offer
1) Type in Prompt in @streamlit π¬ 3) π Get back url to new @NotionHQ page (w/ the help of OpenAI functions)
Demo, Code explained & Github Linkβ
π Live Demo:
Jul 22, 2023 β’ 15 tweets β’ 6 min read
How I Made $72,000+ Profit Slinging T-Shirts on the Side
Fun Facts:
- Started in the business in 2017 (my first business!)
- 6000+ uploaded t-shirt designs (I pay $.5 per design)
- <1% of the designs make 80% of the revenue
- $1000-$1500/month (pure profit)
πΏ The entire story:
More proof of earnings:
Jun 30, 2023 β’ 11 tweets β’ 4 min read
In Jan 2022, I wasted 3 months no-life grinding @LeetCode and ended up with 3 decent offers (all software eng):
- $250k+ from @Uber
- $270k+ from @Affirm
- $260k+ from @gopuff
and then a bunch more 200k+ offers.
5 lessons i learned:
before we start..
no, I don't I have a leetcode course to sell you, i'm cheap af and used YT to interview prep (you can too!)
why am i writing this? my ego is heavily tied to follower # on this bird app, so click that lil' follow button @pwang_szn
Jun 19, 2023 β’ 10 tweets β’ 4 min read
"How I 100% Automated Generating Subtitles for buildfastcourse.com module videos"
1. Setup a @zapier to trigger when new video is added 2. Setup automation in @Dropbox to convert .mp4 to .wav 3. Use @DeepgramAI to generate transcript, convert to .srt format on Django server
Goal:
π¬ Generate 95%+ accurate transcription for all the videos w/o paying some other service for overpriced human transcription that can cost >$1.5 per minute
Technical choice:
>> π€ Using Zapier bcuz I don't want to maintain webhooks on my server
Jun 9, 2023 β’ 14 tweets β’ 5 min read
"The Complete Bozos Guide to Document Loaders in @LangChainAI"
β’ Document Loader basics
β’ When to use Document Loader
β’ Import data from Text & CSV
β’ Loading data from Discord, Notion, Telegram
Save This β
What's the problem?
β We want to pass our personal data when chatting with the LLM.
β We need a way to load the data to our LLM. To do that, use Document Loaders.
Jun 1, 2023 β’ 11 tweets β’ 3 min read
"The Complete Bozos Guide to Fine-tuning"
β’ What is Fine-tuning?
β’ How to Fine-tune a custom LLM.
β’ When should we use fine-tuning?
β’ When NOT use use fine-tuning?
Save This β
Basic info on Fine-Tuning:
May 29, 2023 β’ 9 tweets β’ 3 min read
Retrievers in @LangChainAI are surprisingly powerful.
β’ Basic info on Retrievers
β’ Index vs Retriever
β’ When do you need a Retriever?
β’ Retriever examples
(All you need to know in under 6 tweets.)
Save This β
What is a Retriever:
May 25, 2023 β’ 11 tweets β’ 3 min read
Vector databases may be the next "big thing"
β’ Vector databases explained
β’ What is Unstructured data?
β’ When to use vector databases
β’ Embeddings.
β’ Use-cases
All you need to know in under 10 tweets.
Save This β
Why do we even need a database?
β We have data that we want to store.
Relational databases (like Postgres) or No-SQL databases (AWS DynamoDB) can store structured data but there is one inherent problem.
β Unstructured data is hard to store in relational databases.
May 22, 2023 β’ 16 tweets β’ 5 min read
β¨ Here's all you need to know about Chains in @LangChainAI
(In less than 3 minutes of reading..)
β’ Basic Information about Chains
β’ LLM Chain Explained
β’ Sequential Chain
β’ Four types of Chains
Save This β
Basic Information about Chains:
May 19, 2023 β’ 14 tweets β’ 5 min read
"How to Create Your Own Personal Chatbot (without ripping your hair out)"
I've broken it down into bite-size chunks.
Save this β
Here's a high level of what we're doing:
May 17, 2023 β’ 8 tweets β’ 3 min read
Everything you need to know about Prompts in @LangChainAI :
β’ Basic Information
β’ Example Prompts
β’ Output Parser
Save This β
Basic Information
May 15, 2023 β’ 10 tweets β’ 3 min read
All you need to know about LLMs:
β’ Overview
β’ Using LLMs in @LangChainAI
β’ Using open-sourced LLMs
β’ Chat Model
β’ How do we embed text?
Save this β
LLMs explained:
May 13, 2023 β’ 11 tweets β’ 4 min read
Everyone's been asking for it.
Here it is. I've broken it down @LangChainAI Agents into bite-size chunks.
Demo, Code explained & Github Linkβ
The entire code:
(It's not too bad, <72 lines of code)
Apr 29, 2023 β’ 15 tweets β’ 6 min read
πͺ INTRODUCING: Figma Chat Wizard
1) π€ Import design from @figma (with the help of @LangChainAI Loader) 2) Chat with the design in @streamlit π¬ and @OpenAI. 3) π¨ Design and code is returned
Demo, Code explained & Github Linkβ 1/ Live Demo: