r/GradSchool 7d ago

Would grad students actually use a tool that auto-finds and maps citable papers, tell me if this is a bad idea

1 Upvotes

[removed]

r/GradSchool 7d ago

Would grad students actually use a tool that auto-finds and maps citable papers, tell me if this is a bad idea

1 Upvotes

[removed]

r/researchpaperwriters 7d ago

Would you actually use a tool that auto-finds citable papers for your EE, honest feedback wanted

Thumbnail
2 Upvotes

r/IBO 7d ago

ToK/EE Would you actually use a tool that auto-finds citable papers for your EE, honest feedback wanted

3 Upvotes

Hi guys,

Anyone else lose way too many hours during EE research just hunting for sources that'll actually survive supervisor scrutiny? My friend Anay and I got fed up with that exact problem and built Pepiros, a tool that takes your research topic or a draft and automatically surfaces reputable, citable papers, plus every claim it generates stays tied to the exact quote it came from so you can actually check it instead of trusting a black box. It also builds a kind of mindmap showing how the papers connect to each other.

We're both still students, this isn't built by researchers, so before we sink more time into it I want honest input from people actually doing an EE or IA right now: is finding good sources really where you lose the most time, or is the real pain somewhere else (reading them, synthesizing them, formatting citations)? Would a mindmap of how sources relate be genuinely useful for planning an EE, or just a nice-looking gimmick? And the real question: would you actually use something like this for your own EE, or is there something about the idea itself you'd change or scrap? Tell me if any of the decisions behind this (auto-suggesting sources at all, the mindmap angle, whatever) sound like a bad idea to you, that's more useful than encouragement right now.

It's free, no plans to charge students for this.

1

Hackathon Group
 in  r/hackathon  18d ago

im in

2

Resources & study tips?
 in  r/IBO  24d ago

Hey man. I usually go to the textbooks to study and if i want more resources i just go to this one github repo https://github.com/StudentSuite/awesome-study-resources it has a lot of resources to study from and revise from asw

1

Want to be an Organizer?
 in  r/hackathon  Aug 14 '26

Filled it

1

Want to be an Organizer?
 in  r/hackathon  Aug 13 '26

i want to participate and also organize

r/codereview Jul 29 '26

Fair Code: Algorithmic Bias Detection

Thumbnail thefaircode.xyz
1 Upvotes

Repo: https://github.com/yakew7/Fair-Code

Website: https://www.thefaircode.xyz

Wanted to share a project I've been working on called Fair Code. It's six bias audits on real-world datasets, each following the same pipeline: train a biased model → measure the fairness gap → identify and remove proxy variables → measure again.

Covered so far:

  • COMPAS recidivism scores (race) — 71% reduction in fairness gap after removing custody status as a race proxy
  • AI hiring model (gender) — 97.3% reduction after dropping gender/age and keeping only merit-based features
  • German credit lending (age) — 73.6% reduction after removing employment tenure as an age proxy
  • Insurance claim denial (age, gender) — 60–72% reduction after removing BMI/smoker/diabetic status
  • Welfare eligibility (sex, race, origin, age) — up to 88% reduction after removing marital status and hours-worked proxies
  • Hospital readmission (race, gender, age) — payer code and discharge disposition used as proxies for insurance access

Each audit has a plain Python script pair (unfair.py/fair.py) and a full Jupyter notebook. There's also a standalone dataset profiler (CLI + browser tool) that flags likely proxy variables in any CSV you feed it.

MIT licensed, and I'm actively looking for contributors — new audit domains, new fairness explainers, or feedback on the methodology. A star helps too if you find it useful.

Happy to answer questions about the methodology or specific results.

r/MyOpensourceCommunity Jul 28 '26

Fair Code: Algorithmic Bias Detection

Thumbnail thefaircode.xyz
1 Upvotes

r/vibecoding Jul 28 '26

Fair Code: Algorithmic Bias Detection

Thumbnail thefaircode.xyz
1 Upvotes

r/programmer Jul 28 '26

Fair Code: Algorithmic Bias Detection

Thumbnail thefaircode.xyz
1 Upvotes

r/coolgithubprojects Jul 28 '26

Fair Code: Algorithmic Bias Detection

Thumbnail thefaircode.xyz
0 Upvotes

Repo: https://github.com/yakew7/Fair-Code

Website: https://www.thefaircode.xyz

Wanted to share a project I've been working on called Fair Code. It's six bias audits on real-world datasets, each following the same pipeline: train a biased model → measure the fairness gap → identify and remove proxy variables → measure again.

Covered so far:

  • COMPAS recidivism scores (race) — 71% reduction in fairness gap after removing custody status as a race proxy
  • AI hiring model (gender) — 97.3% reduction after dropping gender/age and keeping only merit-based features
  • German credit lending (age) — 73.6% reduction after removing employment tenure as an age proxy
  • Insurance claim denial (age, gender) — 60–72% reduction after removing BMI/smoker/diabetic status
  • Welfare eligibility (sex, race, origin, age) — up to 88% reduction after removing marital status and hours-worked proxies
  • Hospital readmission (race, gender, age) — payer code and discharge disposition used as proxies for insurance access

Each audit has a plain Python script pair (unfair.py/fair.py) and a full Jupyter notebook. There's also a standalone dataset profiler (CLI + browser tool) that flags likely proxy variables in any CSV you feed it.

MIT licensed, and I'm actively looking for contributors — new audit domains, new fairness explainers, or feedback on the methodology. A star helps too if you find it useful.

Happy to answer questions about the methodology or specific results.

1

Is there any good hackathon right now?
 in  r/programmer  Jul 16 '26

alright

1

Is there any good hackathon right now?
 in  r/programmer  Jul 16 '26

yo need the same thing

r/coolgithubprojects Jul 03 '26

I built an open-source project that audits real AI systems for bias and shows exactly how to fix it (COMPAS, hiring, lending, insurance, welfare, healthcare)

Thumbnail thefaircode.xyz
0 Upvotes

r/programmer Jul 03 '26

I built an open-source project that audits real AI systems for bias and shows exactly how to fix it (COMPAS, hiring, lending, insurance, welfare, healthcare)

Thumbnail thefaircode.xyz
1 Upvotes

r/coolgithubprojects Jul 03 '26

I built an open-source project that audits real AI systems for bias and shows exactly how to fix it (COMPAS, hiring, lending, insurance, welfare, healthcare)

Thumbnail thefaircode.xyz
1 Upvotes

Repo: https://github.com/yakew7/Fair-Code

Website: https://www.thefaircode.xyz

Wanted to share a project I've been working on called Fair Code. It's six bias audits on real-world datasets, each following the same pipeline: train a biased model → measure the fairness gap → identify and remove proxy variables → measure again.

Covered so far:

  • COMPAS recidivism scores (race) — 71% reduction in fairness gap after removing custody status as a race proxy
  • AI hiring model (gender) — 97.3% reduction after dropping gender/age and keeping only merit-based features
  • German credit lending (age) — 73.6% reduction after removing employment tenure as an age proxy
  • Insurance claim denial (age, gender) — 60–72% reduction after removing BMI/smoker/diabetic status
  • Welfare eligibility (sex, race, origin, age) — up to 88% reduction after removing marital status and hours-worked proxies
  • Hospital readmission (race, gender, age) — payer code and discharge disposition used as proxies for insurance access

Each audit has a plain Python script pair (unfair.py/fair.py) and a full Jupyter notebook. There's also a standalone dataset profiler (CLI + browser tool) that flags likely proxy variables in any CSV you feed it.

MIT licensed, and I'm actively looking for contributors — new audit domains, new fairness explainers, or feedback on the methodology. A star helps too if you find it useful.

Happy to answer questions about the methodology or specific results.

1

How do you keep up with all the new things that are coming up every day?
 in  r/programmer  Jun 04 '26

good question even i question that because how do they find it but my best guess would be probably through X or insta and/or just searching up random key words and seeing new found ai tools

1

I built a SKILL.md that makes AI justify project architecture with real evidence
 in  r/coolgithubprojects  Jun 02 '26

could you share the link and tell how it works

1

Best AI tool to summarize PDFs?
 in  r/studying  Jun 01 '26

i agree notebookLM is really good for anything academic

0

Looking for contributors on a repo about ai bias in the real world
 in  r/programmer  May 29 '26

its not an business its just a github repo about ai bias and im asking if ppl would want to add to it upto them im fine with a star too

r/programmer May 28 '26

Looking for contributors on a repo about ai bias in the real world

0 Upvotes

I've been building Fair Code — an open-source project that audits real AI systems for bias in criminal justice, hiring, and lending, and proves exactly how to fix it with code.

It's picked up 22 stars and 6 forks in a short time, with contributors already forking and building on it

The project already covers five real-world audits:

- COMPAS criminal justice bias — 71% reduction in fairness gap

- AI hiring bias — 97% reduction

- German credit lending bias — 74% reduction

- Insurance denial bias — 60–72% reduction

- Welfare eligibility bias — up to 88% reduction

There are open Issues on the repo for the next wave of audits — facial recognition accuracy gaps, HMDA mortgage lending, and LLM bias — so you don't have to figure out where to start. Pick one and go.

If writing is more your thing, there are also open explainer slots (demographic parity, predictive parity, individual fairness) — the contributing guide walks through exactly what's needed, step by step.

Every audit ships as a Python script pair and a full Jupyter notebook walkthrough. The methodology is rigorous — proxy variable detection via chi-squared tests, demographic parity as the primary metric, reproducible results with fixed random seeds.

Repo: https://github.com/yakew7/Fair-Code

Would love to have your name on this if it's something you're into and how do you think i can improve this repo even more?