You've been using AI for years, and you didn't even know it. One example is spam filters. When's the last time you got a spam message in your inbox? For me, it's been a long, long time. Mistakes in the other direction are more common; your spam filter errs on the side of caution, and sometimes legitimate emails get caught in its net and relegated to the junk folder.
I posed ChatGPT the following question:
Explain in simple terms how a spam filter works, and how it uses AI rather than conventional programming.
Here is ChatGPT's response:
A spam filter’s job is to look at incoming emails and decide whether each one is junk (spam) or legitimate (something you probably want to see).The old, conventional-programming wayIn the early days, filters worked like a strict checklist written by humans. Programmers would create rules such as:
- If the subject contains the word “Viagra” → mark as spam
- If the email comes from a known bad address → mark as spam
- If there are too many exclamation marks → mark as spam
- Emails that people have already marked as spam
- Emails that people have marked as normal (“ham”)
- Which words appear (and how often)
- Who the sender is and what their past reputation looks like
- The structure of the message (links, images, unusual formatting)
- Whether the message looks similar to ones that have been spam before
- Spot new kinds of spam it has never seen before, as long as they share some characteristics with older spam
- Continuously improve when users mark more messages as spam or not-spam
- Combine hundreds of weak clues into one strong decision instead of relying on any single “magic word”
0 comments:
Post a Comment