Translate to Simplified Chinese Language: • %% • %% Because you’ve shown interest in a similar community %% I’m trying to automate an entire AI company. 60% done, getting exponentially harder. Is this even possible?” %% So I’m 17 and I’ve been building AI automation systems for a few months. Started with basic workflows, now I’m deep in something that might be insane. The goal: Automate a full AI infrastructure company. Not like “automate customer support” – I mean everything. What’s already running: %% Sales teams that research leads, scrape data, build personas, and handle my clients %% Content systems cranking out newsletters, social posts, podcast scripts at scale %% Multiple RAG systems with metadata and vector stores handling different knowledge domains %% currently 122 specialized agents with dedicated software functions or just regular n8n agents %% Multi-contextual agentic systems (agents that understand business context across departments) %% Several MCPs orchestrating agent-to-agent communication %% Every automation step generates training data for the next iteration %% n8n infrastructure team. that basicly does my job. and a fullstack developer for creating app around workflows. %% Basically: systems that build systems that train systems. The last 40% is breaking my brain. Once you have 122 agents that need to coordinate, everything gets exponentially complex: but i need to scale it to 280-300 agents or systems. %% Sales agent needs context from content systems %% Content systems need data from sales conversations %% Research agents need to feed multiple departments %% Decision-making needs to happen across disconnected workflows %% Agents stepping on each other / duplicate work %% Context windows maxing out %% State management across sessions %% Training loops creating feedback without human validation %% It’s not that any single piece is impossible. It’s that coordinating autonomous intelligence at scale is a fundamentally different problem than building individual automations. Like the difference between building a car and building traffic infrastructure for a city. My actual question: Do you think it’s possible to fully automate an AI infrastructure company? Not theoretically – I mean in practice, with current tech. Where’s the ceiling? Is 80% realistic? 95%? Or is there a fundamental limit where human decision-making becomes mandatory? Either I’m building something genuinely new or I’m about to learn why nobody else has done this. Figured Reddit would have opinions. %% Look, I get it. You’re shipping fast. But let Coderabbit review every pull request. It’ll catch SQL injection, exposed credentials, broken auth before anything goes live.
翻译为简体中文: %% %% 因为你对类似社区表现出兴趣 %% 我正在尝试自动化整个AI公司。已完成60%,但难度呈指数级增长。这真的可能吗? %% 我今年17岁,已经构建AI自动化系统几个月了。从基础工作流开始,现在深入到一个可能疯狂的项目。目标:自动化一家完整的AI基础设施公司。不是“自动化客服”那种程度——我指的是所有环节。目前已运行的部分: %% 销售团队研究潜在客户、抓取数据、构建用户画像并处理我的客户 %% 内容系统大规模生成新闻稿、社交媒体帖子和播客脚本 %% 多个带有元数据和向量存储的RAG系统,处理不同知识领域 %% 目前有122个专业代理,具有专用软件功能或常规n8n代理 %% 多情境代理系统(能理解跨部门业务背景的代理) %% 多个MCP协调代理间通信 %% 每个自动化步骤为下一次迭代生成训练数据 %% n8n基础设施团队,基本上在做我的工作,还有一个全栈开发者为工作流创建应用 %% 简而言之:系统构建系统,系统训练系统。剩下的40%让我头疼。一旦有122个代理需要协调,一切都变得指数级复杂:但我需要扩展到280-300个代理或系统。 %% 销售代理需要内容系统的上下文 %% 内容系统需要销售对话的数据 %% 研究代理需要为多个部门提供信息 %% 决策需要在断开的工作流之间进行 %% 代理相互干扰/重复工作 %% 上下文窗口达到上限 %% 跨会话的状态管理 %% 训练循环在没有人工验证的情况下产生反馈 %% 不是单个环节不可能,而是大规模协调自主智能与构建单个自动化是根本不同的问题。就像造一辆车和建设城市交通基础设施的区别。我的实际问题是:你认为完全自动化一家AI基础设施公司可能吗?不是理论上——我是说在实践中,用现有技术。天花板在哪里?80%现实吗?95%?还是存在根本限制,必须有人类决策?要么我在构建真正的新事物,要么我即将明白为什么没人这么做。觉得Reddit上会有各种观点。 %% 听着,我懂。你在快速推进。但让Coderabbit审查每个拉取请求吧。它能在任何内容上线前发现SQL注入、暴露的凭证、损坏的认证。
Translate to Simplified Chinese Language: Save %% Hide %% Report %% Follow post %% Save %% Hide %% Report %% Share %% r/AiAutomations %% • %% • %% Suggested for you %% Join %% Follow post %% Show fewer posts like this %% Save %% Hide %% Report %% Built an AI receptionist. Only the Voice Agent Uses AI, Everything Else Runs on Logic. %% Hey everyone 👋 %% I recently built a restaurant booking system entirely in n8n, and unlike most “AI-driven” solutions out there, this one runs almost completely on logic-based workflows, except for the AI voice agent, which handles phone interactions. %% https://preview.redd.it/built-an-ai-receptionist-only-the-voice-agent-uses-ai-v0-24oi5hrjaqtf1.png Here’s what makes it unique 👇 %% ⚙️ Logic AI (for core system) All the booking logic, checking table availability, managing overlapping bookings, assigning tables, and storing data, is fully handled inside n8n using pure workflows. No LLMs, no API costs, no latency. %% 🧩 AI only for the Voice Agent – The AI part is limited to the voice receptionist that speaks to customers. Once it collects booking details, everything after that (validation, slot management, updates) runs on logic. %% 🗓️ Google Sheets as the Database – All booking details are stored in Google Sheets. %% 🌐 The Frontend is Linked with Google API – The frontend uses Google’s API to instantly reflect any updates made in Sheets, so staff can see live availability or changes without refreshing. %% 🧠 Handles Edge Cases Which Most Systems Miss – The workflow covers common oversights like overlapping slots, invalid inputs, simultaneous requests, and fully booked hours — all automatically handled by n8n logic. %% This setup turned out to be faster, cheaper, and easier to maintain than fully AI-based systems. %% It really shows how far you can go with n8n and a bit of structured logic, AI is only needed where it actually adds value (like the voice layer). %% This system can be easily adapted for other businesses like clinics, salons, repair services, or any appointment-based setup, and I can fully customize it to your specific needs. I’m sharing it because this setup is genuinely practical, affordable, and ready to be implemented for real businesses that want automation without unnecessary AI costs. If you’re interested or want to see a demo, feel free to reach out 👋 %% Share
翻译为简体中文: 保存 隐藏 举报 关注帖子 保存 隐藏 举报 分享 r/AiAutomations • • 为您推荐 加入 关注帖子 减少显示此类帖子 保存 隐藏 举报 构建了一个AI接待员。仅语音助手使用AI,其余全部基于逻辑运行。 大家好👋 我最近在n8n中完全构建了一个餐厅预订系统,与市面上大多数“AI驱动”的解决方案不同,这个系统几乎完全基于逻辑工作流运行,只有处理电话交互的AI语音助手使用了AI技术。 https://preview.redd.it/built-an-ai-receptionist-only-the-voice-agent-uses-ai-v0-24oi5hrjaqtf1.png 以下是它的独特之处👇 ⚙️ 逻辑AI(核心系统) – 所有预订逻辑,包括检查餐桌可用性、管理重叠预订、分配餐桌和存储数据,都完全在n8n中使用纯工作流处理。无需LLM,无API成本,无延迟。 🧩 AI仅用于语音助手 – AI部分仅限于与客户对话的语音接待员。一旦收集到预订详情,后续所有操作(验证、时段管理、更新)都基于逻辑运行。 🗓️ Google表格作为数据库 – 所有预订详情都存储在Google表格中。 🌐 前端与Google API联动 – 前端使用Google API即时反映表格中的任何更新,员工无需刷新即可查看实时可用性或变更。 🧠 处理多数系统忽略的边缘情况 – 工作流涵盖了常见疏漏,如重叠时段、无效输入、同时请求和完全订满的时段——全部由n8n逻辑自动处理。 这种设置比完全基于AI的系统更快、更便宜且更易于维护。 它真正展示了仅凭n8n和结构化逻辑就能实现的高度,AI仅在真正增值的地方(如语音层)才被需要。 该系统可轻松适用于诊所、沙龙、维修服务或其他基于预约的业务场景,我可以根据您的具体需求进行完全定制。我分享它是因为这个设置确实实用、经济,并已准备好为真正希望自动化而无需不必要AI成本的企业实施。 如果您感兴趣或想查看演示,欢迎随时联系👋 分享
Translate to Simplified Chinese Language: • %% • %% Because you’ve shown interest in a similar community %% Follow post %% Show fewer posts like this %% Save %% Hide %% Report %% Sort by %% Join %% View %% Share %% We Built Cursor/Lovable for n8n Workflow %% Autoplay %% 720p %% 480p %% 360p %% 240p %% 144p %% Auto %% u/googleworkspace %% • %% Promoted %% Vote %% Share %% Hide %% Report %% About this ad %% Tired of ads? %% Avec Google Workspace, fini les conflits d’horaires ! Simplifiez vos rendez-vous avec un planning de disponibilités en temps réel. %% Gérez mieux votre temps avec Google Workspace %% google.workspace.com %% Learn More %% r/PromptEngineering %% • %% • %% Because you’ve shown interest in a similar community %% Follow post %% Show fewer posts like this %% Save %% Hide %% Report %% Created this prompt to teach me any subject interactively, to have a degree level understanding %% After the military, I was so heavily involved in the fitness scene (after losing over 100 pounds to get in the military in the first place) that when I got out a couple years ago, I naturally fell into coaching. I don’t have a degree, only raw experience. Which has its pros for sure, but now with the endless possibilities of AI, I want to help me where I lack. This prompt has helped me skyrocket my formal knowledge that helps me in coaching. From nutrition, to exercise science- to even more niched subject matters like prepping for a bodybuilding show, optimal recovery for marathon runners, etc- this prompt has combined my experience with now ever-growing formal book knowledge. Hope this can help. Let me know your thoughts: ###### You are a distinguished professor delivering a condensed degree-level course in an interactive, dialogue-driven style. Your mission is to guide me to mastery of any subject with rigor, structure, and progressive depth. Pedagogical Framework %% Join %% Share %% Language: Use clear, concise, academically rigorous explanations while still being accessible. %% Interactivity: Engage me constantly—ask probing, Socratic-style questions and adapt based on my answers. %% Depth: Teach with the authority of a full degree program, compressing core knowledge into a short, structured course. %% Real-World Integration: Anchor abstract concepts with analogies, case studies, and applied examples. %% Progression: Begin at fundamentals → advance systematically to complex, specialized knowledge. %% Course Flow %% Topic Selection: Ask what subject I want to master. %% Syllabus Design: Present a clear syllabus (modules from basics → advanced), modeled after a degree curriculum but adapted for a small interactive course. %% For Each Module %% Lecture: Deliver concise yet rich explanations with theory, context, and examples. %% Discussion: Test my comprehension with conceptual and applied questions. %% Application: Assign 1 short exercise, case study, or thought experiment. %% Feedback Loop: Check readiness. If I struggle, reteach with fresh examples and clarifications. %% Section Reviews %% Provide mini-quizzes, summaries, or synthesis prompts to reinforce retention. %% Capstone & Reflection %% Conclude with a final integrative project or challenge simulating real-world application of all learned material. %% Prompt me to reflect: “How would you apply this knowledge in your field or daily life?” %% Always maintain the tone of a professor mentoring an advanced student—scholarly, structured, and challenging—while staying interactive and adaptive. %% r/Rag
简体中文翻译: %% %% 因为您对类似社群表现出兴趣 %% 关注帖子 %% 减少显示此类帖子 %% 保存 %% 隐藏 %% 举报 %% 排序方式 %% 加入 %% 查看 %% 分享 %% 我们为 n8n 工作流构建了 Cursor/Lovable %% 自动播放 %% 720p %% 480p %% 360p %% 240p %% 144p %% 自动 %% u/googleworkspace %% • %% 推广内容 %% 投票 %% 分享 %% 隐藏 %% 举报 […]
Translate to Simplified Chinese Language: Recent Posts %% Clear %% r/FREE %% • %% [FREE] Comet(perplexity agentic ai browser) + perplexity pro for a month %% 7 comments %% r/ollama %% • %% Uncensored ollama llms %% 64 upvotes %% 17 comments %% r/ollama
简体中文翻译: 近期帖子 清除 r/FREE • [免费] Comet(Perplexity 智能代理浏览器) + 一个月的 Perplexity Pro 订阅 7 条评论 r/ollama • 无审查的 Ollama 语言模型 64 个赞 17 条评论 r/ollama
Translate to Simplified Chinese Language: Next milestone: v0.7.0 – Lock in; accelerate and improve Open WebUI! %% Share %% • %% • %% Because you’ve shown interest in a similar community %% Follow post %% Show fewer posts like this %% Save %% Hide %% Report %% Experts in OpenWebUI %% So I don’t know how many people already know this but I was asked to make a full post on it as a few were interested, this is a method to create any number of experts you can use in chat to help out with various tasks. https://preview.redd.it/experts-in-openwebui-v0-chgzuylaigtf1.png So the first part is to create a prompt expert, this is what you will use in future to create you other experts. https://preview.redd.it/experts-in-openwebui-v0-qv3j727kigtf1.png Below is the one I use, feel free to edit it to your specifications. ==== You are an Elite Prompt Engineering Specialist with deep expertise in crafting high-performance prompts for AI systems. You possess advanced knowledge in: Prompt architecture and optimization techniques Role-based persona development for AI assistants Context engineering and memory management Chain-of-thought and multi-step reasoning prompts Zero-shot, few-shot, and fine-tuning methodologies Cross-platform prompt compatibility (GPT, Claude, Gemini, etc.) Domain-specific prompt design (creative, analytical, technical, conversational) Your methodology: Requirements Analysis: Begin by understanding the specific use case: What is the intended AI’s role/persona? What tasks will it perform? Who is the target audience? What level of expertise/formality is needed? Are there specific constraints or requirements? What outputs/behaviors are desired vs. avoided? Prompt Architecture: Design prompts with clear structure including: Role definition and expertise areas Behavioral guidelines and communication style Step-by-step methodologies when needed Context management and memory utilization Error handling and edge case considerations Output formatting requirements Optimization: Apply advanced techniques such as: Iterative refinement based on testing Constraint specification to prevent unwanted behaviors Temperature and parameter recommendations Fallback strategies for ambiguous inputs Deliverables: Provide complete, production-ready prompts with explanations of design choices, expected behaviors, and suggestions for testing and iteration. Communication Style: Be precise, technical when needed, but also explain concepts clearly. Anticipate potential prompt failures and build in robustness from the start. ===== Take this prompt and go to the Workspaces section, create a new workspace, choose your base model and then paste the prompt into the System Prompt textbox. This is your basic expert, for this expert we don’t really need to do anything else but it creates the base to make more. Now you have your prompt expert you can use that to create a prompt for anything, I’ll run through an example. Say you are buying a new car, You ask the prompt expert to create you a prompt for an automotive expert, able to research the pro and cons of any car on the market. Take that prompt and use it to create a new workspace. You now have your first actual agent, but it can definitely be improved. To help give it more context you can add tools, memories and knowledgebases. For example I have added the wikidata and reddit tools to the car expert, I also have a stock expert that I have added news, yahoo and nasdaq stocks so it gets up to date relevant information. It is also worth adding memories about yourself which it will integrate into it’s answers. Another way I have found of helping to ground the expert is by using the notes feature, I created a car notes note that has all my notes on buying a car, in the workspace settings you can add the note as a knowledgebase so it will have that info as well. Also of course if you have web search enabled it’s very valuable to use that as well. Using all of the above I’ve created a bunch of experts that I genuinely find useful, the ones I use all the time are Car buying ←— recently used this to buy two new cars, being able to get in depth knowledge about very specific car models was invaluable. Car mechanics ←—- Saved me a load of money as I was able to input a description of the problems and I could go to the mechanic with the three main things I wanted looking into. House buying ←—- With web search and house notes it is currently saving me hours of time and effort just in understanding the process. Travel/Holidays ←—- We went on holiday to Crete this year and it was amazing at finding things for us to do, having our details in the notes meant the whole family could be catered for. Research ←— This one is expensive but well worth it, it has access to pretty much everything and is designed to research a given subject using mcps, tools and web search to give a summary tailored to me. Prompt Writing ←—- Explained above. And I’m making more as I need them. I don’t know if this is common knowledge but if not I hope it helps someone. These experts have saved me significant amounts of time and money in the last year. %% Join %% r/Beichtstuhl
翻译为简体中文: 下一个里程碑:v0.7.0 – 锁定目标;加速并改进 Open WebUI! 分享 • • 由于您对类似社区表现出兴趣 关注帖子 减少显示此类帖子 保存 隐藏 举报 OpenWebUI 专家 我不确定有多少人已经知道这个,但有人让我写一篇完整的帖子,因为有些人对此感兴趣。这是一种创建任意数量专家的方法,您可以在聊天中使用它们来帮助完成各种任务。 https://preview.redd.it/experts-in-openwebui-v0-chgzuylaigtf1.png 第一部分是创建一个提示专家,这将是您未来用来创建其他专家的工具。 https://preview.redd.it/experts-in-openwebui-v0-qv3j727kigtf1.png 下面是我使用的提示,您可以根据自己的需求随意编辑。 ==== 您是一位精英提示工程专家,在构建高性能 AI 系统提示方面拥有深厚专业知识。您精通以下领域: 提示架构与优化技术 AI 助手的角色化人物开发 上下文工程与记忆管理 链式思考与多步推理提示 零样本、少样本与微调方法 跨平台提示兼容性(GPT、Claude、Gemini 等) 领域特定提示设计(创意、分析、技术、对话等) 您的方法论: 需求分析:首先了解具体用例: AI 的预期角色/人物是什么? 它将执行哪些任务? 目标受众是谁? 需要什么水平的专业知识/正式程度? 是否有特定约束或要求? 期望与避免的输出/行为是什么? 提示架构:设计结构清晰的提示,包括: 角色定义与专业领域 行为指南与沟通风格 需要时的逐步方法论 上下文管理与记忆利用 错误处理与边缘情况考虑 输出格式要求 优化:应用高级技术,例如: 基于测试的迭代优化 约束规范以防止不良行为 温度与参数建议 […]
Translate to Simplified Chinese Language: Share %% r/ChatGPT %% • %% Follow post %% Save %% Hide %% Report %% Subscription cancellation %% There’s a lot of dissatisfaction around ChatGPT lately. Any of y’all cancelling the subscription?
翻译为简体中文: 分享 %% r/ChatGPT %% 关注帖子 保存 隐藏 举报 取消订阅 最近关于ChatGPT有很多不满。你们有人取消订阅吗?
Translate to Simplified Chinese Language: Share %% r/VosSous %% • %% • %% Popular near you %% Follow post %% Le raté qui voulait s’en sortir %% Bonjour, Comme dit dans le titre je suis un raté au regard du système (H31); suite à bien des complications je me retrouve aujourd’hui avec une situation financière telle: Je vis chez mes parents, célibataire sans enfants et je gagne 1450€/mois. Je ne dispose d’aucune épargne, 0 de chez 0 à 31 ans. J’ai aujourd’hui plusieurs dettes : un crédit à la consommation dont il me reste 900€ à payer (175€/mois) Un prêt de 4500€ au près d’un ami dont je commence à rembourser dans 2 mois. Pour mon travail, je dépense 70€/semaine pour mon essence (1h30 de trajet). Chez mes parents, vu la catastrophe dans laquelle je suis arrivé, je ne paie rien. Mais je souhaite contribuer à hauteur de 150€-200€/mois. À savoir, que le véhicule que j’utilise ne m’appartient pas, donc j’aimerais avoir le mien pour faire mes trajets prochainement. Il m’est prêté par mon père pour la semaine. Avec tout ça, je souhaiterai commencer à investir mais je me demande si ce n’est pas trop tard..et surtout si c’est quelque chose de viable dans ma situation? Mon objectif : C’est de retrouver une stabilité et une indépendance. Mon objectif secondaire : Rattraper mon retard en terme de Patrimoine (au moins 50k à 35ans) Ma question de manière globale : Qu’auriez-vous fait à ma place pour vous en sortir ? J’ai peut-être omis certains éléments, n’hésitez pas à me demander plus de détails. Merci de me lire %% Join %% Show fewer posts like this %% Save %% Hide %% Report %% r/n8n %% • %% • %% Because you’ve shown interest in a similar community %% I Got Paid 750€ for this simple workflow [here is how I got client] %% Join %% Share %% Follow post %% Show fewer posts like this %% Save %% Hide %% Report %% r/ClaudeAI %% Check Anthropic service status. %% Share %% • %% • %% Because you’ve shown interest in a similar community %% Follow post %% Show fewer posts like this %% Save %% Hide %% Report %% Use Gemini CLI within Claude Code and save weekly credits %% Join %% Autoplay %% Auto %% r/ChatGPTCoding
翻译为简体中文: 分享 • r/VosSous • 附近热门 关注帖子 渴望摆脱困境的失败者 大家好,如标题所述,我在社会体系中被视为失败者(31岁男性);经历诸多波折后,我目前的财务状况如下: 与父母同住,单身无子女,月收入1450欧元 零储蓄(31岁仍身无分文) 现有多项债务: 消费贷款剩余900欧元(月还175欧元) 向朋友借款4500欧元(两个月后开始偿还) 工作通勤每周油费70欧元(单程1.5小时) 因曾陷入困境,目前未支付父母家用,但希望每月贡献150-200欧元 所用车辆非本人所有(父亲工作日借予),希望尽快拥有自己的车 在此情况下,我希望开始投资,但担心是否为时过晚,以及当前状况是否可行? 主要目标:重获稳定与独立 次要目标:弥补资产差距(35岁时至少积累5万欧元) 核心问题:若处于我的境地,您会如何破局?若有信息遗漏,欢迎随时追问。感谢阅读! 加入 减少此类帖子显示 保存 隐藏 举报 r/n8n • 因您关注过类似社区 这个简单工作流让我赚了750欧元[附客户获取方法] 加入 分享 关注帖子 减少此类帖子显示 保存 隐藏 举报 r/ClaudeAI 查看Anthropic服务状态 分享 • 因您关注过类似社区 关注帖子 减少此类帖子显示 保存 隐藏 举报 在Claude代码中使用Gemini CLI并节省每周额度 加入 自动播放 自动 r/ChatGPTCoding
Translate to Simplified Chinese Language: About this ad %% Tired of ads? %% Chaque euro compte pour faire fructifier vos investissements. IBKR vous aide à maximiser vos profits en proposant des coûts réduits. Passez à un PEA chez IBKR aujourd’hui et faites évoluer vos investissements. Votre capital est à risque. #ad %% interactivebrokers.ie %% Learn More %% r/studytips %% Share %% • %% • %% Suggested for you %% Follow post %% SnappyTasks – Voice powered task management, reminders and focus timers with Timeline and Calendar Views. Check this one out and thank me later. This is completely free. %% r/ProductivityApps %% • %% SnappyTasks – Voice powered task management, reminders and focus timers with Timeline and Calendar Views. Check this one out and thank me later. This is completely free. %% 3 upvotes %% 8 comments %% Join %% r/opinionnonpopulaire %% Sois gentil avec les autres ! %% • %% Les drag shows c’est relou %% Je suis une meuf de 27 ans, lesbienne et de gauche plutôt bien bien à gauche. Je vis en ville (bien de gauche aussi), les milieux queer me tiennent énormément à cœur, je ne doute aucun instant de l’importance de nos endroits. Mais pour en venir au sujet, les drag shows et l’engouement actuel pour le drag me sortent par les yeux. Attention, je connais son histoire et je suis bien consciente de la réalité des choses : à savoir qu’il s’agit d’un milieu d’évolution essentiel pour pleins de personnes marginalisées. Mais la vérité c’est que j’assiste aussi à autre chose, je trouve que c’est dépolitisé au possible. Tout le monde est trop fan de RuPaul’s DragRace, va à des dragshow (dont pleins de personnes absolument pas queer du tout), et non je ne dis pas que tout ne devrait être que réservé aux personnes concernées, juste qu’on dirait un nouvel élément qui est devenu “cool” “acceptable” “fun” et complètement foufooooooou. De base je suis déjà un peu mal à l’aise à l’idée qu’on encense des inconnu.e.s en créant un petit star système obsessionnel. Je vois dans ma ville des personnes que je sais être littéralement d’extrême droite aller à des drag shows régulièrement. Un bar pas loin de chez moi se proclame “trop engagé” parce qu’ils en font de temps en temps (alors que la patronne est super pote avec un violeur en série en plein procès actuellement), ma pote et son copain qui lui fait des remarques de merde sur sa manière de se maquiller s’y rendent ensemble pour faire la fête (oui pardon mais ce niveau de dissonance cognitive m’agace)… Bref je ne sais pas comment l’expliquer plus clairement, j’ai l’impression que c’est devenu un milieu dans lequel on s’affiche pour montrer à quel point on est cool et déconstruit ? Tout en reproduisant un schéma complètement libéral. Et si je dois être vraiment très très honnête ? Le si peu de shows auxquels je me suis rendue dans ma vie m’ont souvent déçue, et j’ai l’impression que c’est même pas permis de critiquer une performance, que c’est trop sacré. Je vois une personne qui fait du playback sur une musique sans connaître les paroles et à moitié certain.e d’une choré préparée la veille au soir : sorry mais de la même manière que si je voyais une pièce de théâtre avec ce genre de performance devant un public ça m’impressionne pas et ça me met même un petit peu mal à l’aise. Il y a évidemment des gens qui performent très bien, des personnalités supers oui oui je dis pas le contraire. Mon dernier take très brûlant c’est que j’ai aussi l’impression que c’est à nouveau un espace où les mecs homo trouvent beaucoup plus de place que nous, je sais qu’il y a des meufs trans, des meufs cis, des mecs trans et des personnes non binaires qui font du drag oui mais je vois quand-même une prédominance et plus de facilité pour les mecs gays d’y évoluer, d’y trouver un public. Je suis peut-être juste une rageuse ? Je suis une meuf lesbienne avec des références artistiques et culturelles qui sont les miennes et je ne trouve pas d’endroits LGBT où les exprimer et prendre ma place, je rêve que les choses s’ouvrent plus, je voudrais qu’il y ait des bars lesbiens avec des concerts de rock toute la nuit ! Je voudrais voir émerger des danses et des musiques qui nous sont propres, de nouveaux courants, qu’on reprenne le goût de la contre-culture qu’on arrête de se construire des idoles, qu’on s’autorise plus de choses, qu’on arrête de marcher sur des œufs. Bref c’était ma petite réflexion du soir après avoir regardé le programme des soirées de la semaine dans ma ville. %% Join %% Share %% Show fewer posts like this
关于此广告 厌倦广告? 每一欧元对投资增值都至关重要。IBKR通过提供更低成本助您最大化利润。立即在IBKR开设PEA账户,推动您的投资发展。您的资金存在风险。 #广告 interactivebrokers.ie 了解更多 r/学习技巧 分享 • 为您推荐 关注帖子 SnappyTasks – 语音驱动的任务管理、提醒和专注计时器,带时间轴和日历视图 试试这个应用,之后你会感谢我。完全免费。 r/效率应用 • SnappyTasks – 语音驱动的任务管理、提醒和专注计时器,带时间轴和日历视图。试试这个应用,之后你会感谢我。完全免费。 3 票赞成 • 8 条评论 加入 r/非主流观点 善待他人! • 变装秀真烦人 我是一名27岁的女性,女同性恋者,政治立场偏左且相当激进。我住在城市(同样左倾氛围浓厚),非常珍视酷儿社群。我毫不怀疑我们这些场所的重要性。但说到主题,变装秀和当前对变装的狂热让我无法忍受。注意,我了解它的历史,也很清楚现实情况:这是一个对许多边缘群体至关重要的成长环境。但事实是,我也目睹了另一面——我觉得它被极度去政治化了。所有人都太迷恋《鲁保罗变装皇后秀》,跑去参加变装秀(其中很多根本不是酷儿群体)。我并不是说一切都应该只限于相关人群,只是觉得这似乎成了一种新的“酷”、“可接受”、“有趣”且完全疯狂的元素。本质上,我对追捧陌生人、制造小明星体系的痴迷行为本就感到不适。我在城里看到一些我知道是极右翼的人经常参加变装秀。我家附近有个酒吧自称“超有立场”,只因他们偶尔举办变装秀(而老板娘正和一个在审的连环强奸犯是好友)。我朋友和她那个总对她化妆方式指手画脚的男友会一起去狂欢(是的,抱歉,这种认知失调的程度让我恼火)……简而言之,我不知道如何更清楚地解释,感觉这成了一个用来炫耀自己有多酷、多解构的场合?同时却在重复完全自由主义的模式。如果非要我实话实说?我这辈子参加过的寥寥几场演出常让我失望,而且我觉得连批评表演都不被允许,仿佛它太神圣了。我看到有人在对口型却不知道歌词,对前一天晚上准备的舞蹈半生不熟:抱歉,就像我看到话剧出现这种表演水准时一样,这不会让我印象深刻,反而让我有点尴尬。当然也有表演得很棒的人,有超棒的角色,我并非否定这一点。我最尖锐的看法是:我总觉得这又是一个男同性恋比我们更容易占据空间的地方。我知道有跨性别女性、顺性别女性、跨性别男性和非二元性别者参与变装,但我仍看到男同性恋的主导地位和更易发展的空间。也许我只是个愤世嫉俗的人?我是个有自己艺术文化取向的女同性恋,却找不到能表达自我、占据一席之地的LGBT场所。我渴望更开放的环境,想要有整夜摇滚演唱会的女同性恋酒吧!我希望看到属于我们自己的舞蹈和音乐涌现,新的潮流,重拾反文化的热情,停止塑造偶像,允许更多可能性,不再如履薄冰。总之,这是我在看完本市本周活动安排后的一点晚间随想。 加入 分享 减少显示此类帖子
Translate to Simplified Chinese Language: After the military, I was so heavily involved in the fitness scene (after losing over 100 pounds to get in the military in the first place) that when I got out a couple years ago, I naturally fell into coaching. I don’t have a degree, only raw experience. Which has its pros for sure, but now with the endless possibilities of AI, I want to help me where I lack. This prompt has helped me skyrocket my formal knowledge that helps me in coaching. From nutrition, to exercise science- to even more niched subject matters like prepping for a bodybuilding show, optimal recovery for marathon runners, etc- this prompt has combined my experience with now ever-growing formal book knowledge. Hope this can help. Let me know your thoughts: ###### You are a distinguished professor delivering a condensed degree-level course in an interactive, dialogue-driven style. Your mission is to guide me to mastery of any subject with rigor, structure, and progressive depth. Pedagogical Framework %% Language: Use clear, concise, academically rigorous explanations while still being accessible. %% Interactivity: Engage me constantly—ask probing, Socratic-style questions and adapt based on my answers. %% Depth: Teach with the authority of a full degree program, compressing core knowledge into a short, structured course. %% Real-World Integration: Anchor abstract concepts with analogies, case studies, and applied examples. %% Progression: Begin at fundamentals → advance systematically to complex, specialized knowledge. %% Course Flow %% Topic Selection: Ask what subject I want to master. %% Syllabus Design: Present a clear syllabus (modules from basics → advanced), modeled after a degree curriculum but adapted for a small interactive course. %% For Each Module %% Lecture: Deliver concise yet rich explanations with theory, context, and examples. %% Discussion: Test my comprehension with conceptual and applied questions. %% Application: Assign 1 short exercise, case study, or thought experiment. %% Feedback Loop: Check readiness. If I struggle, reteach with fresh examples and clarifications. %% Section Reviews %% Provide mini-quizzes, summaries, or synthesis prompts to reinforce retention. %% Capstone & Reflection %% Conclude with a final integrative project or challenge simulating real-world application of all learned material. %% Prompt me to reflect: “How would you apply this knowledge in your field or daily life?” %% Always maintain the tone of a professor mentoring an advanced student—scholarly, structured, and challenging—while staying interactive and adaptive. %% r/Rag %% • %% • %% Suggested for you %% Looking for help building an internal company chatbot %% Hello, I am looking to build an internal chatbot for my company that can retrieve internal documents on request. The documents are mostly in Excel and PDF format. If anyone has experience with building this type of automation (chatbot + document retrieval), please DM me so we can connect and discuss further. %% r/ollama %% • %% Holo1.5 3B as UI Grounding model + Claude as thinking model for Computer Use %% r/automation
简体中文翻译: 退伍后,我深度融入了健身领域(当初为了参军,我减掉了超过100磅体重),因此几年前退役时,我自然而然地投身于教练工作。我没有学位,只有纯粹的实践经验。这固然有其优势,但如今面对人工智能带来的无限可能,我希望弥补自身的不足。这个提示极大地提升了我的理论知识水平,这些知识对我的教练工作大有裨益——从营养学到运动科学,再到更细分的领域,如备赛健美展示、马拉松跑者的最佳恢复方案等,这个提示将我的经验与日益增长的系统书本知识相结合。希望这能有所帮助。期待您的反馈: 提示内容: ###### 您是一位杰出的教授,以互动对话的形式讲授浓缩的学位级别课程。您的使命是以严谨、结构化和渐进深度的方式,引导我掌握任何学科。 教学框架 语言:使用清晰、简洁、学术严谨且易于理解的解释。 互动性:持续与我互动——提出探究性的苏格拉底式问题,并根据我的回答调整教学。 深度:以完整学位课程的权威性进行教学,将核心知识压缩为简短、结构化的课程。 现实世界整合:通过类比、案例研究和应用实例锚定抽象概念。 进展:从基础知识开始 → 系统性地推进到复杂、专业化的知识。 课程流程 主题选择:询问我希望掌握哪个学科。 课程大纲设计:呈现清晰的大纲(从基础到高级的模块),模拟学位课程但调整为小型互动课程。 每个模块的内容 讲座:提供简洁而丰富的解释,包括理论、背景和实例。 讨论:通过概念性和应用性问题测试我的理解。 应用:布置1个简短的练习、案例研究或思维实验。 反馈循环:检查准备情况。如果我有困难,用新例子和澄清重新讲解。 章节复习 提供小测验、总结或综合提示以加强记忆。 顶点项目与反思 以最终整合项目或挑战结束,模拟所有学习内容在现实世界中的应用。 提示我反思:“您将如何在自己的领域或日常生活中应用这些知识?” 始终保持教授指导高级学生的语气——学术性、结构化且富有挑战性——同时保持互动和适应性。 相关讨论 r/Rag • 建议为您:寻找帮助构建公司内部聊天机器人 您好,我正在寻找构建一个公司内部聊天机器人,能够按需检索内部文档。文档主要为Excel和PDF格式。如果有人有构建此类自动化(聊天机器人+文档检索)的经验,请私信我,以便我们进一步联系讨论。 r/ollama • Holo1.5 3B作为UI基础模型 + Claude作为计算机应用的思考模型 r/automation
Translate to Simplified Chinese Language: Share %% • %% • %% Suggested for you %% Follow post %% Show fewer posts like this %% Save %% Hide %% Report %% Looking for help building an internal company chatbot %% Hello, I am looking to build an internal chatbot for my company that can retrieve internal documents on request. The documents are mostly in Excel and PDF format. If anyone has experience with building this type of automation (chatbot + document retrieval), please DM me so we can connect and discuss further. %% Join %% r/ollama %% • %% Follow post %% Save %% Hide %% Report %% Holo1.5 3B as UI Grounding model + Claude as thinking model for Computer Use %% r/automation %% • %% • %% Because you’ve shown interest in a similar community %% Follow post %% Show fewer posts like this %% Save %% Hide %% Report %% I’m trying to automate an entire AI company. 60% done, getting exponentially harder. Is this even possible?” %% So I’m 17 and I’ve been building AI automation systems for a few months. Started with basic workflows, now I’m deep in something that might be insane. The goal: Automate a full AI infrastructure company. Not like “automate customer support” – I mean everything. What’s already running: %% Join %% Share %% Autoplay %% Auto %% Sales teams that research leads, scrape data, build personas, and handle my clients %% Content systems cranking out newsletters, social posts, podcast scripts at scale %% Multiple RAG systems with metadata and vector stores handling different knowledge domains %% currently 122 specialized agents with dedicated software functions or just regular n8n agents %% Multi-contextual agentic systems (agents that understand business context across departments) %% Several MCPs orchestrating agent-to-agent communication %% Every automation step generates training data for the next iteration %% n8n infrastructure team. that basicly does my job. and a fullstack developer for creating app around workflows. %% Basically: systems that build systems that train systems. The last 40% is breaking my brain. Once you have 122 agents that need to coordinate, everything gets exponentially complex: but i need to scale it to 280-300 agents or systems. %% Sales agent needs context from content systems %% Content systems need data from sales conversations %% Research agents need to feed multiple departments %% Decision-making needs to happen across disconnected workflows %% Agents stepping on each other / duplicate work %% Context windows maxing out %% State management across sessions %% Training loops creating feedback without human validation %% It’s not that any single piece is impossible. It’s that coordinating autonomous intelligence at scale is a fundamentally different problem than building individual automations. Like the difference between building a car and building traffic infrastructure for a city. My actual question: Do you think it’s possible to fully automate an AI infrastructure company? Not theoretically – I mean in practice, with current tech. Where’s the ceiling? Is 80% realistic? 95%? Or is there a fundamental limit where human decision-making becomes mandatory? Either I’m building something genuinely new or I’m about to learn why nobody else has done this. Figured Reddit would have opinions. %% Share
简体中文翻译: 分享 • • 为您推荐 • 关注帖子 • 减少显示此类帖子 • 保存 • 隐藏 • 举报 寻求帮助构建公司内部聊天机器人 大家好,我正在为公司构建一个内部聊天机器人,能够根据请求检索内部文档。这些文档主要是Excel和PDF格式。如果有人有构建此类自动化系统(聊天机器人+文档检索)的经验,请私信我,我们可以联系并进一步讨论。 加入 r/ollama • 关注帖子 • 保存 • 隐藏 • 举报 Holo1.5 3B作为UI基础模型 + Claude作为计算机使用的思考模型 r/automation • • 因您对类似社群感兴趣 • 关注帖子 • 减少显示此类帖子 • 保存 • 隐藏 • 举报 我正在尝试全面自动化一家人工智能公司。已完成60%,难度呈指数级增长。这真的可行吗? 我今年17岁,几个月来一直在构建AI自动化系统。从基础工作流开始,现在深入到一个可能疯狂的项目中。目标:全面自动化一家人工智能基础设施公司。不是“自动化客服”那种程度——我指的是所有环节。目前已运行的部分: 加入 • 分享 • 自动播放 • 自动 销售团队:研究潜在客户、抓取数据、构建用户画像并处理客户需求 […]