Remix.run Logo
Yuki_Nishikawa a day ago

This scratches a very real itch. I've hit the "can't remember which recruiter said what" wall multiple times, especially when applying in bulk.

A couple of questions: - How reliable is the rejection/offer detection logic? Are you using simple keyword matching or something more contextual with Gemini? - How do you handle company name normalization across emails? (e.g., "Google LLC" vs "Google Careers")

Also curious: any plans to expose the timeline as a downloadable JSON or API? Would be neat for power users to integrate into personal dashboards.

Great job building this — surprisingly underserved use-case despite how common it is.

adelowo 21 hours ago | parent [-]

Thank you.

I’m using contextual searches with Gemini. Yes it would normalize Google LLC and Google careers as Google.

I didn’t think of that but I can surely get that done next week. That’s a good usecase!