Charlie Guo's Avatar

Charlie Guo

@cguo

196
Followers
2
Following
66
Posts
27.11.2023
Joined
Posts Following

Latest posts by Charlie Guo @cguo

Thinking about two different bets on the future of AI interaction: structured vs unstructured. Code interpreter and Cursor vs Operator and Dia.

29.01.2025 16:45 👍 0 🔁 0 💬 0 📌 0

Your codebase is no longer a moat.
Your product design is no longer a moat.

Your domain expertise is still a moat (for now).
Your network effects are still a moat.
Your data is still a moat.

The software landscape is going to change a lot in the next 3-5 years.

28.01.2025 16:45 👍 1 🔁 0 💬 0 📌 0

Eventually you'll stop counting the words. You'll stop worrying about what others think. You'll stop wondering if you're "a writer" yet.

You'll just write.

27.01.2025 16:45 👍 0 🔁 0 💬 0 📌 0

Get feedback, if it helps you. If not: fuck em. You're the one writing.

Write your first 2000 word post. Then your first 5000 word post. Write two posts in a week. Write every day.

27.01.2025 16:45 👍 0 🔁 0 💬 1 📌 0

Find something that inspires you. Something you have Opinions™ about. Read, if you can. It helps. But don't forget to write.

Maybe consider editing your posts. Or don't. Just keep writing. Keep hitting the publish button. Get to 1000 words a week.

27.01.2025 16:45 👍 0 🔁 0 💬 1 📌 0

Write. Just write. Then hit publish. Even if it's bad. Even if all you can do is 100 words. Start there.

Then do it again, the next week. Add 5 words the week after that. Get to 500 words a week. Make them 1% better. Then 1% better the week after that.

27.01.2025 16:45 👍 0 🔁 0 💬 1 📌 0

I hated English class in school (I was really bad at it, too).

In the past two years, I've written over 250,000 words on Substack. My biggest takeaway:

27.01.2025 16:45 👍 0 🔁 0 💬 1 📌 0
Post image

Wow. DeepSeek is number one in the app store today.

27.01.2025 00:48 👍 0 🔁 0 💬 0 📌 0
Video thumbnail

Waiting for AGI like

25.01.2025 16:45 👍 0 🔁 0 💬 0 📌 0
Preview
AI platform quicksand Be careful what you build on.

LangChain or LlamaIndex? CrewAI or Ell? Honestly, none of the above.

Right now, the best AI framework is no framework - there's too much risk of getting stuck in quicksand: www.ignorance.ai/p/ai-platfo...

24.01.2025 16:45 👍 0 🔁 0 💬 0 📌 0
Post image

ayyyy

23.01.2025 22:44 👍 0 🔁 0 💬 0 📌 0
Post image

Deepseek's new R1 model can gaslight itself into thinking there are only 2 r's in strawberry. We built a new form of intelligence and gave it all our existing neuroses.

23.01.2025 16:45 👍 1 🔁 0 💬 0 📌 0

• If you’re using documents or pasting large blocks of text, ask ChatGPT to cite specific quotes to justify its answers.
• And because it’s always worth repeating: ChatGPT will lie to you. Don’t ever blindly trust its output.

Give them a try, or share your best ChatGPT tips!

22.01.2025 16:45 👍 0 🔁 0 💬 0 📌 0

• If you don’t have a good idea of how to prompt the AI, turn things around - have ChatGPT ask you relevant questions before answering.
• Don’t be afraid to re-roll responses or go back and edit your message history. Branching conversations are an underused tool.

22.01.2025 16:45 👍 0 🔁 0 💬 1 📌 0

5 simple tips I would give anyone who wants to start being more effective with ChatGPT:

• Always give more context. It can’t read your mind, and you have way more implicit assumptions than you think.

22.01.2025 16:45 👍 0 🔁 0 💬 1 📌 0
Post image

This entire article was a wild ride, even for someone who isn’t shocked at the idea of human/AI relationships.

It’s tempting to laugh, but instead I’m asking myself what it reveals about deeper human needs for connection and validation in an increasingly isolated modern world.

21.01.2025 16:45 👍 0 🔁 0 💬 0 📌 0

Reminder to self about keeping up with AI:

It's okay to not read every paper, like every viral post, try every tool, and test every model.

The world will still be there tomorrow.

20.01.2025 16:45 👍 0 🔁 0 💬 0 📌 0

As I get older, I'm less afraid of code that breaks, and more afraid of code that works - but I have no idea why.

19.01.2025 16:45 👍 0 🔁 0 💬 0 📌 0

With o1 I now find myself reaching for custom browser JS and even Chrome extensions pretty frequently - something I rarely, if ever did before. LLMs are now good enough to one-shot a custom Chrome extension.

18.01.2025 16:45 👍 1 🔁 0 💬 0 📌 0

• Making connections with other brilliant content creators
• Exploring new models, mediums, and messages
• Consistently getting better at my craft

Everyone chases the first list. It’s much more enjoyable chasing the second.

17.01.2025 16:45 👍 0 🔁 0 💬 0 📌 0

What I thought would make me happy:

• Getting to 10,000 (now almost 15,000) free subscribers
• Becoming a Bestseller with hundreds of paid subs
• Breaking into the top 100 on a leaderboard

What actually fills me with joy:

17.01.2025 16:45 👍 0 🔁 0 💬 1 📌 0

There's definitely still a risk of hallucinations, but Structured Outputs solves so many headaches when getting ChatGPT to generate JSON data.

Read more at www․ignorance․ai

16.01.2025 16:45 👍 0 🔁 0 💬 0 📌 0

Instead, try Structured Outputs:
- Define the exact schema you want
- Get guaranteed structure every time
- Force specific field names
- Validate data types automatically

16.01.2025 16:45 👍 0 🔁 0 💬 1 📌 0

You don't have to:

- Beg the AI to "PLEASE RETURN VALID JSON"
- Use brittle regexes to parse unstructured text
- Add custom delimiters and pray for the best
- Create complex multi-step prompts

16.01.2025 16:45 👍 0 🔁 0 💬 1 📌 0

If you're building with ChatGPT and not using Structured Outputs, you absolutely should.

Building reliable AI apps used to be a nightmare of JSON parsing. I've 100% been guilty of prompting: "Please pretty please give me JSON? 🥺"

16.01.2025 16:45 👍 0 🔁 0 💬 1 📌 0

It's still so early, but my main takeaway is that model efficiency is exploding while prices are plummeting.

2025 is going to be wild.

15.01.2025 16:45 👍 0 🔁 0 💬 0 📌 0

5. OpenAI, of course, held its own with the 12 days of Shipmas:
- Full Sora model release
- Full o1 model release (plus o1-pro)
- 1-800-CHATGPT (yes, really)
- o3 model benchmarks

15.01.2025 16:45 👍 0 🔁 0 💬 1 📌 0

4. Google went all out across text, videos, and reasoning:
- Gemini-exp-1206 topped leaderboards
- Gemini 2.0 Flash brought streaming magic
- "Thinking mode" followed in o1's footsteps
- Veo 2 crashed OpenAI's Sora party

15.01.2025 16:45 👍 0 🔁 0 💬 1 📌 0

3. DeepSeek comes out of nowhere with its v3
- Matches GPT-4o/Claude 3.5 Sonnet
- Costs 10x less to train and beats top benchmarks
- Comes with open weights

15.01.2025 16:45 👍 0 🔁 0 💬 1 📌 0

2. Meta unleashed Llama 3.3 70B
- Matches performance of 405B models
- Now runs on a laptop (wild!)
- Hitting 2,200 tokens/second on Cerebras

15.01.2025 16:45 👍 0 🔁 0 💬 1 📌 0