Sabitlenmiş Tweet
Abdullah Jan
88 posts

Abdullah Jan
@Mr_AbdullahJan
Building an open source AI-powered careers development platform - https://t.co/8II63gW5yl
Katılım Şubat 2013
205 Takip Edilen283 Takipçiler
Abdullah Jan retweetledi

Fixed by checking for MEANINGFUL content:
const hasMeaningfulContent = lastMessage.parts.some(
(p) => p.type === "text" ||
p.type === "reasoning" ||
p.type.startsWith("tool-")
);
if (!hasMeaningfulContent) {
// Show retry card
}
English

Carific AI S2E7: The one where the AI agent wouldn't stop talking
Built an AI resume tailor. User clicks "Start" and... nothing.
Chat shows their message. No response. UI frozen.
Here's the bug that took hours to find 🧵
github.com/ImAbdullahJan/…
#buildinpublic
English
Abdullah Jan retweetledi

@Mr_AbdullahJan That's pretty interesting, how long did you spend building that thing?
English

"Carific.ai: Building an AI Resume Tailor with Multi-Step Agents - Vercel AI SDK 6 and ToolLoopAgent" by Abdullah Jan #DEVCommunity #BuildInPublic #Careers dev.to/abdullahjan/ca…
English

Carific AI S2E6: The one where React keys broke everything
Added "move up/down" buttons to reorder resume sections.
Worked perfectly. Until users started typing.
Then focus disappeared mid-keystroke.
Here's the bug that code review caught 🧵
github.com/ImAbdullahJan/…
English

"Carific.ai: The Last 10% - Production Hardening with React 19, Privacy Safeguards, and Memory Leak Fixes" by Abdullah Jan #DEVCommunity #BuildInPublic dev.to/abdullahjan/ca…
English
Abdullah Jan retweetledi





