Get fresh prompts and ideas whenever you write - with examples of popular tweets.
The best writing experience, with powerful scheduling
Create your content without distractions - where it's easier to write and organize threads.
Cross-post to LinkedIn
NEW
Automatically add LinkedIn versions to your posts.
+14
Followers
Discover what works with powerful analytics
Easily track your engagement analytics to improve your content and grow faster.
@frankdilo
Feedback?
@albigiu
Love it 🔥
Collaborate on drafts and leave comments
Write with your teammates and get feedback with comments.
🧵
Rewrite as thread start
🔥
Make it Punchier
✅
Fix Grammar
Improve your content with AI suggestions and rewrites
Get suggestions, tweet ideas, and rewrites powered by AI.
And much more:
Auto-Split Text in Tweets
Thread Finisher
Tweet Numbering
Pin Drafts
Connect Multiple Accounts
Automatic Backups
Dark Mode
Keyboard Shortcuts
Top tweeters love Typefully
100,000+ creators and teams chose Typefully to curate their Twitter presence. Join them.
Santiago@svpino
For 24 months, I tried almost a dozen Twitter scheduling tools.
Then I found @typefully, and I've been using it for seven months straight.
When it comes down to the experience of scheduling and long-form content writing, Typefully is in a league of its own.
I forgot about Twitter for 10 years. Now I'm remembering why I liked it in the first place.
Huge part of my new love for it: @typefully. It makes writing threads easy and oddly fun.
DHH@dhh
This is my new go-to writing environment for Twitter threads.
They've built something wonderfully simple and distraction free with Typefully.
ian hollander@ianhollander
Such a huge fan of what @typefully has brought to the writing + publishing experience for Twitter.
Easy, elegant and almost effortless threads - and a beautiful UX that feels intuitive for the task - and inviting to use.
Luca Rossi ꩜@lucaronin
After trying literally all the major Twitter scheduling tools, I settled with @typefully.
Kudos to @frankdilo and @linuz90 for building such a delightful experience.
Killer feature to me is the native image editor — unique and super useful 🙏
Queue your content in seconds
Write, schedule and boost your tweets - with no need for extra apps.
Schedule with one click
Queue your tweet with a single click - or pick a time manually.
Pick the perfect time
Time each tweet to perfection with Typefully's performance analytics.
Boost your content
Retweet and plug your tweets for automated engagement.
Start creating a content queue.
Tweet with daily inspiration
Break through writer's block with great ideas and suggestions.
Start with a fresh idea
Enjoy daily prompts and ideas to inspire your writing.
Check examples out
Get inspiration from tweets that used these prompts and ideas.
Flick through topics
Or skim through curated collections of trending tweets for each topic.
Check the analytics that matter
Build your audience with insights that make sense.
Write, edit, and track tweets together
Write and publish with your teammates and friends.
Share your drafts
Brainstorm and bounce ideas with your teammates.
@frankdilo
Feedback?
@albigiu
Love it 🔥
Add comments
NEW
Get feedback from coworkers before you hit publish.
Read, Write, Publish
Read, WriteRead
Control user access
Decide who can view, edit, or publish your drafts.
I've helped hundreds of people start with machine learning.
Everyone asks me the same, fundamental question.
But they all hate my answer. Engineers even more.
Let me try again, but this time I'll show you a few lines of code that will 10x your process:
People always ask: "How do you know what to do now?"
The answer is simple, but nobody likes to hear it: "Well, you don't know."
After a few seconds, I follow up: "You need to experiment to find what works best."
Here is the reality they don't want to hear about:
Machine learning models are hard to optimize for any given problem.
There are just too many variables that we could change!
People aren't used to this. It's hard for them to move from "I know what will happen" to "I need to try and see."
Here is one example:
Let's talk about a concrete idea: "hyperparameters."
Think of these as "configuration settings." Depending on the values you choose, your model will perform differently.
These are the knobs and levers of every machine learning model.
Every model has different hyperparameters.
Here are a few common examples:
• learning rate
• batch size
• epochs
• regularization
The list goes on and on.
In a perfect world, we will find the combination of values for these hyperparameters that's ideal for our problem.
But finding these values is a headache. There are too many possibilities!
We need something better.
I consider myself an organized person.
When I started building models, I kept a spreadsheet with different combinations of values.
Whenever I tried a set of hyperparameters, I carefully took notes of values and results.
There are two problems with this.
First problem:
You don't want to run your experiments manually. There's little chance you'll find an optimal combination by guessing.
Second problem:
Writing down values in a spreadsheet is cumbersome, suboptimal, and prone to errors.
To solve the "finding hyperparameters by hand" part, these are the libraries I use:
1. KerasTuner
2. Optuna
With these, you can automatically find the best hyperparameters for your model.
The first problem was running multiple experiments to find the best set of hyperparameters.
But how do you keep track of all of these experiments?
You can't rely on spreadsheets, at least not if you want to keep your sanity.
A couple of notes:
Notice that my code stayed the same. I just added a couple of lines to connect to @Cometml.
I get all sorts of metrics and charts right from @Cometml's interface. All of them for free!
Over time, you'll have a library of experiments with detailed metrics about everything you did.
You can compare experiments, reproduce them, filter, or go back to any one of them.
You won't ever go back to manual tracking. I promise.
Every week, I post 1 or 2 threads like this, breaking down machine learning concepts and giving you ideas on applying them in real-life situations.
Follow me @svpino and make sure you don't miss my next thread.