this post was submitted on 11 Jul 2025
45 points (100.0% liked)

Ask Lemmy

33313 readers
2061 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [email protected] or [email protected]. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email [email protected]. For other questions check our partnered communities list, or use the search function.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try [email protected] or [email protected]


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 2 years ago
MODERATORS
 

Sorry if this isn't the right place for this question but I couldn't think of anywhere better to put it.

So I finished my degree in computer science a couple years ago right when the tech crash just started hitting, and the job market has been an enormous clusterfuck. Instead of trying to get a job where everyone seems to be going all-in on LLMs, machine learning, and crypto bullshit, I'd really like to be able to put my programming skills to good use helping out scientific research in some way, but I have no clue where to start. While in college I did help out my university's biology research department by writing small programs here and there to help undergrad/grad students who weren't very knowledgeable about technical solutions, but because of the recent funding cuts to scientific research and education, everyone there is struggling harder than I am.

Ideally I'd love to help contribute to causes that help improve people's lives (or astronomy just because space is cool). Does anyone know of resources I could look into to start down this path?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 3 days ago* (last edited 3 days ago) (1 children)

One interesting science field is "discrete AI" (probably has a few other names) which basically technically means "based on integers instead of floating point numbers". It has a few more implications on the models being more mathematically clean, but that's a long paragraph if I get into it.

The expecations are AI that is not based on absurd computing resources and black boxes, but getting the same benefits from low-power low-cost hardware and with outputs that can be more realistically queried to explain why the output became what it was.

E.g. if AI is used to make decisions on when to feed fish, and it feeds slightly too much, you'd want to be able to ask "why" and get a useful answer instead of today's "yeah idunno magic computer said so i guess training data lol"

[–] [email protected] 3 points 3 days ago (1 children)

“discrete AI” (probably has a few other names)

  • symbolic AI
  • traditional AI
  • GOFAI (good old fashioned) AI

Kinda sounds like you're talking about Explainable AI too. Very interesting set of fields, but I'm pretty sure they're all having funding problems too.

[–] [email protected] 3 points 3 days ago (1 children)

Yeah, funding is kinda not. I assumed the question was ignoring that, but I may have been mistaken.

Tsetlin machines are the ones I found most interesting. Strict yes/no logic stuff in the actual decision model, while the deeper complexity is in the training.

[–] [email protected] 2 points 2 days ago

Sounds interesting. Glad those topics are still being investigated. So important to remember that even those neural methods labored for decades in the shadows before they finally found the answers they needed.