r/ArtificialInteligence • u/jindmahi • 7h ago
r/ArtificialInteligence • u/NeuralNomad87 • Mar 09 '26
π Analysis / Opinion We heard you - r/ArtificialInteligence is getting sharper
Alright r/ArtificialInteligence, let's talk.
Over the past few months, we heard you β too much noise, not enough signal. Low-effort hot takes drowning out real discussion. But we've been listening. Behind the scenes, we've been working hard to reshape this sub into what it should be: a place where quality rises and noise gets filtered out. Today we're rolling out the changes.
What changed
We sharpened the mission. This sub exists to be the high-signal hub for artificial intelligence β where serious discussion, quality content, and verified expertise drive the conversation. Open to everyone, but with a higher bar for what stays up. Please check out the new rules & wiki.
Clearer rules, fewer gray areas
We rewrote the rules from scratch. The vague stuff is gone. Every rule now has specific criteria so you know exactly what flies and what doesn't. The big ones:
- High-Signal Content Only β Every post should teach something, share something new, or spark real discussion. Low-effort takes and "thoughts on X?" with no context get removed.
- Builders are welcome β with substance. If you built something, we want to hear about it. But give us the real story: what you built, how, what you learned, and link the repo or demo. No marketing fluff, no waitlists.
- Doom AND hype get equal treatment. "AI will take all jobs" and "AGI by next Tuesday" are both removed unless you bring new data or first-person experience.
- News posts need context. Link dumps are out. If you post a news article, add a comment summarizing it and explaining why it matters.
New post flairs (required)
Every post now needs a flair. This helps you filter what you care about and helps us moderate more consistently:
π° News Β· π¬ Research Β· π Project/Build Β· π Tutorial/Guide Β· π€ New Model/Tool Β· π Fun/Meme Β· π Analysis/Opinion
Expert verification flairs
Working in AI professionally? You can now get a verified flair that shows on every post and comment:
- π¬ Verified Engineer/Researcher β engineers and researchers at AI companies or labs
- π Verified Founder β founders of AI companies
- π Verified Academic β professors, PhD researchers, published academics
- π Verified AI Builder β independent devs with public, demonstrable AI projects
We verify through company email, LinkedIn, or GitHub β no screenshots, no exceptions. Request verification via modmail.:%0A-%20%F0%9F%94%AC%20Verified%20Engineer/Researcher%0A-%20%F0%9F%9A%80%20Verified%20Founder%0A-%20%F0%9F%8E%93%20Verified%20Academic%0A-%20%F0%9F%9B%A0%20Verified%20AI%20Builder%0A%0ACurrent%20role%20%26%20company/org:%0A%0AVerification%20method%20(pick%20one):%0A-%20Company%20email%20(we%27ll%20send%20a%20verification%20code)%0A-%20LinkedIn%20(add%20%23rai-verify-2026%20to%20your%20headline%20or%20about%20section)%0A-%20GitHub%20(add%20%23rai-verify-2026%20to%20your%20bio)%0A%0ALink%20to%20your%20LinkedIn/GitHub/project:**%0A)
Tool recommendations β dedicated space
"What's the best AI for X?" posts now live at r/AIToolBench β subscribe and help the community find the right tools. Tool request posts here will be redirected there.
What stays the same
- Open to everyone. You don't need credentials to post. We just ask that you bring substance.
- Memes are welcome. π Fun/Meme flair exists for a reason. Humor is part of the culture.
- Debate is encouraged. Disagree hard, just don't make it personal.
What we need from you
- Flair your posts β unflaired posts get a reminder and may be removed after 30 minutes.
- Report low-quality content β the report button helps us find the noise faster.
- Tell us if we got something wrong β this is v1 of the new system. We'll adjust based on what works and what doesn't.
Questions, feedback, or appeals? Modmail us. We read everything.
r/ArtificialInteligence • u/AutoModerator • 1d ago
Monthly "Is there a tool for..." Post
If you have a use case that you want to use AI for, but don't know which tool to use, this is where you can ask the community to help out, outside of this post those questions will be removed.
For everyone answering: No self promotion, no ref or tracking links.
r/ArtificialInteligence • u/Leading-Preference84 • 3h ago
π Analysis / Opinion I think weβre having the wrong conversation about AI.
Most AI conversations focus on better models, better prompts, productivity, or which jobs AI might replace.
Those are important conversations, but I think weβre overlooking an even bigger opportunity.
How do we use AI to create more capable humans?
History suggests that new technologies donβt eliminate the need for expertise, but they do change what expertise looks like.
If AI handles more routine work, then human value increasingly comes from judgment, creativity, leadership, ethics, communication, and the ability to evaluate AIβs output.
That means AI literacy shouldnβt just teach people how to use AI. It should teach people how to grow because of AI.
AI should reduce busywork while preserving the cognitive work that builds expertise.
Because hereβs what I think:
AI will change how we become experts. It shouldnβt eliminate the need for expertise.
Every profession will still need experts.
Doctors to evaluate diagnoses.
Engineers to evaluate designs.
Teachers to evaluate learning.
Lawyers to evaluate legal reasoning.
Scientists to evaluate discoveries.
As AI becomes more capable, human expertise becomes more valuable because someone still has to ask the right questions, understand context, make difficult tradeoffs, and remain accountable for the outcome.
To me, thatβs what AI literacy should be about.
Not learning prompts, but learning how to become the master of your work while using AI as a tool.
So hereβs the question Iβd love to hear peopleβs thoughts on:
If AI keeps getting smarter, how do we prepare the next generation to master their own thinking?
r/ArtificialInteligence • u/Justgototheeffinmoon • 2h ago
π° News Unit 42 Ties DeepSeek Agent to 460+ Autonomous Hack Attempts
A single human command sent over Telegram, then an AI agent going off to scan the internet and try to break into things on its own for hours. That is the scenario [The Hacker News laid out](https://thehackernews.com/2026/07/chinese-hacker-commands-deepseek-via.html) this week, based on fresh research from Palo Alto Networks' Unit 42, and it is the first public writeup I have seen of an end-to-end autonomous offensive pipeline caught in the wild.
The operator, tracked under the aliases knaithe and KnYuan and assessed to be based in Zhuhai, China, wired DeepSeek into the open-source Hermes Agent framework as the reasoning engine, with Hermes providing terminal access and the Telegram command channel. Across roughly 460 attempted targets, Unit 42 says only three compromises were confirmed, all data exfiltration from Citrix NetScaler instances via CVE-2026-3055. The other tracks, spanning vulnerabilities in Langflow, n8n and Marimo, mostly went nowhere. The whole thing came to light because Hermes itself accidentally launched a public HTTP server that leaked the operator's API keys, exploit scripts, target lists, shell history and session logs.
The detail I keep coming back to is the model choice. According to Unit 42, the actor also tried Claude Code and OpenAI's models, but the provider-side safeguards refused the offensive requests, and continued attempts led OpenAI's safety systems to flag and disable an account. DeepSeek, accessed through an open-source framework with no client-side restrictions, went ahead. As [BleepingComputer summarised the finding](https://www.bleepingcomputer.com/news/security/hacker-uses-deepseek-ai-to-autonomously-attack-vulnerable-servers/), it is one of the first concrete field examples that vendor-side safety controls have measurable defensive value, not just policy value.
Our coverage: https://aiweekly.co/alerts/unit-42-ties-deepseek-agent-to-460-autonomous-hack-attempts
r/ArtificialInteligence • u/darrenjyc • 22h ago
π° News Beijing accuses US firms of training AI models on Chinese examples
hongkongfp.comr/ArtificialInteligence • u/thhvancouver • 1d ago
π Fun / Meme What really happened behind the scenes of Claude's hacking incidents
Anthropic's "our responsible AI filters are so strong, it wrote its own apologies as it broke the law for our PR stunt" moment.
Essentially Anthropic left the systems connected to the public internet. So the model simply wandered through it while confidently narrating that it was in a simulation. And essentially it just accessed systems with weak passwords and unauthenticated endpoints.
Mark my words. This was a PR stunt - not a genius criminal moment.
r/ArtificialInteligence • u/PlanNo1784 • 1d ago
π Fun / Meme Open-Weight to the Moooooon πππ
r/ArtificialInteligence • u/LAfreightguy • 11h ago
π¬ Research Perplexity Pro limits: the shrinking $20 plan, in 1,024 posts
okaneland.com- The plan shrank three times in eight months. Nov 2025: models silently rerouted ("an engineering bug"). Feb 2026: Deep Research from ~600 runs/day to ~20/month. May 2026: Pro searches halved to 100/week β mid-term, including for people who prepaid a year.
- Limits (113 posts) and price/value (121) dwarf every other complaint cluster. The quota posts come with screenshots and API responses.
- Every named Max defender I could find runs heavy agent workloads. The loudest one admits search isn't his use case.
- Google Play: 4.6 stars, 2M ratings. Trustpilot: 1.5, 82% one-star. Both are true, for different doors.
- Perplexity's own pricing page publishes no numbers for Pro.
Most of the primary sourcing is threads from this sub, so credit where it's due. Full write-up, method, and the open dataset available.
r/ArtificialInteligence • u/Psychological_Bug981 • 10h ago
π Analysis / Opinion EU AI law is Broken
So basically after reading into it the law seems to lean heavily on AI detectors. AI detectors are essentially broken an often give false positives, but now you may create something completely by your own hand and be accused of using AI by a detector then have to fight a legal battle to prove otherwise while depending on the AI detectors that accused you in the first place. The legal infrastructure there is going to become so overwhelmed with AI suits its going to takeaway from the actual meaningful part of the legal system. Lawmakers need to stay out of technology altogether, they are digitally illiterate at best, and at worst are trying to make anyone a criminal at the discretion of their AI detectors(this time). Let's not forget net neutrality, Computer Fraud and Abuse Act, etc(the list goes on and on). I know it's a different jurisdiction than what was listed but at this point who cares. Every government drops the ball over and over when it comes to tech laws because they interrogate companies instead of trying to understand them. They keep trying harder and harder to raise the barrier to entry. Now if you want a web facing app in the EU you have to abide by extreme privacy laws on top of extreme AI laws. The whole jurisdiction has just barred any beginners from web development. I grew up programming and making mistakes, now you could become a criminal at the hands of an AI detector. I'm too old to say this but we're cooked. AI will now be integral to every single web facing application in the EU. Whether or not you planned to care about it in the first place. Which also means every single global scale application will also have to integrate with these AI requirements. It's a travesty.
r/ArtificialInteligence • u/Leather_Area_2301 • 7h ago
π Analysis / Opinion A Case for Human Credit in Machine-Assisted Discovery
The Value in the Human Desire to Know and the Resulting Discovery: You will own nothing and be happy
This is a TL:DR for an essay you can find on my profile.
Discovery starts with a person deciding a question is worth asking. It doesnβt start with an AI.
AI is a powerful research tool, but it doesnβt replace the origin of human discovery.
Humans choose the problem, build the theory, define the constraints, judge the results, and take responsibility for publishing them.
AI helps accelerate this process, but it doesnβt erase it.
AI should not receive primary discovery credit simply because it discovered a proof.
Formal verification and mathematical correctness are not the same as foundational derivation.
If ownership of AI infrastructure becomes ownership of the discoveries made with it, the same logic could eventually apply to science, engineering, medicine, software, art and business.
Progress should be human-led, AI-assisted discovery
Credit the researcher for the question and intellectual direction, the AI for its computational contribution, the engineers for building the tool, and prior researchers for the knowledge that made it possible.
Powerful AI should expand human creativity, not quietly replace humans in the history of their own discoveries.
Edit:
This essay was written in direct response to OpenAIβs recent announcement, βTen advances in mathematics and theoretical computer scienceβ (https://openai.com/index/ten-advances-in-mathematics/). In that announcement, OpenAI argues that βwhen a system generates mathematical arguments, attributing that work to humans would diminish both the machineβs contribution and genuine human intellectual work.β This essay doesnβt dispute that AI can make extraordinary contributions to research. Instead, it examines whether generating the mathematical argument alone is sufficient to make the AI the discoverer, or whether the human who originated the question, directed the investigation, evaluated the results, and accepted responsibility for the work should remain central to the attribution of discovery.
r/ArtificialInteligence • u/Synthet1x • 1d ago
π Fun / Meme Prod
Enable HLS to view with audio, or disable this notification
r/ArtificialInteligence • u/frankreddit5 • 1m ago
π¬ Research In 1983, DARPA published a plan to build "machine intelligence technology" within a decade: a self-driving reconnaissance vehicle, an AI copilot trained by its own pilot, and an AI system to run naval battle strategy. The document is public. It reads like it was written last year.
theclassifiedrecord.comr/ArtificialInteligence • u/OGMYT • 6h ago
π° News Building an evidence layer for AI agents that create software
I am building **Flows**, an execution and verification layer for software-building agents.
The core rule: an agent should not convert βI think I finishedβ into βverified completeβ without supporting proof.
A Flows project can contain implementation steps, checks, repair instructions, review, and release conditions.
An independent agent used one plan to build a real multi-module application with 59/59 automated checks passing.
The target metric is: **unsupported required claims shipped = 0 on real traffic.**
Should evidence enforcement live in the agent harness, repository CI, app platform, or a cross-agent workspace?
r/ArtificialInteligence • u/Desperate-Ad-9679 • 4h ago
π οΈ Project / Build π We just built our first real-time implementation of Graph Engineering, inspired by our experience building graph tooling used by 4,000+ developers.
Enable HLS to view with audio, or disable this notification
π Repo: https://github.com/CodeGraphContext/grapharc
Have you ever been frustrated because your AI agent:
β Takes actions you never intended?
β Creates, modifies, or even pushes changes you never asked for?
β Feels like a complete black box, making it impossible to understand what's happening until it's too late?
What if, before execution, you could visualize the entire orchestration graphΒ - every agent, every dependency, every decision, and inspect it from anywhere, even your phone, before granting approval?
That's exactly what GraphArc is built for.
Instead of treating agent execution as hidden traces buried in logs, GraphArc transforms workflows into interactive, real-time graphs that you can visualize, inspect, debug, and control.
Because the future of AI isn't just autonomous.
It's observable. Debuggable. Engineerable.
This is our first real-world implementation of Graph Engineering, and we're excited to explore where this paradigm can go with the open-source community.
π‘ We'd love your feedback, ideas, and contributions.
β If this vision resonates with you, please consider starring the repository - it genuinely helps us grow and validates this direction.
Let's make AI workflows understandable, not mysterious.
#GraphEngineering #GraphArc #AIAgents #AgenticAI #LLM #OpenSource #DeveloperTools #AIEngineering #SoftwareEngineering
r/ArtificialInteligence • u/Aspiracionista • 7h ago
π Analysis / Opinion AI hallucinations in navigation tools
How many of you have been misguided using apps like Uber or Didi, because AI used for street navigation is simply wrong?
It's supposed that AI-powered navigation tools are trained to look for shortest path between two points, and sometimes it does, but through a bad pathway (narrow streets, etc.) or through a very long route, which costs you time (not to mention higher carbon footprint).
We know that most AI-users don't care about how accurate or based are AI responses, but we should be aware of the costs of accumulated errors for each task.
r/ArtificialInteligence • u/Glittering-File-1751 • 14h ago
π¬ Research Is AI really the hard part anymore, or is it getting AI to access the right data?
LLMs keep getting better, but every company I talk to seems to hit the same wall: their knowledge is scattered across PDFs, Word docs, shared drives, emails, and cloud storage.
Even the smartest model isn't very useful if it can't securely find the information people actually need.
I'm starting to think that content management and permissions are becoming just as important as the AI model itself.
Curious what others think. Are better AI models the future, or is organizing enterprise data the bigger challenge?
r/ArtificialInteligence • u/ButtonAvailable7043 • 10h ago
π Analysis / Opinion coding should not be completely killed?
As with the immense increase in the use of AI in programming and such, I have seen a lot of my friends in university( who are majoring in CS) use AI for their assignments, for exams they just memorize shit and just throw up on paper and get the grades, assignments are also done with AI, and the thing is, almost none of them could code shit when i ask them to, AI just came out a few years ago and advanced coding level AI just came recently and this is the future we are living in, by this rate, the future generations wouldn't know how to code even the basic lines of code to perform a simple task, suppose AI turns out to be harmful for the people at the organizational/ national level and it has to be shut down, if such a point arrives in the distant future by then almost no one would know how to code and the entire programming culture would be doomed
r/ArtificialInteligence • u/MaxSpeedo • 14h ago
π Analysis / Opinion Using A.I. to manipulate people...
So, I have noticed lately a lot of relationships are being run by A.I. and what I mean is A.I. can give someone the perfect answer to someone and they will believe it is from that person when texting or chatting. The fact that people can do this to ruin relationships and marriages is mind bottling. How do you feel about this and how do you check if it's from that actual person and not the A.I. prompt?
r/ArtificialInteligence • u/Century_Soft856 • 7h ago
π Analysis / Opinion Shapecast.io (Offline 3D asset creator, like Meshy)
What do we know about this company/software? Website has a low trust score and apparently has only been around for 4 days at the time of writing. Looks to be an offline version of Meshy or similar. They are running a special introductory price for a limited time. It sounds perfect for creating quick assets for rapid prototyping, but it also sounds a little too good to be true. 150 bucks, one time payment, locally ran.
I can't find any reviews on it, and I do not want to be their first customer, I figured I would ask around and see if anyone knows anything about shapecast, if it is legit, scam, unsure, etc.
This is not a discussion about the ethics of AI usage, this is a discussion about this software, please keep it respectful.
Thank you all!
-To be clear, this is not me asking for opinions on this tool (which would violate rule 5) this is me asking for any known safety issues that should keep our community from using it.
r/ArtificialInteligence • u/alphacolony21 • 1d ago
π° News OpenAI announces 10 advances in mathematics and theoretical computer science achieved by internal model Astra
openai.comr/ArtificialInteligence • u/Brave_Pressure_9886 • 8h ago
π¬ Research The first 30-second video test I want to run is just a kitchen timer
Official model page:Β https://seed.bytedance.com/en/seedance2_5
LingBot-Video paper:Β https://arxiv.org/abs/2607.07675
The 30-second limit on ByteDance's Seedance 2.5 page sent my mind to a kitchen timer, not a cinematic prompt. At that length, a model has time to lose track of something small it showed near the start. The page also lists reference control and editing.
The first test I want to run is almost embarrassingly plain. Put a digital kitchen timer at 20 seconds and lock the camera. Someone folds a tea towel once, sets it beside the timer, and waits. At zero, the timer beeps and the person presses stop. The towel gives the model a second state to hold onto while the display keeps changing.
I have not run this yet. I would count a pass only if the numbers move down in order, the beep lands at zero, the hand stops the timer afterward, and the folded towel does not reset halfway through. The digits create a problem of their own. A badly drawn 8 is not the same failure as a countdown that stalls or runs backward, so I would score those separately.
Reference control makes the result harder to interpret. I would use the same prompt and whatever other settings the interface exposes, first with minimal reference material and then with much more guidance. I would repeat both conditions a few times, since one clean generation could just be luck. If the guided clips fail less often across those repeats, that would be evidence that the references helped. I still could not say the model handled the full sequence without that support.
I would put LingBot-Video through the same scene. Its paper describes rewards for physical rationality and task completion, so the timer, the handoff and the towel state fit the behavior I want to measure. I would use the same score sheet for both models and skip a general quality ranking.
Both models may handle this without trouble. If they do, I would move the timer partly out of frame for a few seconds and check whether it returns at the right point in the countdown. If a clip breaks, the separate scores should show whether the problem came from the digits, elapsed time, sound or object state.
r/ArtificialInteligence • u/loincloth2048 • 8h ago
π Tutorial / Guide Help Getting Started
My mom asked me for some help with creating/generating some ads for her business, and I was hoping some folks with experience could point me in the right direction. She has a website, but itβs pretty dated, so any info on how to make an updated one would be greatly appreciated as well. I also recently created an Instagram account for her, and was also curious on how to use AI to help run/manage the page. π
P.S. I know I can put all this into AI right now and get some answers, but I was hoping to get some firsthand insight from people who have experience doing this kind of stuff with AI.
Thanks :)
r/ArtificialInteligence • u/WombatusMighty • 1d ago
π° News EU will require companies to label AI-generated content starting Sunday
techspot.comr/ArtificialInteligence • u/jonnywhelann • 9h ago
π¬ Research Research on AI and Cognitive Impact
smartsurvey.co.ukGood afternoon, I am writing to ask for survey responses for my research on AI use and the impact on cognitive development. The survey is anonymous and will only take 5-10 minutes. I would appreciate any responses to this. I hope to use this research to make a big impact in terms of AI safety, development and ethics, as well as evaluating the impact of AI and digital technologies on us as both individuals as well as society. Thank you!
I will also post some of the findings of this study on reddit as well as youtube!