Technology
Which posts fit here?
Anything that is at least tangentially connected to the technology, social media platforms, informational technologies and tech policy.
Rules
1. English only
Title and associated content has to be in English.
2. Use original link
Post URL should be the original link to the article (even if paywalled) and archived copies left in the body. It allows avoiding duplicate posts when cross-posting.
3. Respectful communication
All communication has to be respectful of differing opinions, viewpoints, and experiences.
4. Inclusivity
Everyone is welcome here regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
5. Ad hominem attacks
Any kind of personal attacks are expressly forbidden. If you can't argue your position without attacking a person's character, you already lost the argument.
6. Off-topic tangents
Stay on topic. Keep it relevant.
7. Instance rules may apply
If something is not covered by community rules, but are against lemmy.zip instance rules, they will be enforced.
Companion communities
[email protected]
[email protected]
Icon attribution | Banner attribution
If someone is interested in moderating this community, message @[email protected].
view the rest of the comments
This is a solvable problem, but it requires humans to write the algorithms. For example, AIs can't add, but there are ways to hook in external software that can do addition, which the AI will know to use. Similarly, we can train AI to solve logic puzzles if you give it an algorithm, but it can't solve a logic puzzle an algorithm cannot.
This is adorably misguided. We tried letting humans write the rules. It didn't work.
The recent explosion of neural-network stuff is exciting specifically because it doesn't rely on us understanding how the fuck it works.
Some AI can do math, but LLMs and Neural Networks aren't designed to do complex math, as all of their operations are (typically) based around addition. If it has enough pathways it can learn multiplication through sheer brute force, but only within the input space (hence the articles comments about 3 or 4 digit numbers).
At the end of the day, LLMs are for processing text. Multimodal models are generally converting audio/images to text so you have a common means of evaluation. However, none of that is concerned about logic, which is fundamental for math.