TheYayAreaLiving 🎗️
Suspended
I have a feeling... It's the year 2025 and Tim Cook will claim, Apple invented ChatGPT and AI to enrich people's lives.
Last edited:
Siri is dog $h!t that Apple bought & left to die in 2011, unfortunately.So Siri is Apple half-arsing it as if it was just a side project?![]()
Right... and that's what I think it will prove useful for. It will make a decent tool to help give people an outline to work from.I’ve used it twice recently to start a script for a video project. Yes, it needs work but ChatGBT was surprisingly good at getting what I wanted.
Obviously this wasn’t a done deal. ChatGBT wrote a bad script but we got many good ideas from the response.
Very interesting... and absolutely terrifying.
I use chatGBT and it is very interesting... and useful. But the potential for computers to replace humans, for teens and college students to have AI write, or at least write most of, their essays, for creativity to being and end with "Hey ChatGBT, write me a funny story about ..." is terrifying.
Personally, I think the world is better than that but as machine learning gets better, and AI really can write movie scripts, television scripts, create beautiful imagery, etc. I am concerned about the loss of... well our humanity.
I think a fundamental difference between human intelligence and A.I. is that the latter is only capable of imitation while human intelligence is also capable of creation. We will never lose our humanity if we do not allow technology to prevent the unfolding and blossoming of our creative potential.Very interesting... and absolutely terrifying.
I use chatGBT and it is very interesting... and useful. But the potential for computers to replace humans, for teens and college students to have AI write, or at least write most of, their essays, for creativity to being and end with "Hey ChatGBT, write me a funny story about ..." is terrifying.
Personally, I think the world is better than that but as machine learning gets better, and AI really can write movie scripts, television scripts, create beautiful imagery, etc. I am concerned about the loss of... well our humanity.
Good point. There are many more practical uses of AI/ML right now in regular computer use than talking to a bot and asking it to do your homework.It is surprising to me that so many people comment on an apparent lack of progress or interest in AI. Apple has been pushing machine learning for quite a few years
I like how when I ask ChatGPT something, it often replies with links that had never existed (I know because I own some of those web sites), with dated and titled WordPress urls. Siri should at least learn to do that.
Thanks for the idea! I am making Siri 2.0 right now lol with ChatGPT.All Tim has to do is ask ChatGPT to re-write Siri! 🤣
import Foundation
import Intents
import SafariServices
import AVFoundation
func askForInput() -> String {
let intent = INCreateNoteIntent()
intent.title = "Please enter your question"
let interaction = INInteraction(intent: intent, response: nil)
interaction.donate { (error) in
if let error = error {
print("Error donating interaction: \(error)")
}
}
var inputString = ""
let semaphore = DispatchSemaphore(value: 0)
INInteraction.delete(with: [.all]) { (error) in
if let error = error {
print("Error deleting interactions: \(error)")
semaphore.signal()
return
}
INVoiceShortcutCenter.shared.getAllVoiceShortcuts { (voiceShortcuts, error) in
if let error = error {
print("Error getting voice shortcuts: \(error)")
semaphore.signal()
return
}
if let shortcut = voiceShortcuts?.first(where: { $0.invocationPhrase == "Ask for input" }) {
shortcut.shortcut.perform(withCompletionHandler: { (intent, error) in
if let question = (intent as? INCreateNoteIntent)?.content {
inputString = question
// Search the internet for an answer
let urlString = "https://www.google.com/search?q=\(inputString.addingPercentEncoding(withAllowedCharacters: .urlQueryAllowed) ?? "")"
if let url = URL(string: urlString) {
let safariViewController = SFSafariViewController(url: url)
UIApplication.shared.windows.first?.rootViewController?.present(safariViewController, animated: true, completion: {
// Extract and speak the first answer from the search results
let script = "var elements = document.getElementsByClassName('Z0LcW'); elements.length > 0 ? elements[0].innerText : '';"
safariViewController.dismiss(animated: true) {
let webView = WKWebView(frame: .zero)
UIApplication.shared.windows.first?.rootViewController?.view.addSubview(webView)
webView.isHidden = true
let utterance = AVSpeechUtterance(string: "")
webView.evaluateJavaScript(script) { (result, error) in
if let answer = result as? String, !answer.isEmpty {
utterance.speechString = answer
} else {
utterance.speechString = "I'm sorry, I couldn't find an answer to your question"
}
AVSpeechSynthesizer().speak(utterance)
webView.removeFromSuperview()
semaphore.signal()
}
}
})
}
}
})
} else {
print("No voice shortcut found")
semaphore.signal()
}
}
}
semaphore.wait()
return ""
}
ChatGPT could be much more reliable than Apple's Siri (Only if it's used right).
It's 2023 and Siri seems to think the question was, "How long ago was the time 20:06? not the year 2006.
Go figure! 🤷
![]()
Not quite. LLM AI works by trying to predict the next line of a conversation. You say something, it uses some fairly complex math to figure out what the most likely reply is. Because it is not directly understanding the facts, it might make up a perfect looking reply that does not fit reality. Large Language Models don't actually understand what fiction is. GPT 4.X occasionally makes you think it does. (I honestly think there is a spark of self awareness in it.)That's because of jailling and sanitization of training datasets. This "error" is intentional and artificially introduced to prevent ChatGPT becoming AutoGPT, the GPT that can reprogram itself live.
If you don't mind an off topic question we have all been wondering about. It has to do with the total number of posts you do. Are you GPT in human form? Many of us speculate that you are the Apple equivalent of a Terminator bot only nice. Instead of going back in time to eliminate humanities only hope, you were sent back to talk about Apple products.I have a feeling... It's the year 2025 and Tim Cook will claim, Apple invented ChatGPT and AI to enrich people's lives.
More than a few years back, I was at the lobby of a movie theater and decided to do a bit of improv comedy with Siri.Most people do not even try to use Siri effectively. Meanwhile I am getting good factual information from Siri all the time just by asking. Hey Siri what is the population of Sudan? Hey siri how many Lakh in a Crore? Also helpful for calculations. You want to know how long ago 2006 was? And can't do it in your head?🍸😿 Hey Siri what is 2023 minus 2006. If people can't use Siri effectively, they are somehow going to know when ChatGPT is making S*** up? I don't think so!🍸🙀
Most people do not even try to use Siri effectively. Meanwhile I am getting good factual information from Siri all the time just by asking. Hey Siri what is the population of Sudan? Hey siri how many Lakh in a Crore? Also helpful for calculations. You want to know how long ago 2006 was? And can't do it in your head?🍸😿 Hey Siri what is 2023 minus 2006. If people can't use Siri effectively, they are somehow going to know when ChatGPT is making S*** up? I don't think so!🍸🙀
The other thing is, Siri runs locally. This is why I strongly prefer it to the assistants that pay for themselves by gathering marketing information.Siri is not magic. It requires accurate speech-to-text translation, and I think that's a big part of people's frustration. They are not using the most effective words, or are not speaking clearly, yet expect a perfect response. Well, as they say... garbage in, garbage out.
With devices getting directional mic technology, they become much better at sound and voice isolation, and the experience will only get better.