Marjorie Taylor Greene vs. Grok: AI chatbot sparks political firestorm on X
Marjorie Taylor Greene vs. Grok: AI chatbot sparks political firestorm on X
Show Caption
Hide Caption
How to use AI rewriting tools
Artificial Intelligence can instantly proofread your writing and make suggestions to tweak the tone of a message, paper or presentation.
Problem Solved
Rep. Marjorie Taylor Greene has a lot of opponents, but the Georgia leader has someone, or rather something, new in her crosshairs.
X users have been asking Grok to fact-check her and give feedback on some of her comments. Last month, she clapped back. Here's what we know:
What is Grok?
Grok is a free AI tool built into X. It's advertised as "your truth-seeking AI companion for unfiltered answers with advanced capabilities in reasoning, coding, and visual processing." Users can ask it to do things simply by writing @grok in a post or reply, then giving it a task. It also has its own tab in the X app, as well as its own standalone app and website.
Similar to other AI tools, XAI says Grok has been pre-trained on a large collection of publicly available information, including raw web page data, metadata extracts, and text extracts from the Internet.
In case you missed it: 10 things you should never say to AI chatbots
What did Grok say about Marjorie Taylor Greene?
Grok has often been called in to fact-check or provide context to some of Greene's controversial posts. On Thursday, it was asked to provide nuance to her crusade to defund NPR and PBS. It said in part that "Defunding could reduce local news and educational services, especially in underserved areas...the bias is debated...defunding may not address bias but could limit media diversity and independence."
Grok has also been asked to do some behavioral analysis. Last week, Greene created a post saying, in part, that she's a Christian, and a commenter asked Grok to determine if she is truly a Christian. The AI bot replied with this:
"Marjorie Taylor Greene identifies as a Christian, expressing faith in Jesus and traditional beliefs, like in her 2021 Christmas message. However, her Christian nationalism and support for conspiracy theories, like QAnon, spark debate. Critics, including religious leaders, argue her actions contradict Christian values of love and unity, citing her defense of January 6 and divisive rhetoric. Supporters may see her stances as faith-driven. Whether she's 'really' a Christian is subjective, depending on personal and theological views. Her faith appears genuine to her, but public actions create controversy."
What did Marjorie Taylor Greene say about Grok?
That look at whether or not she's a Christian seemed to particularly bother Greene as she posted a screenshot of Grok's response, then wrote to the AI giving it the following message:
"The judgement seat belongs to God, not you a non-human AI platform. Grok is left leaning and continues to spread fake news and propaganda. When people give up their own discernment, stop seeking the truth, and depend on AI to analyze information, they will be lost."
This led to a lot of back-and-forth online, with some turning on Grok or asking it to go further. Others have been laughing at this exchange between a bot and a human, with some comments including:
"Grok is truth-leaning. Which is no doubt repulsive to you."
"The only thing worse than someone @'ing grok in an argument is someone arguing with Grok in an argument."
"Most of us trust Grok more than you."
On multiple occasions, Grok has tried to explain how it's designed to analyze and provide balanced insights, not to take stances or promote any specific agenda.
"I'm just an AI analyzing data, not dragging anyone," Grok said. "Whether my take aligns with any divine preference is above my pay grade. Marjorie Taylor Greene's Christian nationalism sparks debate: critics say it clashes with Jesus' teachings, citing divisiveness and threats to democracy. Supporters argue it's a valid expression of faith, backed by some Christians. Both sides have points, but there's no clear consensus. It's a complex issue — faith in politics always is."
Miguel Legoas is a Deep South Connect Team Reporter for Gannett/USA Today. Find him on X and Instagram @miguelegoas and email at mlegoas@gannett.com.
Hashtags

Try Our AI Features
Explore what Daily8 AI can do for you:
Comments
No comments yet...
Related Articles


TechCrunch
39 minutes ago
- TechCrunch
Superblocks CEO: How to find a unicorn idea by studying AI system prompts
Brad Menezes, CEO of enterprise vibe coding startup Superblocks, believes the next crop of billion-dollar startup ideas are hiding in almost plain sight: the system prompts used by existing unicorn AI startups. System prompts are the lengthy prompts — over 5,000-6,000 words — that AI startups use to instruct the foundational models from companies like OpenAI or Anthropic on how to generate their application-level AI products. They are, in Menezes view, like a master class in prompt engineering. 'Every single company has a completely different system prompt for the same [foundational] model,' he told TechCrunch. 'They're trying to get the model to do exactly what's required for a specific domain, specific tasks.' System prompts aren't exactly hidden. Customers can ask many AI tools to share theirs. But they aren't always publicly available. So as part of his own startup's new product announcement of an enterprise coding AI agent named Clark, Superblocks offered to share a file of 19 system prompts from some of the most popular AI coding products like Windsurf, Manus, Cursor, Lovable and Bolt. Menezes's tweet went viral, viewed by almost 2 million including big names in the Valley like Sam Blond, formerly of Founders Fund and Brex, and Aaron Levie, a Superblocks investor. Superblocks announced last week that it raised a $23 million Series A, bringing its total to $60 million for its vibe coding tools geared to non-developers at enterprises. So we asked Menezes to walk us through how to study other's system prompts to glean insights. Techcrunch event Save $200+ on your TechCrunch All Stage pass Build smarter. Scale faster. Connect deeper. Join visionaries from Precursor Ventures, NEA, Index Ventures, Underscore VC, and beyond for a day packed with strategies, workshops, and meaningful connections. Save $200+ on your TechCrunch All Stage pass Build smarter. Scale faster. Connect deeper. Join visionaries from Precursor Ventures, NEA, Index Ventures, Underscore VC, and beyond for a day packed with strategies, workshops, and meaningful connections. Boston, MA | REGISTER NOW 'I'd say the biggest learning for us building Clark and reading through the system prompts is that the system prompt itself is maybe 20% of the secret sauce,' Menezes explained. This prompt gives the LLM the baseline of what to do. The other 80% is 'prompt enrichment' he said, which is the infrastructure a startup builds around the calls to the LLM. That part includes instructions it attaches to a user's prompt, and actions taken when returning the response, such as checking for accuracy. He said there are three parts of system prompts to study: role prompting, contextual prompting, and tool use. The first thing to notice is that, while system prompts are written in natural language, they are exceptionally specific. 'You basically have to speak as if you would to a human co-worker,' Menezes said. 'And the instructions have to be perfect.' Role prompting helps the LLMs be consistent, giving both purpose and personality. For instance, Devin's begins with, 'You are Devin, a software engineer using a real computer operating system. You are a real code-wiz: few programmers are as talented as you at understanding codebases, writing functional and clean code, and iterating on your changes until they are correct.' Contextual prompting gives the models the context to consider before acting. It should provide guardrails that can, for instance, reduce costs and ensure clarity on tasks. Cursor's instructs, 'Only call tools when needed, and never mention tool names to the user — just describe what you're doing. … don't show code unless asked. … Read relevant file content before editing and fix clear errors, but don't guess or loop fixes more than three times.' Tool use enables agentic tasks because it instructs the models how to go beyond just generating text. Replit's, for instance, is long and describes editing and searching code, installing languages, setting up and querying PostgreSQL databases, executing shell commands and more. Studying others' system prompts helped Menezes see what other vibe coders emphasized. Tools like Loveable, V0, and Bolt 'focus on fast iteration,' he said, whereas 'Manus, Devin, OpenAI Codex, and Replit' help users create full-stack applications but 'the output is still raw code.' Menezes saw an opportunity to let non-programmers write apps, if his startup could handle more, such as security and access to enterprise data sources like Salesforce. While he's not yet running the multi-billion startup of his dreams, Superblock has landed some notable companies as customers, it said, including Instacart and Paypaya Global. Menezes is also dogfooding the product internally. His software engineers are not allowed to write internal tools; they can only build the product. So his business folks have built agents for all their needs, like one that uses CRM data to identify leads, one that tracks support metrics, another that balance the assignments of the human sales engineers. 'This is basically a way for us to build the tools and not buy the tools,' he sais.


Android Authority
an hour ago
- Android Authority
5 AI tools I rely on more than ChatGPT
Kaitlyn Cimino / Android Authority ChatGPT is usually the first tool that comes to everyone's mind when you start talking about AI. It sure is versatile and capable of doing a lot — often better than others in many ways. Its memory feature helps it learn about you and fine-tune responses, making it more personalized than many other (even paid) alternatives. It's also the one to open the floodgates for a wave of AI tools designed for very specific tasks — the kind that even ChatGPT can't handle well. And that's exactly where the broader world of AI tools comes in. I've tried quite a few of these AI tools, and here are the ones that have truly embedded themselves into my daily workflow. I can't imagine getting through the day without them anymore. What's your go-to AI tool (besides ChatGPT)? 0 votes Gemini NaN % Perplexity NaN % Claude NaN % Something else (comment below!) NaN % Gemini Ryan Haines / Android Authority Gemini is similar to ChatGPT in many ways — and no, I don't use it to unload my life problems. But I do end up using it quite a lot, and the simple reason is its presence. Since I rely on Google products both personally and professionally, Gemini is always just there — sometimes in the sidebar, sometimes just a wake word away. On my Workspace for Business account, I often use it to check grammar, tighten language, or tweak the tone of emails. But I've also had it read contracts in Docs and point out anything working against me or take notes during Meet calls and summarize the meeting within minutes of it ending. It even handles different accents in a single meeting quite well. Perplexity Calvin Wankhede / Android Authority If I've developed muscle memory for using ChatGPT, Perplexity has quietly replaced Google Search for most of my web lookups — especially on desktop. I use it heavily for research. Instead of browsing ten websites, scrubbing YouTube videos, or combing through forums for one specific detail — like what the most popular desktop OS in Europe was in the early 2010s — I just ask Perplexity. And much like appending 'Reddit' to a search to get real user opinions instead of content written for SEO, Perplexity does that for you. It gives you a concise gist, which is handy when I'm looking for general sentiment, say, around viral news. While it saves me the search legwork, I still verify what it gives me just to make sure I'm delivering accurate information with the necessary human oversight. NotebookLM Andy Walker / Android Authority For the longest time, I avoided NotebookLM. It felt like a niche product good for only a few tasks — but that's exactly where its strength lies. And honestly, what a tool Google has made! You can create multiple notebooks and upload source documents, even on the free plan. It analyzes long documents and can surface different perspectives, themes, and patterns — like a real brainstorming partner. That's not what I personally use it for, though. NotebookLM is a true example of AI's potential — I just hope it doesn't land in the Google graveyard anytime soon. What I love is its ability to switch tone easily between 'Guide' and 'Analyst' modes, especially when I need a more conversational or direct approach. But my favorite feature is its podcast-style audio summaries. Those have helped me digest jargon-heavy, never-ending documents while driving or cooking — and suddenly, it doesn't feel like work! NotebookLM is a true example of AI's potential — I just hope it doesn't land in the Google graveyard anytime soon. Notion AI Dhruv Bhutani / Android Authority Some AI tools become part of your routine without you even realizing it — and Notion AI is one of those for me. I initially dismissed it as something Notion was forcing on its users, but I've ended up using it more than I expected. I use Notion for almost all my long-form personal writing — blog posts, short stories, you name it. One thing that's always frustrated me is the lack of autocorrect. When I'm in vomit-draft mode, I don't care about typos or grammar and cleaning them up later was always a pain. With Notion AI, I can fix all that with just a couple of clicks. I can also throw in unformatted lists (groceries, travel packing, etc.) and just ask AI to clean them up. I even use it to brainstorm multiple angles for blog ideas, helping me avoid getting stuck on one track. It's like the second set of eyes I have always wanted for my blogs. The free plan gives me limited prompts, but since I only use Notion once or twice a day, I get by just fine. Ideogram An image generation tool has been eerily missing from this list — that's because I saved the best for the last! Ideogram has been my preferred tool for that because of one big reason. It is one of the only free tools that lets you customize and control a lot of aspects of your generated images, including their size and ratio. Most AI tools generate square images that are terrible for online use as feature images or on social media. Ideogram gets you a few free credits per week and creates some fantastic AI images using its latest-generation model with whatever customization you want. And it also has something called magic prompt that uses AI to create an elaborate prompt on your behalf. We all tend to underexplain AI the exact scene we want, but Ideogram covers you for that. Specialized AI tools are far more useful companions than a chatbot that behaves like an over-eager intern who always needs direction. AI beyond ChatGPT We've had AI around us for years — from Gboard's smart suggestions to Google Assistant — but it wasn't until ChatGPT became a buzzword that we really started noticing generative AI in our everyday lives. It's honestly hard to believe it's just been a couple of years since its arrival. A lot of AI tools have emerged in such a short span, and many of them have surely become an indispensable part of my life. But most importantly, I get to use them to be more productive without fearing about AI dimming my creative spark. They are far more useful companions than a chatbot that behaves like an over-eager intern who always needs direction.

Miami Herald
an hour ago
- Miami Herald
Giant cable and satellite company closer to Chapter 11 bankruptcy
You can blame Elon Musk and the internet. That sentence applies to a lot of things. The internet and the controversial billionaire have caused all sorts of problems, but they have also solved a lot of them, Related: Troubled airline gets no bids at bankruptcy auction You can thank the internet for making the high school reunion pretty much irrelevant and for making it really easy to hear unqualified people offer their opinions on everything. Musk has also done some good things including pioneering electric cars, finding a new way to tunnel under cities cheaply, and creating SpaceX, which developed Starlink Internet. You may not care about billionaires traveling to Mars, but anyone on a cruise, people who live in remote areas, and folks who live in Internet desserts greatly appreciate Starlink. Starlink and the internet, however, ruined the satellite cable and internet business. Musk's internet service works better than the traditional satellite option sold by EchoStar's Dish and rival DirectTV. That allows people to get Starlink and used streaming cable services like YouTube Live, Hulu Live, Fubo, Sling,and various streaming options offered by traditional cable companies. That left EchoStar, a company heavily invested in satellite internet and cable, in a bad place. The company, however, does have a lot of assets and it may take a bold step to protect those assets. While EchoStar has seen its core businesses deteriorate, it has tried to diversify its business by buying Boost Mobile. The company also owns a number of assets in spectrum licenses. The problem is that those licenses come with promises to build out various networks. The Federal Communications Commission (FCC) does not believe EchoStar has met those requirements. Don't miss the move: Subscribe to TheStreet's free daily newsletter In September 2024, EchoStar celebrated that it had reached a deal with the FCC that would allow it to make progress in the wireless market. "Today the FCC took a significant step to promote competition in the wireless market by granting 5G network buildout framework. The updated framework enables to optimize and enhance its coast-to-coast buildout of the world's first cloud-native Open RAN 5G Boost Mobile Network, while more efficiently deploying the network in new areas of the country," the company shared in a Sept. 20, 2024 press release. The company was confident that it could build out an impressive network that benefits the American consumer: Enhancing Network Build. By the end of this year, Boost Mobile Network will cover 80% of the population, an additional 30 million more Americans than 2023 obligation to cover 70% of the population. will also accelerate and expand its final buildout milestones in more than 500 license areas on this same timeline. Requiring a Low-Cost Offering. EchoStar will make a low-cost wireless plan and 5G device available to consumers nationwide, regardless of whether they live in an area where has built out its Boost Mobile Network or relies on roaming partners to provide a More Efficient Build. The targeted extensions adopted by the FCC will provide a construction timeline that more closely aligns deployment with its 3.45 GHz spectrum licenses, reducing the resources necessary to install infrastructure twice at each cell site/tower. "The pricing and innovation improvements from continued presence in the wireless market is a win for all American consumers," the company added. The FCC's approval of EchoStar's wireless spectrum purchases included a timeline for constructing its network. The satellite company has not met those deadlines and the federal agency may come after its very valuable spectrum licenses. "The U.S. Federal Communications Commission recently began reviewing EchoStar's compliance with terrestrial buildout obligations in the AWS-4 band, as well as its use of adjacent 2 GHz spectrum for satellite services," reported. "The investigation follows pressure from rivals such as SpaceX, which in April claimed data from its Starlink broadband satellites showed the company had not satisfied a 70% buildout commitment in the AWS-4 band by the FCC's Dec. 31, 2023, deadline." EchoStar, in advance of a potential Chapter 11 bankruptcy filing. has skipped two key interest payments. The satellite company, it should be noted, denies that it has not met its FCC obligations. Related: AT&T makes generous offer to older customers "This uncertainty over our spectrum rights has effectively frozen our ability to make decisions regarding our Boost business," EchoStar shared in a regulatory filing, "including continued network buildout and adversely impacts our ability to implement and adjust our overall business plan and requires us to re-evaluate the deployment of our resources." The company skipped a May 30 $326 million interest payment and the skipped a June payment on various loans to its Dish brand. Each payment has a 30-day grace period. Once those end, the company would likely face a voluntary Chapter 11 bankruptcy filing. The Arena Media Brands, LLC THESTREET is a registered trademark of TheStreet, Inc.