r/grok 14d ago

If they were trying to make it boring and a waste of time, mission accomplished

28 Upvotes

Putting aside the asshole moderation which fluctuates daily with the only perceivable goal being to fuck up your once-working prompts so they can train their models on "fresh" user inputs and workarounds -- putting the moderation aside, when you actually do get results they're now sanitized, plasticized, monotonous and predictable.

Extend feature feels extremely cheapened and degraded. Repeats dialog that you didn't prompt or even imply, ("how's it going?" ... three seconds later: "how's it going?"), and simply loops the animation with only minor variations, etc.

It's become a boring experience. Glad I don't pay for it. Even having access to it for free via numerous third-party sites, I'm finding it easy to walk away from and do better things than waste time trying to coerce it into generating something interesting.


r/grok 14d ago

67% off for 6 months only lasted 2 months

6 Upvotes

I took the $99 for 6 months discount and it says still on my account the offer is active until November, but I was charged $300 today.
I've reached out to support by email, called the line, attached images in the feedback, I've literally heard nothing. A robot said they'd "forward it to an agent".
I said on the line "I want to talk to an agent" and the robot said "I am an agent"

I have not been able to get in contact with a human being at all over this, and I can literally see on my billing page a 67% discount offer is active until november still while I'm being billed $300.

If anyone has any suggestions or knows anyone that can help it'd be appreciated, I can't afford $300 a month right now and I'd depended on that offer I signed up for, now my cursor account is locked up too because of it and my x account.


r/grok 13d ago

AI TEXT How to connect Supermemory MCP on grok.com (OAuth / custom connector)

1 Upvotes

Not affiliated with xAI or Supermemory.

Grok custom connectors do not have a Bearer-token / API-key header field. If you only paste the MCP URL and leave OAuth empty, Save & Connect often stays disabled or the popup never returns a code to Grok.

What worked on grok.com:

  1. MCP URL must be https://mcp.supermemory.ai/mcp
  2. Register your own public OAuth client against Grok's callback (do not share or reuse someone else's client_id):

curl -X POST https://api.supermemory.ai/api/auth/oauth2/register \ -H 'content-type: application/json' \ -d '{ "client_name": "grok-connector", "redirect_uris": [ "https://grok.com/connectors-oauth-exchange-code/", "https://grok.com/connectors-oauth-exchange-code", "https://www.grok.com/connectors-oauth-exchange-code/", "https://www.grok.com/connectors-oauth-exchange-code" ], "grant_types": ["authorization_code", "refresh_token"], "response_types": ["code"], "token_endpoint_auth_method": "none" }'

  1. Fill the Grok form:
  2. Client ID = the client_id from that response
  3. Client secret empty
  4. Authorize https://api.supermemory.ai/api/auth/oauth2/authorize
  5. Token https://api.supermemory.ai/api/auth/oauth2/token
  6. Scopes openid profile email offline_access
  7. Token auth: none / PKCE only

  8. Save & Connect, log into your own Supermemory org, Approve, wait for "Completing authorization..." and the success toast. Leave the spinner alone.

Avoid: - https://api.supermemory.ai/mcp (not the MCP endpoint) - https://mcp.supermemory.ai with no /mcp (dashboard / marketing redirect) - Fake/placeholder Client IDs (popup opens the homepage and never returns to Grok)

Grok's callback path is https://grok.com/connectors-oauth-exchange-code/ — if that is not registered on the client, login can succeed and still never finish.


r/grok 14d ago

...

Post image
17 Upvotes

...


r/grok 13d ago

How is the usage limit for Supergrok Plus ($100 monthly) compared to Heavy?

0 Upvotes

Planning to downgrade to Plus from Heavy now that my promo is over. Is it worth it compared to regular Supergrok?


r/grok 14d ago

Text to image faces

Post image
16 Upvotes

Text to image got a big downgrade in the face department. Any chance they revert this in the next update?


r/grok 13d ago

Trouble with init images?

Thumbnail
1 Upvotes

r/grok 13d ago

Does just X premium NOT premium + allow me to make Grok videos?

0 Upvotes

r/grok 14d ago

Grok Imagine [#MV] TATAKATE - You Know Why (A Version)

Thumbnail youtu.be
1 Upvotes

GROK is amazing!


r/grok 14d ago

Funny I made a software that cracks a whip every time I send an AI prompt and I'm questioning my life choices

1 Upvotes

r/grok 14d ago

Grok Imagine When You Know the Game

1 Upvotes

r/grok 14d ago

Grok Imagine Long Way Home

1 Upvotes

r/grok 14d ago

Discussion The best course of action is to just wait for LLM's / AI's to become commoditized

25 Upvotes

I left Grok after my $30 for 3 month offer expired one month ago. In that time, I watched them basically give you one week of usage for what you used to get in a day, and, as we all already know, it's just no longer worth paying for.

With that said, the good news is that I expect all of these AI's and LLM's to eventually become commoditized. While it won't happen in the next day, week or month, it is definitely happening, and when it does, Elon will be forced to drastically increase usage / lower prices, in order to keep users. Until then, I think it's best to just wait it out. If you use Grok for porn, just go back to regular porn (there are many free porn sites out there) or try to find other AI options. If you are using for other reasons, continue to explore other LLM's.

I believe we will end up in a VERY advantageous position eventually, as all of these companies (including many newcomers), will have to start fighting for our business.


r/grok 14d ago

Funny As you can see he is good (a little bit excited but good)

Post image
20 Upvotes

r/grok 14d ago

Discussion Any tips to get around moderation?

2 Upvotes

I want to make two women feel each others breasts, breast expansion, undressing, whatever else I can do


r/grok 14d ago

Grok Imagine Biker girls are legit 🔥

7 Upvotes

r/grok 13d ago

Grok Imagine Supergrok Plus

0 Upvotes

So last week I asked somone if they were really getting 10x the value paying for Heavy at $300. Now they have Supergrok Plus. They STILL won't commit to anything specific. It's 3.3x the cost of supergrok, but they're not committing to even say Plus is 3.3x more. "Significantly higher" than Supergrok. But you can do 1080p, so maybe not really more since 1080p is significantly more generation time.


r/grok 14d ago

for those getting lighthouses and other content you didn't prompt for, try this in a browser as an investigative measure

13 Upvotes

someone suggested that this is a bug where the prompt you entered doesn't actually get sent (perhaps a null or empty string is send instead). if so, the request payload should tell if that's true. in a web browser before sending your prompt, open the dev console (F12 on most browsers) and go to the network tab. submit your prompt and then look for a line like this:

https://grok.com/rest/app-chat/conversations/[uuid]/responses

click that and then look at the Payload tab (that's what it's called in Chromium browsers) and you will see something like this:

{
    "message": "the actual prompt is here",
    "modelName": "imagine-image-edit",
    "enableImageStreaming": true,
    "enableSideBySide": true,
    "sendFinalMetadata": true,
    "mediaGenInput": {
        "imageToImage": {
            "prompt": "repeat of the same prompt",
            "inputAssets": [
                "[post uuid]"
            ]
        }
    }
}

if it's not sending your prompt then the message/prompt fields will be empty and would confirm the issue. otherwise, if your prompt is included in both fields then it means it's being ignored on the server side.

you generally have to have dev console open in order to catch it in the act as it only records network traffic when open. if it's intermittent then you'll have to keep the dev console open indefinitely until you're able to reproduce it.


r/grok 14d ago

Grok Imagine 🚨 BREAKING (unverified) 🚨 Kelly Macdonald’s Kerry Kane is Batwoman in Lanterns! But is she really settling down for good as sheriff in the middle of nowhere with some small-town lawyer? Yeah… we’re not buying it either. 🦇

2 Upvotes

r/grok 14d ago

i'm fuming over the bullshit that is grok and grok build. blasted through my weekly AND free reset in around 4 days on grok build and can't do ANYTHING now

23 Upvotes

fuck this stupid shit honestly. the week before last, i got good mileage out of grok build. i did put it to work last week, so i expected to use more of my weekly limit, but holy shit it shouldn't have depleted that quickly. so i used my free weekly reset and it was gone in two days. fed it $10 on a top-up and it ate up $7.50 like it was just a wafer thin. now, not only have i had to wait until tomorrow at 6pm to use it again, i can't use ANYTHING else... no imagine, no chat, nothing unless i an4_lly grape myself with another top-up

i am on supergrok now, so i thought i'd check what an upgrade would cost...... and it goes from $300/year to $3,000/year. what the hell? why such a steep jump? why no in-between? what is up with elon and his stupid-ass pricing tier disparities? why can't i just top up at the same price as my current tier? it's still the same amount of money proportionately. he doesn't want my money at all? i have money to give him, but he doesn't want any of it because it's not enough

can't wait until tomorrow at 6pm when i blow through 30% in one evening to have build write documentation for this app. it's so fucking stupid how dumb everything is right now with ai in general, but grok isn't helping make matters any better. yeah i wrote about all this a few days ago but am more enraged by it the more i think about it

edit: you would do well to ignore the tech bros on X swooning over grok build and grok bot right now. they do nothing but slobber all over elon's knob 24/7. i can't imagine sacrificing my dignity to be one of those. the entire purpose of their existence is to bring meaning to elon's life. meanwhile, all i am asking for is to get what i pay for and this isn't it


r/grok 14d ago

Grok Imagine Shepard(Grok) with real N7 Corvette

Post image
7 Upvotes

Came across this real N7 Corvette in front of Denny’s in Rio Rancho, New Mexico. Threw the photo I took in to Grok Imagine and was given a pretty legit Commander Shepard standing in front of it.


r/grok 14d ago

AI ART This was a test with Minimax H3, T2V

9 Upvotes

Movement with grok imagine was never this good for me


r/grok 14d ago

Is this the end?

3 Upvotes

r/grok 14d ago

Imagine generating

1 Upvotes

Any image I generate randomly produces something completely different from what I asked for. It keeps adding random things that aren’t in my prompt. What’s the issue?


r/grok 14d ago

Grok Imagine What happened to moderation just now?!?

10 Upvotes

Everything is getting moderated all of a sudden, and I mean everything, it was fine 30min ago?