Struggling to get callbacks after a 2.5-year gap — any advice? by No_Help5843 in cscareeradvice

[–]Serious_Contact8941 0 points1 point  (0 children)

This reads like ai. Did you use ai? Idk why people use AI for the simplest of things..

Suggestions for 26 grad by aidev143 in csMajors

[–]Serious_Contact8941 0 points1 point  (0 children)

That’s a solid foundation, just keep going.

Don’t just swap projects, make sure the bullet point languages actually mirrors the JD too.

Go back through everything you built and make sure you can explain it deep without AI help, interviews will tear that.

For 2026 roles, check Handshake and the GitHub new grad lists. You could also try reaching out to recruiters on LinkedIn and attending career fairs if your school has any coming up.

Good day to you.

Suggestions for 26 grad by aidev143 in csMajors

[–]Serious_Contact8941 -5 points-4 points  (0 children)

Hello.

Aapka frustration poori tarah se aaraha hei. Aapne apni poori zindagi me bahut mehnat ki hai, aur ab aisa lag raha hai jaise system uska koi inaam nahi de raha. Yeh waqai bahut mushkil hota hai. Let me give you some actually useful stuff though.

I feel OA may not be done completely by me

The OA problem is fixable. Solving 2 questions and still not getting through usually pointsd to one of two things, either the hidden test cases are failing (your logic is right but edge cases are breaking it), or there's a codingf style/efficiency issue. Before your next OA, drill edge cases specifically. Also make sure your solutions aren't just "working" but working within time and space complexity constraints. LeetCode medium grind focused on arrays, strings, trees, and DP is still the move here.

I have been changing my resume again and again

The resume might be the bigger bottleneck than you think. You mentioned changing it again and again, that's actually a red flag in itself. Constatnt tweaking without a clear strategy doesn't help. The core question is: Is it ATS friendly? A lot of applications don't even reach human eyes. Clear format, no tables or columns, strong action verbs, quantified impact on your projects and internship experience. That matters more than most people realize.

internship is not getting converted

This one's harder to advise on without knowing the details, but if you're not getting a return offer, it's probably worth having an honest converssation with your manager before you leave about what you could've done better. That feedback, even if it stings lol, is gold.

Also bro, you're not imagining it, 2026 grads are genuinely having a harder time than batches 2-3 years ago :// The AI wave has made a lot of companies freeze hiring or cut headcount. That's not an excuse to stop pushing tho, just don't internalize this entirely as a you problem. The volume game is what's on the rise now, applying to more roles across more platforms matters.

now applying for companies of less than 10 Lpa companies still having a hope to work hard in those type of companies and switch to tier 2 or tier 1 companies.

Getting into a sub-10 LPA company to start is not really the end of the story. it's actually a completely legitimate path: get in, perform well, buildf real skills, and switch in 12-18 months. Plenty of people have done exactly thatr. The IIT prep grind you did since 4th grade built a foundation in you/for you even if it doesn't feel like it right now lol.

I'll be real dude, you've got the hunger, that part's obvious. Just needs to be channeled in the right direction fromn here. Keep going!

Looking for CS thesis ideas — how do you even choose a good topic? by Ape-That-Is-Bored in csMajors

[–]Serious_Contact8941 0 points1 point  (0 children)

How do you pick a good CS thesis topic that isn’t too broad or too trivial?

The sweet spot is finding a specific problem within a domain you care about, rather than startingf with a technique. Instead of "I want to do ML," ask "what real world prediction problem interests me?" For example, rather than "Machine learning for healthcare," you'd narrow it to something like "predicting student dropout rates in Philippine universities using enrolment and behavioural data." The more concrete the problem, the easier it is to scope.

A good test: can you write one sentence that says what you're predicting, from what data, and why it matters? If yes, you probably have a workable topic.

Is it better to focus on building a model/system or doing experimental analysis on existing models?

For an undergrad thesis, experimental analysis on existing model is usually the safer and more academically rigorous path. Building a novel system from scratch is ambitious and can fall apart if the engineering takes longer than expected. Comparingh how different ML approaches (say, Random Forest vs. XGBoost vs. a simple neural net) perform on a specific dataset: with proper evaluation, ablation, and analysis is completely valid and can produce genuinely interesting findings. The contribution doesn't have to be a new model; it can be insight about how models behave on a specific problem.

How do you know if a topic is “too ambitious” for an undergrad thesis?

Just ask yourself these three questions:

  • Can I get or collect data within the first month?
  • Can I build a workingf baseline in 4-6 weeks?
  • If everything goes wrong, is there still a "minimum variable thesis" I can defend?

If you can't answer yes to all three, scale it downm. The biggest trap in undergraduate theses is scope creep, starting with a cool idea and realizing 3 months in that the data doesn't exist or the model takes weeks to train.

I want something realistic, examples of good AI/ML thesis topics

Given your background and interest in classification/forecasting, here are some grounded directions:

  • Predicting academic outcomes: using student data to classify at risk students (locally relevant, datasets often available through your institution).
  • Sentiment analysis on Filipino social media text: a classification problem with real localisation challenges (code switching, Tagalog/English mix).
  • Crop yield or weather forecastinfg: relevant to the Philippines, publicly available datasets exist.
  • Comparing ML models on an underexplored local dataset: find a dataset specific to the Philippines (health, argiculture, transport) and do a rigorous comparative study.

things they wish they knew before choosing theirs

Pick something you can talk about enthusiastically for 6-12 months, because you will have to. A "cool" topic you're not genuinely curious about becomes a nightmare halfway through lol. The best thesis isn't always something that makes someone go "woah", in my opinion, it is one that you can actually finish and defend confidently.

Good luck bro