Finding signal on Twitter is more difficult than it used to be. We curate the best tweets on topics like AI, startups, and product development every weekday so you can focus on what matters.
We collected 3 eligible posts, but not enough supported labels from different authors to summarise the conversation.
people talking
3
Distinct tracked authors
posts mentioning it
3
In the selected period
vs. the previous 24 hours
-25%
Observed 99% now, 100% prior
reported switching to it
—
Needs three supporting authors
Attention over time
Posts / hour
00:3004:0008:0012:0016:0020:0000:00
Mentions in our tracked network, per hourStill collecting
Collection is incomplete. Breaks in the line are unobserved intervals, not zero mentions.
View interval counts
Interval start (UTC)
Mentions
Coverage
2026-09-25 01:00 UTC
0
Complete
2026-09-25 02:00 UTC
0
Complete
2026-09-25 03:00 UTC
0
Complete
2026-09-25 04:00 UTC
1
Complete
2026-09-25 05:00 UTC
0
Complete
2026-09-25 06:00 UTC
0
Complete
2026-09-25 07:00 UTC
0
Complete
2026-09-25 08:00 UTC
0
Complete
2026-09-25 09:00 UTC
0
Complete
2026-09-25 10:00 UTC
0
Complete
2026-09-25 11:00 UTC
0
Complete
2026-09-25 12:00 UTC
0
Complete
2026-09-25 13:00 UTC
0
Complete
2026-09-25 14:00 UTC
0
Complete
2026-09-25 15:00 UTC
0
Complete
2026-09-25 16:00 UTC
1
Complete
2026-09-25 17:00 UTC
1
Complete
2026-09-25 18:00 UTC
0
Complete
2026-09-25 19:00 UTC
0
Partial
2026-09-25 20:00 UTC
0
Partial
2026-09-25 21:00 UTC
0
Complete
2026-09-25 22:00 UTC
0
Complete
3 unobserved intervals omitted. We did not collect during them, so their counts are unknown, not zero.
What people are saying
Grounded in source posts
Getting praise
No supported praise from at least three authors in this window.
Raising concerns
No supported concerns from at least three authors in this window.
Tone of the conversation
Not enough classified posts for a breakdown. Percentages need at least 10 labelled posts from 5 authors.
Posts labelled
3 of 3
Collection coverage
99%
How this is put together
Public posts from the accounts Tech Twitter monitors, in the selected window. Findings need three supporting authors and a published source. Announcements can cite one known-affiliated account. This is a sample of the conversation, not a survey or a measure of adoption.
The posts behind the picture
Public source posts
@exm7777
Jev can't write a single word, which is exactly why it should pick what my agents read
my Obsidian vaults hold 5k+ notes, one idea per note, each with a one-line summary in an index
but Claude can't read all of that on every turn, and a keyword search misses the note that makes the same point in different words
so Jev does the picking:
> step 1: Jev reads the 28 vault descriptions and picks where the task belongs
> step 2: it checks every note summary in that vault in one call, each judged alone
> step 3: the top 5 come back with full text - Jev drops any that miss the task
> step 4: my code loads the survivors into Claude's context (and nothing else)
every pick comes from a list i define, so Jev can't invent a note
the worst it can do is pick the wrong one... and each one carries a confidence score that tells my code when to fall back to Claude
I've been using Jev for all kinds of things. This morning I had a realization I kind of like:
Use it to make non-black-box embeddings.
Instead of an embedding model spitting out 1,536 numbers that mean nothing, you ask Jev questions about each document. The answers become the vector.
An email in Cora:
"I got charged twice this month, pls fix asap"
[is_customer, urgent, about_billing, needs_reply]
[1.0, 0.9, 1.0, 1.0]
A newsletter:
[0.0, 0.0, 0.0, 0.1]
A friend asking about lunch:
[0.0, 0.1, 0.0, 0.7]
Then it's just old-school cosine similarity search. Search "billing issues from customers" as [1, 0.5, 1, 0.5] and the double charge comes out on top.
Same idea for our articles at Every:
[is_tutorial, about_ai, contrarian, beginner_friendly]
Or support tickets:
[is_bug, angry, churn_risk, enterprise]
Every number has a name, so you can see why something matched. Need a new dimension? Add a question. Want urgent stuff first? Change the query vector.
Trying this in @CoraComputer now to make search fast.
Deel put Jev head-to-head with frontier LLMs across multiple use cases: up to 59× cheaper, up to 4× faster, and quality at parity or better on 6 of 8 checks.
TypeSafe opened Jev to us on Sunday. Expected cheaper and faster, got both.
The real shock? Accuracy surged.
Repeat questions: 70% → 97%
Expense categories: 50% → 86%
Escalations: same catches, fewer false alarms