<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Quratulain Nayeem</title>
    <description>The latest articles on DEV Community by Quratulain Nayeem (@qurotz).</description>
    <link>https://dev.to/qurotz</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3812245%2Ffa6cb36b-259e-4d7f-a37e-9e56c96dc70a.png</url>
      <title>DEV Community: Quratulain Nayeem</title>
      <link>https://dev.to/qurotz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/qurotz"/>
    <language>en</language>
    <item>
      <title>90% of the internships I applied to weren’t real. So I’m building a way to expose them.</title>
      <dc:creator>Quratulain Nayeem</dc:creator>
      <pubDate>Sat, 25 Apr 2026 19:56:06 +0000</pubDate>
      <link>https://dev.to/qurotz/90-of-the-internships-i-applied-to-werent-real-so-im-building-a-way-to-expose-them-2jnm</link>
      <guid>https://dev.to/qurotz/90-of-the-internships-i-applied-to-werent-real-so-im-building-a-way-to-expose-them-2jnm</guid>
      <description>&lt;p&gt;If you're a student or dev in India right now, you know the grind. I've spent months obsessing over my resume, hunting for keywords, and sending out countless applications for AI/ML roles. I did everything "right." The cold emails, the startup hunting, the works.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5hssbvzmqh8b6c3mhodc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5hssbvzmqh8b6c3mhodc.png" alt="jobs applied to" width="800" height="121"&gt;&lt;/a&gt;&lt;br&gt;
And what do you get in return? Either complete silence, or worse, a website asking you to PAY for an internship. ₹1,499 for a "1-Month AI Internship." As if the job market wasn't already stacked against us.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F77841go41zqpuwqmbdsn.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F77841go41zqpuwqmbdsn.jpeg" alt="pay to get an internship" width="800" height="453"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;But after months of this, I realized the problem wasn't my resume. The problem was that I was applying to &lt;em&gt;"ghosts”.&lt;/em&gt; &lt;br&gt;
I started digging and realized that a massive chunk of job listings some estimate up to 90% in certain sectors are ghost listings. Companies post them just to collect our data, gauge salary expectations, or build a "talent pipeline" for a role that doesn't actually exist. It’s a waste of our time and a hit to our confidence.&lt;br&gt;
I’m an AI student. Why am I not using my skills to fix this?&lt;br&gt;
I decided to stop just "applying" and start "building." &lt;br&gt;
I’m currently developing a Chrome extension designed to give job seekers a real-time "Credibility Score" for every listing they see on LinkedIn.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;How it works (The Tech Behind the Logic):&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;I didn't want to build just another "AI wrapper." I’m building a system that aggregates five distinct signal categories to calculate a legitimacy score:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Company Legitimacy:&lt;br&gt;
Cross-referencing domains and registration data.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Recruiter Credibility:&lt;br&gt;
Analyzing the profile behind the post.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Posting Behavior:&lt;br&gt;
Tracking how long a post stays up vs. actual hiring signals.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;On-Device ML:&lt;br&gt;
I’m planning to use ONNX Runtime Web to run text classification locally in the browser to keep it fast and privacy-first.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Why an extension and not a native app?&lt;br&gt;
LinkedIn’s official APIs are locked behind enterprise gates. To help people now, we need to be where the jobs are. By using a Manifest V3 extension, I can provide an instant "Truth Layer" directly on the page without waiting for a formal partnership that may never come.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The Goal:&lt;br&gt;
I’ve previously built production AI systems that analyzed over 568k reviews and engineered RAG pipelines from scratch. Now, I’m applying that same "production-first" mindset to help students like me avoid the ghost-job trap.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  I’m looking for collaborators!
&lt;/h3&gt;

&lt;p&gt;This is still a work in progress. I’m currently mapping out the Vercel Edge functions and refining the ML text classifier.&lt;br&gt;
If you're tired of ghost listings and want to help build this, connect with me on &lt;a href="https://www.linkedin.com/in/quratulain-nayeem/" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt; or drop a comment below. &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Let’s stop applying into thin air :) &lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>career</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
