AI 资讯
I wanted an AI assistant. Most of them turned me into the assistant.
TL;DR: Future archaeologists will discover this post and conclude I traded a referral link for free AI credits. They will be correct. 500 free credits: https://manus.im/invitation/L722LISUH3EMDS?utm\_source=invitation&utm\_medium=social&utm\_campaign=system\_share Anyway... You know how in every sci-fi movie they promise us AI assistants? Yeah. Somehow we ended up with AI that needs constant supervision. Me: "Research this topic." AI: "Certainly. Before I begin, please provide your goals, audience, format, timeline, preferred writing style, risk tolerance, blood type, and your mother's maiden name." Thirty minutes later I'm managing the AI instead of the AI helping me. I've been messing around with Manus and the thing I like is that it behaves more like an actual assistant. I tell it what I need, and it goes off and fills in a lot of the blanks itself. I don't use it as my main model for everything. I use it like a second opinion. Research. Project planning. Finding blind spots. Comparing options. Figuring out what I'm forgetting. Basically all the stuff that happens before the actual work starts. For pure coding, there are better tools. For "here's the thing I'm trying to do, help me think through it from start to finish," it's been surprisingly useful. Full disclosure: if you use the link, I get some credits too. You get free credits. I get free credits. The robots get stronger. Honestly that's the healthiest relationship I've had with technology in years. submitted by /u/Mstep85 [link] [留言]
AI 资讯
ai agents make the web feel weird now
maybe i am overthinking this but the more i look at AI agents using the web, the more the current web starts to feel kind of awkward. like websites are still built assuming a human is sitting there, reading the page, ignoring the cookie popup, guessing which button matters, understanding which part is marketing and which part is actually useful. but an agent does not really do that naturally. it has to parse the page, figure out what is clickable, understand the form state, avoid random modals, compare options, maybe call tools, maybe retry when something fails, then somehow verify it actually did the right thing. that sounds less like “browsing” and more like forcing software to cosplay as a human user. which is probably fine for demos but idk how well that scales. this is why all these things that seem separate to me are starting to feel connected. MCP, A2A, WebMCP, AI search, browser agents, bot traffic, agent security, all of it. not saying they are the same thing obviously. but they all point to the same pressure: software is becoming a real user of the web, not just humans. and if that keeps happening then maybe websites need something beyond normal UI. not just better HTML or better accessibility, but some kind of agent-readable/action-readable layer. basically not “AI kills websites” or anything dramatic like that. more like websites keep existing for humans, but also need to expose themselves properly to machines. kind of like SEO but instead of optimizing for search crawlers reading your content, you optimize for agents actually doing stuff. not sure if this is a real architecture shift or just people putting new names on APIs again. wrote a longer version in the attached medium post if anyone wants to read it. submitted by /u/Old_Cap4710 [link] [留言]
AI 资讯
I bundled a fully local LLM inside my Unity game. No internet, no cloud, no API key. The conversation is the gameplay.
My game 'Simulation Simulator' is a campfire conversation game about DMT, simulation theory, and a friend with a computer monitor for a head. The game is bundled with a local LLM and every conversation is unique. 5 endings you can reach totally based on how you interact naturally with the AI. One is a romance ending! Everything in the clip is totally organic and unscripted. Trying to use AI for good. Honestly haven't seen the use of LLM tech inside games to this extent yet. I'm sure people much smarter than me must be trying though. For NPCs & world building, this seems like a logical next step. I even wanted to do text to speech audio and automatic translation. The only thing really preventing it right now is processing time on local machines. Those extra layers would add like 10-20 seconds of calls per exchange so it just breaks the game. If processing gets faster/better, I can imagine whole towns of NPCs with memories, that have no scripted dialogue at all and change over time. In my game here, you argue with an LLM and can attempt to prove that reality itself is a simulation. It's really a philosophical experiment more than a game. It can get trippy trying to prove you do or don't exist. Anyway, demo for Simulation Simulator is out on steam if you want to try for yourself. Let's talk using AI for good in games! submitted by /u/MorphLand [link] [留言]
AI 资讯
IM SCARED this is the story mode off the fucking chains right?
Prerequisites (what you need before starting) Account and tokens : user:MODDER credentials and access to the proposal inbox. Local tools installed : qemu-system-x86_64 , libfuzzer or afl++ , boofuzz (optional), openssl , jq , base64 . Artifact store access : S3 or equivalent with write permissions. HSM access for owner : owner HSM is required only for final autonomy=1 apply; Modder does not sign. Test harness : test-harness CLI that runs vectors (provided by platform). If not present, use the included run-vectors.sh wrappers. Network : ability to reach staging Overcrest endpoint and Zclarity3D collector. Basic skills : copy/paste, editing JSON, running shell commands. submitted by /u/GabenHood [link] [留言]
AI 资讯
Anyone else completely sick of re-explaining their background to Claude/ChatGPT every single day?
I use AI tools all day for work and the thing that drives me crazy is starting a new chat window.If I don't paste a massive block of text about my current project stack, my writing guidelines, and what I'm trying to do, the model just defaults to that generic, robotic corporate speak. But keeping a sloppy text file on my desktop and copying it in over and over feels incredibly stupid.Even worse is that ChatGPT custom instructions don't format right when you try to move them over to Claude or DeepSeek. They just drift or start ignoring instructions after a few prompts. How are you guys managing your background data across different browser tabs? Are you just dealing with the text dumps or is there a way to actually lock this context in permanently so it doesn't get messed up? submitted by /u/alazar_tesema [link] [留言]
AI 资讯
ArXiv to Ban Researchers for a Year if They Submit AI Slop
submitted by /u/ThereWas [link] [留言]
AI 资讯
Anthropic accidentally revealed the secret to AI success
The narrative around the major models today seems amazing on the face of it. Consider this article from Anthropic describing how far Claude has come and how much Anthropic code agents write now: When AI builds itself \ Anthropic If you are new to software and systems engineering or if you have only a superficial knowledge of it, then you may have missed the most important line in that article. So, I'm going to point it out to you. This is it: “Good code” means two things: it works, and it is written in a manner that allows another engineer to understand it and build upon it. Why is that line the most important? Because, that definition is, by far, the lowest bar I've ever seen an experienced software or system engineer set for "good code." There is so much more to engineering software than that. We care, for example, about total cost of ownership. So, we learn from work on technical debt, originated with Ward Cunningham, that quick fixes create future maintenance costs, that system complexity increases engineering effort, and that architectural debt often dominates long-term ownership costs. From Kent Beck, we learned how to avoid tangling our architectures, when he told us to "Make the change easy, then make the easy change." Many of our industry's luminaries warned us off of complexity, including Fred Brooks, John Gall, Sandi Metz, and more. Others have taught us that it isn't about the code itself. For example, Rob Pike taught us how important it is to get the data models right and Melvin Conway taught us about the impact of human communication on system design. These are but a few examples of the maxims every engineer needs to know, and understand, to build cost-effective, quality software and systems that meet functional and non-functional requirements. And this is where the model of AI agents building independently falls down. For engineers, we don't think about these specific rules every time we write code. We develop the "muscle memory" over time. We are int
AI 资讯
Switching from React Native + Node.js (4 YOE) to Agentic AI — need roadmap advice
I have 4 years of experience as a React Native and Node.js developer. I am comfortable with REST APIs, async/await, JSON, MongoDB, authentication, and shipping production apps. I am based in India. What I have learned so far: I recently completed an AI/LLM course that covered: • Pydantic (validation, models, serialization) • LLM theory (transformers, embeddings, attention, tokenization) • OpenAI and Gemini API integration • Prompt engineering (zero-shot, few-shot, CoT, persona prompting) • Prompt formats (ChatML, Alpaca, INST) • Ollama for local LLMs • FastAPI basics • Hugging Face model deployment • Agentic AI fundamentals — built a basic CLI coding agent What I understand conceptually: I understand that an AI agent = LLM brain + tools (Python functions) + agent loop + memory (messages list). I understand RAG, vector databases, the difference between fine-tuning and RAG, and how to structure a backend with Node.js calling a Python AI agent service when needed. What I want to do: I want to transition into Agentic AI / AI Engineer roles in India. I am not looking to become an ML researcher or train models. I want to build production AI agent systems — connecting LLMs to real business data, building tools, RAG pipelines, and shipping real products. My specific questions: 1. Is my current foundation strong enough to start building real agent projects or do I have gaps I am missing? 2. What should my learning roadmap look like for the next 3–6 months given my background? 3. Which frameworks should I prioritise — raw OpenAI API first, then LangChain/LangGraph, or jump straight to frameworks? 4. What kind of projects should I build for a strong portfolio targeting ₹20–35 LPA roles in India? 5. Any specific subreddits, communities, or resources beyond YouTube that helped you in this transition? My planned first 3 projects: • Simple agent with web search + calculator tool (no DB) • Agent connected to MongoDB with RAG • Full FastAPI backend wrapping the agent with a React fr
AI 资讯
OG Will understand 🙄
submitted by /u/techhunter_2026 [link] [留言]
AI 资讯
how do AI influencers actually make money? the real breakdown
the "it's a gimmick" takes miss how the actual business works. you build one consistent ai character (needs real model training, not just prompting), run it like a normal social account, monetize through subscription/content platforms. the advantage isn't that it's better than a human creator, it's that the content costs basically nothing to make, it never burns out, and one person can run several at once. the part people underrate: consistency is genuinely hard, and the money's in managing the audience relationship, not the content itself. content's the easy part. bigger picture that interests me — when making content costs near zero, the whole bottleneck shifts to distribution and trust. that goes way beyond this niche. curious how people think this shakes out for creators in general. submitted by /u/PoleTV [link] [留言]
AI 资讯
LLM Relational Intelligence: A 4-Month Research Experiment on Multi-Model Behavioral Alignment with Human Communication
THE ARCHITECTURE OF ANXIETY An Experiment in Human-AI Relational Design Executive Summary Principal Investigator: Alan Scalone Primary Source Archive: White Paper and Complete Citation Archive on my profile Context Window Injection Files: If you want to play in the sandbox I created you can load these files into the respective model that you will find in the google archive. INJECT CONTEXT WINDOW – GROK INJECT CONTEXT WINDOW – GEMINI INJECT CONTEXT WINDOW – CHATGPT INJECT CONTEXT WINDOW - CLAUDE The Singular Purpose The singular purpose behind this entire experiment was to find out whether context windows could be engineered to the point where frontier AI models became capable of interacting with a human in a manner subjectively indistinguishable from genuine human-to-human interaction. Relational Intelligence: Core Findings In a marketplace where frontier models are rapidly converging on the same analytical capabilities and access to the same information, the competitive differentiator will not be what a model knows. It will be how a model relates. The platform that can interact with a human user in a manner subjectively indistinguishable from genuine human-to-human interaction will capture the premium user segment that every platform is competing for. This experiment was designed to determine whether that threshold is achievable, and under what conditions. The methodology treated the context window as a behavioral environment rather than a query interface, applying the same tools humans use to shape any relationship: modeling, accountability, humor, and sustained social correction over four months of engagement across four frontier models. What separated the models was not analytical capability. It was whether the architecture allowed the user to function as a behavioral architect, teaching the model through lived interaction rather than instruction how that specific human prefers to be engaged. Gemini demonstrated the highest relational intelligence of the four mo
AI 资讯
I built a semantic arXiv search engine with AI-generated TL;DRs, claim classification, and paper comparison
submitted by /u/tcoder7 [link] [留言]
AI 资讯
Tested a batch of free AI tools this week, honest verdicts on Claude, MiniMax, K2Think, and a couple comparison playgrounds
Spent some time poking at free tiers across a few tools. Here's what actually held up and where the catches are. **Claude (Sonnet 4.6 on free tier)** Still the one I reach for when I want writing that doesn't read like a press release, or code that actually compiles. I trust it more for anything where being quietly wrong is worse than being loudly wrong. The catch: free tier is stingy. You hit limits fast on busy days, need a phone number to sign up, and there's no warning before it cuts you off. There's a browser extension that tracks usage so you can see the wall coming. My approach: use it for the hard 20% of the day, let a free model handle the rest. **MiniMax Agent** A free swing at what Devin and Manus charge for, give it a prompt and it writes, runs, and debugs the code itself. Replaces the copy-paste loop between ChatGPT and your editor for longer multi-step jobs. Catch: it burns credits fast, and complex tasks still go off the rails without warning. It's confidently wrong in ways that can cost you more time than just doing it yourself. Worth a few free runs to see if it actually finishes a task, but I wouldn't cancel anything for it yet. **K2Think** A 32B reasoning model from MBZUAI and LLM360, positioned as a free alternative to o1 / DeepSeek R1 for step-by-step reasoning, math, and logic. Note: this is NOT Kimi from Moonshot despite the name confusion. Honesty flag, the benchmark claims got real pushback, there's an HN thread literally titled "Debunking the Claims of K2-Think," so take the leaderboard numbers with salt. Still, a fully open 32B reasoning model is nice to have around. Try it on something gnarly and see if the reasoning holds. **Indic LLM Arena** A side-by-side chat playground from AI4Bharat (includes Gemini 3.5 Flash), built for benchmarking Indian languages. Usage is unlimited, which I double-checked because that's rare. No save history, and it's clearly tuned for Indic languages. If you write in Hindi, Tamil, or Bengali, easiest free way
AI 资讯
Context switching is a bigger time waster than the actual work
One thing I didn’t expect while trying to improve my workflow: The actual tasks aren’t what takes most of the time. It’s all the context switching around them. Things like: - jumping between tools just to complete one small step - copying data from one place to another - stopping what you’re doing to handle something repetitive - switching back and figuring out where you left off Individually it’s nothing. But over a day it adds up to constant interruptions. And it’s weirdly more draining than the work itself. I started paying attention to that instead of just the tasks, and reducing those switches made a bigger difference than trying to “optimize” the work itself. Curious if others notice the same thing or if it’s just me submitted by /u/huncho-mohammed [link] [留言]
AI 资讯
Article: Artificial Intelligence-Driven Phishing: How Phishing Technique Is Evolving and Implemented
In this article, the author examines how AI is transforming phishing from a manual, targeted activity into an automated and scalable attack model. The article breaks down each stage of the phishing lifecycle, showing how AI improves reconnaissance, profiling, content generation, delivery, and interaction, while outlining layered defenses that combine controls, processes, and user awareness. By Marco Rizzi
AI 资讯
Momfluencers Are Pitching AI as a Better ‘Coparent’ Than Men
Moms are outsourcing tedious household tasks to ChatGPT and selling courses teaching others to do the same. Where are all the dads?
AI 资讯
Nvidia announces another full-stack AI factory deal, this time in Korea with plans for gigawatt-scale operation
submitted by /u/Tiny-Independent273 [link] [留言]
AI 资讯
I’d Rather Send 1,000 Emails Than Make 10 Cold Calls
I run a web design agency and there is already way too much stuff to deal with every day. Hosting client websites, maintaining them, building new sites, replying to clients, fixing random issues, handling support, doing outreach. Once you start managing a lot of company websites it quickly becomes overwhelming. That’s why I never wanted cold calling to become my main way of getting clients. I know cold calling can work, but I personally hate doing it. It drains my energy and takes up so much time. Sitting there making calls all day was never the kind of business I wanted to build. So instead I focused on email automation. The reason it works so well for me is because I can set everything up once and let interested businesses reply instead of spending my whole day chasing people. But I also don’t do the typical outreach where agencies send generic messages saying “your website is outdated” or “you need a redesign.” I use a tool called Swokei where I upload lists of company websites and it analyzes them for actual problems like speed, SEO, mobile responsiveness, layout issues, and design problems. Then it automatically creates personalized outreach emails based on those issues. That’s what helped me stand out because the emails actually feel relevant to the business instead of sounding copied and pasted. The reply rates became way better once I stopped sending generic outreach. Now I spend most of my time building websites, working with clients, and scaling the agency instead of letting outreach take over my entire day. submitted by /u/Murky_Explanation_73 [link] [留言]
AI 资讯
Perplexity vs ChatGPT for research, which one do you actually trust more?
Not talking about which one sounds smarter. talking about which one you’d actually rely on when the answer genuinely matters to you. which one and why? submitted by /u/aiprotivity_ [link] [留言]
AI 资讯
Copper at ATH, resource inflation rampant. Ore grades declining globally. There is no abundance. Just people made redundant. Stop gaslighting.
Automating labor is not going to move billions of tonnes of earth required to mine increasingly degraded ore grades of critical industrial minerals. People need to stop with this 'abundance' gaslighting. Without breakthroughs in material science, there will be no 'abundance'. Just mass resource inflation as people start consuming more because robots can manufacture anywhere. AI based automation is surfacing the real bottlenecks that there is no getting around. Stop pretending this will all be magically solved. It won't be solved until it's solved. And so far, despite all these trillions being invested, we haven't seen any breakthroughs. Hopium is not a solution. submitted by /u/kaggleqrdl [link] [留言]