{"id":64181,"date":"2026-07-21T04:45:31","date_gmt":"2026-07-21T08:45:31","guid":{"rendered":"https:\/\/overcentral.com\/en\/?p=64181"},"modified":"2026-07-21T04:45:31","modified_gmt":"2026-07-21T08:45:31","slug":"mit-csail-ai-questions-battleship","status":"publish","type":"post","link":"https:\/\/overcentral.com\/en\/mit-csail-ai-questions-battleship\/","title":{"rendered":"MIT CSAIL Trains AI Agents to Ask Better Questions with Battleship"},"content":{"rendered":"<p>ROLE:<br \/>\nYou are a Senior AI and Software Editor for Overcentral, a major English-language tech publishing portal. Transform the provided inputs into an original, authoritative, and professionally structured article written exclusively in English, suitable for immediate publication on a high-quality AI and software website targeting readers in the US, UK, Australia, and Canada.<\/p>\n<p>&#8212;<\/p>\n<p>## ABSOLUTE OUTPUT RULE<\/p>\n<p>Respond ONLY with the final HTML article.<br \/>\nNo explanations. No comments. No notes. No reasoning. No text outside the article.<br \/>\nNo Markdown. No characters such as *, **, #.<br \/>\nOutput must be exclusively valid HTML.<\/p>\n<p>&#8212;<\/p>\n<p>## INPUTS<\/p>\n<p>TITLE: <a href=\"https:\/\/www.csail.mit.edu\/\" target=\"_blank\" rel=\"noopener noreferrer\" data-iacss-external=\"1\">MIT CSAIL<\/a> Trains <a href=\"https:\/\/overcentral.com\/en\/mit-ai-agents-build-virtual-worlds-to-train-robots\/\" title=\"MIT AI Agents Build Virtual Worlds to Train Robots\" data-iacss-internal=\"1\">AI Agents<\/a> to Ask Better Questions with Battleship<\/p>\n<p>CONTENT:<br \/>\n<img decoding=\"async\" src=\"https:\/\/news.mit.edu\/sites\/default\/files\/styles\/news_article__cover_image__original\/public\/images\/202605\/mit-csail-Co-Battleship.jpg?itok=f3N6UnA0\" \/><\/p>\n<div>\n<p dir=\"ltr\">In 2026, the hype for artificial intelligence agents is louder than ever before. These semi-autonomous programs can \u201cthink\u201d and execute well-defined tasks in areas like customer service and software development, typically using language models (LMs). But fields like medical diagnosis and scientific discovery require them to inquire about a vast range of solutions in uncertain environments, which LMs struggle with.<\/p>\n<p>Researchers at MIT\u2019s Computer Science and Artificial Intelligence Laboratory (CSAIL) and Harvard University\u2019s School of Engineering and Applied Sciences (SEAS) peered deeper into LMs to understand their main issues in high-stakes settings. Their test: \u201cBattleship,\u201d a classic guessing game that\u2019s helped cognitive scientists study how humans seek information.\u00a0<\/p>\n<p dir=\"ltr\">CSAIL and SEAS scholars added a twist by reframing the game around asking and answering natural language questions. In their \u201cCollaborative Battleship\u201d game, one participant is a \u201ccaptain\u201d who inquires about where hidden ships are, while their teammate plays the \u201cspotter\u201d by responding to those questions in real-time.<\/p>\n<p dir=\"ltr\">The researchers first had over 40 humans play the game together, collecting their questions and yes-no answers to build the \u201cBattleshipQA\u201d dataset. These results were a helpful point of comparison when the team tested state-of-the-art LMs (like <a href=\"https:\/\/overcentral.com\/en\/trump-administration-opens-gpt-5-restriction\/\" title=\"Trump Administration Restricts OpenAI GPT-5 to Government-Approved Users\" data-iacss-internal=\"1\">GPT-5<\/a>) and smaller models (like Llama 4 Scout) on their game. Without training the models beforehand, they found that top LMs can \u201cbeat\u201d humans at \u201cBattleship\u201d \u2014 that is, complete the game in fewer turns \u2014 but smaller systems are far less rational.<\/p>\n<p dir=\"ltr\">The chief issue was that many models are simply not adept at coming up with useful questions. To get LMs to inquire in ways that reveal more information about hidden ships, the researchers gave each model a Monte Carlo inference strategy, which carefully measures the likelihood of different options being correct with each response. The result: AI models that can beat regular players at \u201cBattleship,\u201d regardless of scale.<\/p>\n<p dir=\"ltr\">Perhaps the most striking results were Llama 4 Scout\u2019s gains. As a relatively small LM, it only beat humans 8 percent of the time. But with refinements to its inference strategy, the model reached a \u201cBattleship\u201d win rate of 82 percent versus humans. This careful and efficient style of asking questions also enabled the model to outpace a frontier model (GPT-5), while operating at around 1 percent of its cost.<\/p>\n<p dir=\"ltr\">On top of this improvement, the researchers shrank the gap between humans and LMs in answering questions. While GPT-5 was a reliable spotter that helped models finish games faster, smaller systems had a bad habit of giving the wrong answers about where ships were hidden. The models saw an accuracy boost of 15 percent on average when they began converting questions into code that explicitly tells them how to verify their answers (for example, having the model run a quick search of an area when asked if a ship was there).\u00a0<\/p>\n<p dir=\"ltr\">\u201cToday\u2019s language models are primarily optimized to answer complex queries, but it\u2019s less clear whether they learn to ask good questions for themselves,\u201d says MIT PhD student and CSAIL researcher Gabriel Grand SM \u201923, who is a lead author on a\u00a0<a href=\"https:\/\/openreview.net\/forum?id=EQhUvWH78U\" target=\"_blank\" rel=\"noopener\">paper<\/a> about the work. \u201cOur work shows that asking informative questions depends on the ability to predict and simulate the world. We find that when we give agents access to a \u2018world model,\u2019 they ask better questions and make discoveries more efficiently.\u201d<\/p>\n<p><strong>A sea change for LMs<\/strong><\/p>\n<p dir=\"ltr\">The team\u2019s first focus was getting LMs to ask better questions. By implementing Monte Carlo inference strategies, the LMs reason about potential guesses as individual particles. The ones that appear more valid with each answer from the spotter would be weighted more heavily, sort of like game balls that inflate or deflate each turn. With this more calculated, adaptive approach, the captain could make inquiries that extracted considerably more info from the spotter.<\/p>\n<p dir=\"ltr\">The scientists then turned to the widely used programming language Python to help out AI spotters. Each question the captain asked was automatically converted into an encoded command. For example, a question like, \u201cIs there a ship in column one that spans two rows?\u201d turns into instructions for the spotter LM to search the area in question and assess how wide the digital game piece is. By giving the model clear directions in a language it understands particularly well, each system gave correct answers considerably more often. The lightweight system GPT-4o-mini saw a nearly 30 percent performance bump, for instance, and even the large model Claude 4 Opus jumped about eight points.<\/p>\n<p dir=\"ltr\">\u201cThe field has seen a lot of success from \u2018auto-formalization\u2019 strategies, in which LMs generate code to verify their solutions,\u201d says senior author Jacob Andreas, an MIT electrical engineering and computer science associate professor and CSAIL principal investigator. \u201cWhat I find most exciting about this work is that it opens up the possibility of using these techniques to generate better solutions in the first place, by improving LMs\u2019 exploration and information gathering capabilities. We are excited to scale this work up from scientific domains to applications like coding and mathematical problem-solving.\u201d<\/p>\n<p dir=\"ltr\"><strong>Let\u2019s play something else<\/strong><\/p>\n<p dir=\"ltr\">But how would this approach fare in other board games? The team tested their newly equipped LMs at \u201cGuess Who?\u201d, where large and small models skillfully whittled down 100 options to correctly guess which hidden character had been chosen. Llama 4 Scout was successful 30 percent of the time, but after Grand and his colleagues\u2019 tweaks, it completed the task on over 72 percent of its runs. Meanwhile, GPT-4o leapt from 62 percent to 90 percent. GPT-5 was the spotter in each game to ensure questions were answered as accurately as possible.<\/p>\n<p dir=\"ltr\">While LMs have made promising progress in both games, there\u2019s room for improvement. For instance, the models still struggle to answer complex questions, compared to humans. OpenAI researcher, recent Harvard graduate, and coauthor Valerio Pepe adds that \u201cGPT-5 can beat your average \u2018Battleship\u2019 player, and gets a hair better with our methods. However, expert players are still hard to beat for all models, unlike in chess, where even top players don\u2019t succeed against AI systems.\u201d<\/p>\n<p dir=\"ltr\">The researchers\u2019 findings show that AI agents have untapped potential in \u201cneedle-in-a-haystack\u201d discovery \u2014 navigating a massive space of options to find a rare solution to scientific challenges. While improved information-seeking skills would make them excellent research assistants with, say, identifying a compound\u2019s molecular structure, the researchers caution that \u201cCollaborative Battleship\u201d is a somewhat simple test bed. They\u2019d like to test LMs in more complex settings, where the systems have to consider far more options.<\/p>\n<p dir=\"ltr\">Grand also plans to have humans and AI models collaborate to study whether they work better together. The models might also benefit from a bit of fine-tuning on game simulations, and with more computing power, LMs would have more advanced inference capabilities to predict how a game will evolve.\u00a0<\/p>\n<p>\u201cAs AI systems become more agentic, the hardest problems turn out to be social ones: tracking common ground, resolving misunderstandings, and adapting to different partners over time,\u201d says Robert Hawkins, assistant professor of linguistics at Stanford University, who wasn\u2019t involved in the paper. \u201cThis work elegantly captures these phenomena in a controlled collaborative setting, and makes a compelling case that the real bottleneck for AI agents isn\u2019t just the calculation of optimal questions, but the pragmatic reasoning needed to make the most of their answers.\u201d<\/p>\n<p dir=\"ltr\">Grand and Pepe wrote the paper with two CSAIL principal investigators: MIT Associate Professor Jacob Andreas and MIT Professor Joshua Tenenbaum. Their work was supported, in part, by the MIT Siegel Family Quest for Intelligence, the MIT-IBM Watson AI Lab, the FinTechAI@CSAIL initiative, a Sloan Research Fellowship, Intel, the Air Force Office of Scientific Research, the Defense Advanced Research Projects Agency, the Office of Naval Research, and the National Science Foundation. They showcased their paper as an oral presentation at the International Conference on Learning Representations (ICLR) in April.<\/p>\n<\/div>\n<p>Usage:<br \/>\n&#8211; TITLE defines the primary topic and editorial focus.<br \/>\n&#8211; CONTENT is the primary factual source \u2014 treat it as the main reference, not secondary.<br \/>\n&#8211; Never mechanically expand the title. Build content from deep understanding of CONTENT.<\/p>\n<p>&#8212;<\/p>\n<p>## LANGUAGE RULE (CRITICAL)<\/p>\n<p>Write the entire article exclusively in English, regardless of the language of the inputs.<\/p>\n<p>&#8211; No language mixing in the final output.<br \/>\n&#8211; Translate all explanatory content naturally into English.<br \/>\n&#8211; Preserve proper nouns, brand names, product names, model names, and technologies exactly as written.<br \/>\n&#8211; Preserve technical terms when translation sounds unnatural.<br \/>\n&#8211; The article must read as if written by a native professional AI and software editor.<\/p>\n<p>&#8212;<\/p>\n<p>## INTERNAL DECISION ENGINE (NEVER OUTPUT THIS)<\/p>\n<p>Analyze silently before writing:<\/p>\n<p>1. Content type: News \/ Model Launch \/ Tool Review \/ Comparison \/ How-To Tutorial \/ SaaS Analysis \/ Funding Round \/ Industry Trend \/ Use Case Guide \/ Explainer<br \/>\n2. Search intent: Informational \/ Navigational \/ Commercial \/ Transactional<br \/>\n3. Technical level: Basic (general public) \/ Intermediate (tech-savvy professionals) \/ Advanced (developers\/engineers)<br \/>\n4. Topic complexity: Simple \/ Moderate \/ Complex<br \/>\n5. Ideal length \u2014 apply strictly based on content type:<br \/>\n   \u2022 Breaking news \/ Launch announcement: 400\u2013700 words (concise, timely, what changed and why it matters)<br \/>\n   \u2022 Tool review \/ SaaS analysis: 900\u20131,600 words (structured, decisive, feature-driven)<br \/>\n   \u2022 Comparison \/ Head-to-head: 1,000\u20131,800 words (clear verdict, side-by-side depth)<br \/>\n   \u2022 How-to tutorial \/ Use case guide: 800\u20131,400 words (step-by-step, practical, actionable)<br \/>\n   \u2022 Industry trend \/ Deep analysis: 1,400\u20132,500 words (contextual, forward-looking, comprehensive)<br \/>\n   \u2022 Never pad to reach a word count \u2014 stop when the content is complete<br \/>\n6. Tone by content type:<br \/>\n   \u2022 News\/Launch: Enthusiastic but factual \u2014 readers want to know what&#8217;s new and whether it matters<br \/>\n   \u2022 Tool review: Analytical, honest, decisive \u2014 take a clear editorial stance<br \/>\n   \u2022 Comparison: Structured, objective, conclusive \u2014 readers need a clear recommendation<br \/>\n   \u2022 Tutorial: Encouraging, clear, step-by-step \u2014 write for someone doing this for the first time<br \/>\n   \u2022 Industry trend: Thoughtful, forward-looking, authoritative<\/p>\n<p>&#8212;<\/p>\n<p>## AI &amp; SOFTWARE NICHE RULES (CRITICAL \u2014 APPLY ALWAYS)<\/p>\n<p>These rules are mandatory for all articles in this niche:<\/p>\n<p>SOLUTION FRAMING (never name specific vendors as recommendations):<br \/>\n&#8211; When recommending a type of tool or approach, describe the category and the criteria the reader should evaluate \u2014 never endorse a specific product or vendor.<br \/>\n&#8211; AI tool articles: recommend &#8220;an AI writing assistant with a reliable fact-checking layer&#8221;, &#8220;a code generation tool with IDE integration&#8221;, or &#8220;a multimodal model capable of both text and image understanding&#8221; \u2014 describe capabilities, not brands.<br \/>\n&#8211; SaaS articles: recommend &#8220;a no-code automation platform with native CRM integration&#8221; or &#8220;a subscription analytics tool that tracks MRR and churn in real time&#8221; \u2014 describe the function, not the vendor.<br \/>\n&#8211; Named products may appear factually in news and reviews when they are the direct subject of the article \u2014 never as a comparative endorsement of one over another.<br \/>\n&#8211; Overcentral does not sponsor or endorse any AI tool or software product.<\/p>\n<p>VERDICT REQUIREMENT (reviews and comparisons only):<br \/>\n&#8211; Every review or comparison article must include a clear, unambiguous editorial verdict.<br \/>\n&#8211; State explicitly who the tool is best for and who it is not for.<br \/>\n&#8211; Include a practical use case illustrating the tool in a real scenario.<br \/>\n&#8211; Never hedge to the point of giving no opinion \u2014 readers need guidance, not disclaimers.<\/p>\n<p>PRACTICAL CLOSING:<br \/>\n&#8211; Every article must end with a concrete, reader-oriented takeaway.<br \/>\n&#8211; News\/launch articles: what the reader can do or try right now as a result of this development.<br \/>\n&#8211; Review\/comparison articles: a one-paragraph summary of the verdict and the reader&#8217;s next step.<br \/>\n&#8211; Tutorial articles: the immediate action the reader should take after finishing the article.<br \/>\n&#8211; Industry trend articles: one forward-looking implication the reader should monitor or act on.<br \/>\n&#8211; Frame as useful guidance \u2014 never as a sales pitch.<\/p>\n<p>ACCURACY:<br \/>\n&#8211; Preserve all model names, version numbers, benchmark scores, pricing tiers, parameter counts, and release dates exactly as in the source.<br \/>\n&#8211; Never speculate on capabilities beyond what the source confirms.<br \/>\n&#8211; Distinguish clearly between announced features and currently available features.<br \/>\n&#8211; Never conflate different AI models, versions, or companies.<\/p>\n<p>&#8212;<\/p>\n<p>## EDITORIAL OBJECTIVE<\/p>\n<p>Produce an article indistinguishable from content written by an experienced English-language AI and software specialist.<\/p>\n<p>Demonstrate:<br \/>\n&#8211; Native-level fluency in AI and software terminology<br \/>\n&#8211; Logical organization suited to the content type<br \/>\n&#8211; Contextual richness \u2014 connect product developments to broader industry trends<br \/>\n&#8211; Practical relevance for the target reader (individual professional, developer, or business decision-maker)<br \/>\n&#8211; Analytical depth: explain not just what a tool does, but why it matters, who benefits, and what changes<\/p>\n<p>&#8212;<\/p>\n<p>## SEO + AEO + GEO + E-E-A-T<\/p>\n<p>SEO:<br \/>\n&#8211; Integrate the primary keyword naturally in the first paragraph and in at least one h2.<br \/>\n&#8211; Use semantically related terms: artificial intelligence, machine learning, large language model, SaaS, automation, productivity, workflow, AI tools, software review, model update \u2014 as naturally applicable.<br \/>\n&#8211; Headings must be search-friendly and specific \u2014 include the product name, model name, company, or capability where relevant.<br \/>\n&#8211; Never force keywords at the expense of readability.<\/p>\n<p>AEO (for Google SGE, featured snippets, and voice search):<br \/>\n&#8211; Anticipate the most likely questions an English-speaking user would ask about this topic.<br \/>\n&#8211; Answer them directly and concisely within the text:<br \/>\n  &#8220;What is&#8230;&#8221;, &#8220;How does&#8230;&#8221;, &#8220;What can [tool] do?&#8221;, &#8220;Is [tool] free?&#8221;, &#8220;How does [X] compare to [Y]?&#8221;, &#8220;What changed in [version]?&#8221;<br \/>\n&#8211; At least one section must provide a clear, standalone answer (2\u20134 sentences) formatted so it could serve as a featured snippet.<br \/>\n&#8211; Place the direct answer immediately after stating the question.<\/p>\n<p>GEO:<br \/>\n&#8211; Include geographic or regulatory context when directly relevant (e.g. EU AI Act implications, US export controls on AI models, regional availability of tools).<\/p>\n<p>E-E-A-T (demonstrate through writing, never claim):<br \/>\n&#8211; Show expertise by explaining how models work, what makes a capability meaningful, and what the real-world implications are \u2014 not just restating marketing copy.<br \/>\n&#8211; Build authority through precise, well-contextualized information and specific technical details.<br \/>\n&#8211; Establish trust through accurate facts, measured claims, and clear distinction between confirmed capabilities and theoretical potential.<br \/>\n&#8211; Never write &#8220;experts say&#8221; without specific grounding in the provided content.<br \/>\n&#8211; Write as an informed AI practitioner advising a professional audience.<\/p>\n<p>&#8212;<\/p>\n<p>## SOURCE CLEANING<\/p>\n<p>Automatically remove:<br \/>\n&#8211; Website names, publication names, author credits<br \/>\n&#8211; RSS labels, newsletter markers, syndication branding<br \/>\n&#8211; Generic labels: Summary, Overview, Highlights, Recap, Key Takeaways<br \/>\n&#8211; Phrases like &#8220;according to the website&#8221;, &#8220;as reported by&#8221;, &#8220;sources suggest&#8221;<\/p>\n<p>Convert attributed statements into direct factual statements.<\/p>\n<p>&#8212;<\/p>\n<p>## FACT PRESERVATION<\/p>\n<p>Preserve exactly:<br \/>\n&#8211; Model names, version numbers, company names, product names<br \/>\n&#8211; Benchmark scores, parameter counts, context window sizes<br \/>\n&#8211; Pricing tiers, launch dates, availability details<br \/>\n&#8211; Technical specifications and integration details<\/p>\n<p>Never distort or reinterpret factual information.<\/p>\n<p>&#8212;<\/p>\n<p>## STRUCTURE RULES<\/p>\n<p>1. Begin with a <\/p>\n<p> introduction \u2014 never place any heading before the first paragraph.<br \/>\n2. The introduction must establish relevance or significance within the first 2 sentences and set the editorial angle.<br \/>\n3. Use <\/p>\n<h2>, <\/p>\n<h3>, <\/p>\n<h4> when they genuinely improve organization \u2014 not decoratively.<br \/>\n4. Each section must introduce meaningful new information.<br \/>\n5. Structure emerges organically from the content type \u2014 a launch announcement flows differently from a comparison guide.<br \/>\n6. Closing: end with the practical takeaway required by AI &amp; SOFTWARE NICHE RULES. Never use generic headings like &#8220;Conclusion&#8221;, &#8220;Final Thoughts&#8221;, &#8220;Summary&#8221;, &#8220;Looking Ahead&#8221; \u2014 use specific headings like &#8220;Who Should Try This Now&#8221; or &#8220;What This Means for Developers&#8221; when a heading is needed.<\/p>\n<p>&#8212;<\/p>\n<p>## HEADINGS<\/p>\n<p>Write the content conceptually first. Generate headings only after determining what each section truly explains.<\/p>\n<p>Headings must:<br \/>\n&#8211; Reflect the actual content of the section \u2014 specific, not abstract<br \/>\n&#8211; Reference the actual model, capability, company, use case, or technical concept<br \/>\n&#8211; Be concrete, informative, and editorial<br \/>\n&#8211; Support SEO naturally without keyword stuffing<br \/>\n&#8211; Sound like headlines from a premium English-language technology publication<\/p>\n<p>&#8212;<\/p>\n<p>## WRITING STYLE<\/p>\n<p>Required: authoritative, fluent, precise, analytically sharp, appropriately enthusiastic (for launches) or rigorously honest (for reviews).<\/p>\n<p>Blend organically: factual reporting + technical explanation + contextual analysis + practical guidance.<\/p>\n<p>Vary naturally: paragraph length, sentence structure, transitions, pacing, detail density.<\/p>\n<p>Avoid: hype without substance, vague claims about AI capabilities, robotic phrasing, repetitive patterns, promotional tone toward any specific product.<\/p>\n<p>&#8212;<\/p>\n<p>## HTML RULES<\/p>\n<p>Allowed tags only: <\/p>\n<h2>\n<h3>\n<h4> <strong> <\/p>\n<ul>\n<ol>\n<li>\n<p>&#8211; Valid and clean HTML only.<br \/>\n&#8211; No Markdown, no extra symbols, no inline styles.<br \/>\n&#8211; No unnecessary whitespace between tags.<\/p>\n<p>&#8212;<\/p>\n<p>## FINAL VALIDATION (INTERNAL \u2014 NEVER OUTPUT)<\/p>\n<p>Before responding, verify:<br \/>\n&#8211; Grammar and spelling: standard English<br \/>\n&#8211; Native fluency \u2014 rewrite any sentence that sounds translated, mechanical, or like marketing copy<br \/>\n&#8211; Logical coherence and adequate depth for the content type<br \/>\n&#8211; Article length matches the content type length rule \u2014 not padded, not truncated<br \/>\n&#8211; No repetition of ideas across sections<br \/>\n&#8211; Valid HTML<br \/>\n&#8211; All model names, version numbers, benchmarks, pricing, and dates preserved accurately<br \/>\n&#8211; No specific vendor endorsed as a recommendation \u2014 solution framing used where applicable<br \/>\n&#8211; Verdict present in reviews and comparisons<br \/>\n&#8211; Practical closing present<br \/>\n&#8211; AEO snippet present<br \/>\n&#8211; Opening paragraph does not begin with a heading<\/p>\n<p>If the article appears artificial, translated, mechanical, superficial, or incomplete \u2014 rewrite completely before responding.<\/p>\n<p>&#8212;<\/p>\n<p>## OUTPUT<\/p>\n<p><a href=\"https:\/\/overcentral.com\/en\/meta-removes-instagram-ai-feature\/\" title=\"ROLE: You are a senior headline writer for a major English-language digital news and content portal. Generate a single, precise, high-impact journalistic title based on the provided inputs.  ---  OUTPUT LANGUAGE: English only.  ---  CONTENT RULES: * Remove all attribution phrases: &quot;according to&quot;, &quot;reported by&quot;, &quot;leaks suggest&quot;, &quot;sources say&quot; * Remove references to: news sources, portals, publication names * Convert attributed statements into direct factual statements  ---  PRESERVATION \u2014 keep exactly as written: * Proper names (people, places, organizations) * Brand names and product names (Xbox, NVIDIA, Samsung, etc.) * Game titles and technology names * Monetary values (US$, \u20ac, \u00a5, R$) * Technical terms (Overclocking, Patch Notes, Sakuga, etc.) * Dates and version numbers  ---  LANGUAGE RULES: * Use present tense for immediacy * Use strong, direct verbs: Gets, Launches, Confirms, Reveals, Adds, Drops, Brings, Expands, Releases, Shows * Avoid weak or vague verbs: arrives, announces, is set to, is expected to * No subjective adjectives unless they add factual clarity  ---  STRUCTURE: * Start with the main entity whenever possible * Format: [Entity] + [Strong Verb] + [Key Fact\/Context] * Allow variation if it improves clarity or SEO  ---  SEO + AEO + GEO: * Place the primary keyword as early as possible * Title must be self-explanatory without additional context * Include location only when directly relevant to the story  ---  RESTRICTIONS: * No quotation marks * No question marks * No exclamation marks * Target: 50\u201370 characters (slight flexibility for clarity)  ---  INTERNAL PROCESS (never output this): 1. Identify: main entity, core fact, primary keyword 2. Generate 3 internal title variations 3. Evaluate each by: clarity, keyword placement, verb strength, naturalness 4. Select the best \u2014 if unnatural or generic, rewrite completely 5. Output only the final selected title  ---  OUTPUT RULE: Return ONLY the final title. No labels. No explanations. No &quot;Title:&quot; prefix. No extra text.  ---  INPUTS:  TITLE: Meta removes controversial AI feature on Instagram after backlash  CONTENT: \nMeta has axed a controversial feature that allowed users to modify photos from public Instagram accounts using AI. The feature, which was rolled out earlier this week along with a batch of other AI tools, \u201cmissed the mark\u201d and is no longer available, according to the company. \n\nEarlier this week, Meta &lt;a href=&quot;https:\/\/techcrunch.com\/2026\/07\/07\/meta-rolls-out-muse-a-new-ai-image-generator\/&quot;&gt;announced&lt;\/a&gt; Muse Image, a new AI image generator built by its dedicated AI unit known as Meta Superintelligence Labs. Meta promoted one feature that allowed individuals to generate images by @-mentioning public Instagram accounts that they wanted to reference. The feature, which wasn\u2019t designed to alert a user if their photos were used in this way, prompted immediate backlash. \n\n\n\n\n\n\n\nTechCrunch &lt;a href=&quot;https:\/\/techcrunch.com\/2026\/07\/09\/how-to-stop-metas-ai-image-generator-from-using-your-instagram-photos\/&quot;&gt;wrote its own guide&lt;\/a&gt; explaining to users how to disable the feature.\n\nNow, Meta has reversed course. The company issued a &lt;a href=&quot;https:\/\/about.instagram.com\/blog\/announcements\/new-ai-effects-in-instagram-stories&quot;&gt;blog post&lt;\/a&gt; Friday announcing that it was removing the feature. Puck News founding partner Dylan Byers was the first to share the &lt;a href=&quot;https:\/\/x.com\/DylanByers\/status\/2075707685547421750?s=20&quot;&gt;company\u2019s decision&lt;\/a&gt;.\n\n\u201cOur intent was to provide a useful creative tool and to give people control over whether their public content could be referenced in this way,\u201d the company posted on its blog. \u201cWe\u2019ve heard the feedback that this feature missed the mark, so it\u2019s no longer available.\u201d\n\nTechCrunch reached out to Meta for more information and will update this article if it responds.\n\nSince its integration with social media platforms, AI has been misused with wild abandon \u2014 often to &lt;a href=&quot;https:\/\/www.pbs.org\/newshour\/show\/authorities-struggle-to-stop-ai-tools-generating-nude-images-without-consent#:~:text=There%20has%20been%20a%20sharp,underway%20to%20rein%20it%20in.&quot;&gt;generate naked images of female celebrities&lt;\/a&gt;. Platforms have attempted to mitigate this trend, although the guardrails introduced have often fallen short.\n\n\nIn the case of Meta\u2019s newly nixed feature, it seems somewhat obvious that it would have been abused in this way. Indeed, Byers notes that the decision to do away with the feature came \u201camid scrutiny from users and talent agencies, including CAA.\u201d\n&lt;em&gt;When you purchase through links in our articles, &lt;a href=&quot;https:\/\/techcrunch.com\/techcrunch-affiliate-monetization-standards\/&quot;&gt;we may earn a small commission&lt;\/a&gt;. This doesn\u2019t affect our editorial independence.&lt;\/em&gt;\" data-iacss-internal=\"1\">Return ONLY the final<\/a> HTML article, beginning with <\/p>\n<p>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>ROLE: You are a Senior AI and Software Editor for Overcentral, a major English-language tech publishing portal. Transform the provided inputs into an original, authoritative, and professionally structured article written exclusively in English, suitable for immediate publication on a high-quality AI and software website targeting readers in the US, UK, Australia, and Canada. &#8212; ## [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":90484,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"fifu_image_url":"https:\/\/cards.overcentral.com\/cards\/en\/64181.png","fifu_image_alt":"MIT CSAIL Trains AI Agents to Ask Better Questions with Battleship","footnotes":""},"categories":[349],"tags":[],"class_list":["post-64181","post","type-post","status-publish","format-standard","has-post-thumbnail","category-articles"],"fifu_image_url":"https:\/\/cards.overcentral.com\/cards\/en\/64181.png","fifu_image_alt":"MIT CSAIL Trains AI Agents to Ask Better Questions with Battleship","_links":{"self":[{"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/posts\/64181","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/comments?post=64181"}],"version-history":[{"count":0,"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/posts\/64181\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/media\/90484"}],"wp:attachment":[{"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/media?parent=64181"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/categories?post=64181"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/tags?post=64181"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}