Live data from Hacker News

Show HN: I built a tool to create AI agents that live in iMessage

tryflux.ai

11–20 of 35 posts

Re: Show HN: I built a tool to create AI agents that live in iMessage

#11
I asked it to build an app to track water consumption and medication. It can’t track anything. After logging “water consumption” and “taking medication” I asked it how much water I’d had and when I’d taken medication. It replied “mhm thats whats up” (like that - lowercase and no apostrophes)

Is that expected behaviour?

The tiresome bro-speak is very irritating but I’m maybe not the target audience.

Re: Show HN: I built a tool to create AI agents that live in iMessage

#12
post #8

I asked it to build me a weather machine and it's responding to me like a teenager. AI: Authentication successful! Go back to the webpage to continue. Me: Hey! AI: yooo whats good!! u got any weather stuff u wanna chat about or just saying hi? Me: how’s the weather in New York City AI: ohh nah i don't have real-time data so i can't tell u the actual conditions rn! but if u check like weather.com or just search "nyc w…

So, about as useful as a teenager. Source: I was a teenager once.

Less useful than a teenager. A teenager today would just look at their weather app and tell you the answer.

Re: Show HN: I built a tool to create AI agents that live in iMessage

#15

[flagged]

Can you please not post like this, especially in Show HN threads? It's good to let people know when your attempt to use their software runs into problems. But please do it in a helpful way, not a dismissive way.

From https://news.ycombinator.com/newsguidelines.html: "Please don't post shallow dismissals, especially of other people's work. A good critical comment teaches us something."

It's also good to remember that there are special rules for Show HNs in https://news.ycombinator.com/showhn.html:

Be respectful. Anyone sharing work is making a contribution, however modest.

Ask questions out of curiosity. Don't cross-examine.

Instead of "you're doing it wrong", suggest alternatives. When someone is learning, help them learn more.

When something isn't good, you needn't pretend that it is, but don't be gratuitously negative.

Re: Show HN: I built a tool to create AI agents that live in iMessage

#16
I couldn't figure out where to go from the homepage. Eventually I spotted the grey-on-black GitHub link but that took me to an organization page, not a repository.

Here's the repo for anyone else who didn't find it: https://github.com/photon-hq/flux

Key detail from the README to help understand what's going on:

  Now text +16286298650 from your phone to interact with your agent!
So photon are operating a currently free relay service at fluxy.photon.codes (that's the address that flux talks to). You register your own phone number, then any time you send a message from your number to their +16286298650 they pass it back to your agent.

... but that means your agent needs to stay connected and running on a server somewhere. That's what this command does:

  flux run --prod
It stays running and maintains a connection to their relay and triggers your agent code any time you send a message to their number.

Based on https://github.com/photon-hq/imessage-kit my best guess is that Photon achieved this by running a Mac server somewhere that scripts iMessage via AppleScript against their own Apple ID account that owns that +16286298650 number.

Question for danielsdk: does your paid enterprise plan involve you running a Mac that's signed into a separate iCloud account that's assigned the phone number that your paying customer wants to use?

Re: Show HN: I built a tool to create AI agents that live in iMessage

#18
post #16

I couldn't figure out where to go from the homepage. Eventually I spotted the grey-on-black GitHub link but that took me to an organization page, not a repository. Here's the repo for anyone else who didn't find it: https://github.com/photon-hq/flux Key detail from the README to help understand what's going on: Now text +16286298650 from your phone to interact with your agent! So photon are operating a currently free…

Thank you, that summary answered all questions I had, in the order I had them.

Re: Show HN: I built a tool to create AI agents that live in iMessage

#19
post #8

I asked it to build me a weather machine and it's responding to me like a teenager. AI: Authentication successful! Go back to the webpage to continue. Me: Hey! AI: yooo whats good!! u got any weather stuff u wanna chat about or just saying hi? Me: how’s the weather in New York City AI: ohh nah i don't have real-time data so i can't tell u the actual conditions rn! but if u check like weather.com or just search "nyc w…

The most awful thing is that you can’t punch it in its face for that reply, due to its not having a face.

Re: Show HN: I built a tool to create AI agents that live in iMessage

#20
Having worked with mobile messaging and AI and trying to wrestle with iMessage and WhatsApp because I'm pretty sure this goes against ToS as they monitor how many new contacts and messages you're sending and get flagged to be shut down... If this is not the case, it would be very interesting....
Post reply on HN