刷b站视频看到有人说rag不好实现还效果差,最近在学习智能体相关的知识,好奇还有别的方式吗 3 个帖子 - 2 位参与者 阅读完整话题
I made this tool that allows server admins to decrypt passwords during bootup with the help of Matrix and HTTP. Comments URL: https://news.ycombinator.com/item?id=47809368 Points: 2 # Comments: 0
今天,跳票四年的卡普空新作 识质存在 (Pragmata)发售了。 作为名称包含 linux 的论坛, 是时候讨论点 linux 有关的话题了,比如 如何在 Linux 发行版上使用 Steam 玩 Pragmata 哇? 本人设备 Y9000P (14700H + 4070 + Ubuntu 24.04),之前只玩过 ZZZ 还经常卡死,对这一块了解不多 当我纯小白也不错 有没有佬友指路学习 附上一份女儿美照 1 个帖子 - 1 位参与者 阅读完整话题
本帖使用社区开源推广,符合推广要求。我申明并遵循社区要求的以下内容: 我的帖子已经打上 开源推广 标签: 是 我的开源项目完整开源,无未开源部分: 是 我的开源项目已链接认可 LINUX DO 社区: 是 我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是 以上选择我承诺是永久有效的,接受社区和佬友监督: 是 以下为项目介绍正文内容,AI生成、润色内容已使用截图方式发出 项目地址: GitHub - Teeeeen/legal_rag: 面向中国法律领域的轻量化本地 RAG 系统,基于 LangChain、Qwen3、BGE-M3 与 ChromaDB,支持可插拔检索、重排与生成策略 · GitHub 目前rag比较火,就动手尝试了一下,用langchain搭整体非常简单,就像搭积木。成熟开源数据集不太好找,这个项目就拿比较广泛的法律垂域作为业务场景。可以移植到其他场景,不过要调整一些地方,如切分和知识图谱 说是轻量化RAG,但目前感觉本地模型的推理速度还是有优化空间 有这方面兴趣的佬友可以看看,点点 star就更好了,也欢迎佬友给出建议。 谢谢各位佬友!! 1 个帖子 - 1 位参与者 阅读完整话题
IT之家 4 月 17 日消息,《识质存在》(PRAGMATA)是由卡普空开发的一款带有独特黑客感觉的全新科幻动作冒险游戏,已于今日 13 点正式解锁,登陆 PlayStation 5、Xbox Series X/S、Nintendo Switch 2、以及 PC 平台,支持简体中文。 值得一提的是,日本和亚洲地区的 Nintendo Switch 2 版发售日为 2026 年 4 月 24 日。 《识质存在》 Steam 国区标准版价格 268 元,豪华版价格 328 元。豪华版除了游戏本体外,还包括“防护站综合包”,包含休服装「搬运工」、休服装「月猫」、戴安娜服装「机械师」、戴安娜服装「毛绒绒」、武器皮肤「握柄枪 DS」、防护站 BGM「Memories Are You (Lo-fi Ver.)」、防护站 BGM「 Dawn (EDM Ver.)」、防护站 BGM「 Shelter (Jazz Ver.)」、戴安娜动作「瞌睡」、戴安娜动作「兴奋」、戴安娜动作「踏步」、以及资料库「原画」。 在本作中,玩家将跟随命运多舛的调查队队员“休”和机器人小女孩“戴安娜”,在被失控 AI 掌管的月球设施内寻找返回地球的方法。 休・威廉姆斯和戴安娜正努力寻找返回地球的方法,管理月球设施的 AI“IDUS”却挡在他们的去路。宣传片中亦可以看到戴安娜与姊妹机体“八号”的些许互动。 以近未来月球世界为舞台,讲述两位主角的冒险故事 ——《PRAGMATA》。 请尽情享受这款融合解谜和动作的独特游戏系统带来的全新感觉科幻动作冒险游戏吧。 IGN 给予这款游戏 8 分,认为本作是一款“游戏感十足”的第三人称动作射击游戏,其核心的“破解射击”玩法创意十足、战斗爽快扎实。虽然剧情套路化、角色塑造平淡,但出色的战斗循环和丰富的终局内容让它成为一部值得推荐的大作。 游戏图赏: 相关阅读: 《 【IT之家评测室】〈识质存在〉游戏初体验:首发路径追踪,NVIDIA DLSS 4 多帧生成技术让性能一飞冲天 》 《 卡普空科幻动作冒险游戏〈识质存在〉获 IGN 8 分,4 月 17 日发售 》 《 出租车陷进地板等:卡普空〈识质存在〉游戏故意植入场景 Bug 以模拟 AI 痕迹 》 《 卡普空〈识质存在〉解锁时间提前至 4 月 17 日,不过日本、亚洲地区 Switch 2 版发售时间不变 》 《 苹果 M4 Max 秀肌肉:非原生运行卡普空 3A 游戏〈识质存在〉狂飙近 100 FPS 》
I’ve been working on this tool on and off for a while, and I recently got it back into a shape that feels ready to share. It’s an open-source cost attribution tool for Kafka systems that supports both identity-level and topic-level attribution. The original version focused only on identity-level attribution using Confluent Cloud API and metrics data. In v2, I expanded it to support topic-level attribution as well. The backend is Python/FastAPI, and the frontend is React. Compared to v1, which was fully in-memory and depended on Prometheus and Grafana for retention and visualization, v2 adds SQLite-backed persistence, an evolving REST API, and a plugin-based architecture for extending to other ecosystems. No signups, free to use, and fully open source. I’d appreciate feedback, especially from people who deal with Kafka platform ownership, multi-tenancy, or chargeback/showback problems. I’m actively working on it, and I’d be glad to hear about bugs, gaps, or features that would make it more useful. Comments URL: https://news.ycombinator.com/item?id=47796822 Points: 1 # Comments: 0
Article URL: https://github.com/Suleman-Elahi/p2 Comments URL: https://news.ycombinator.com/item?id=47791457 Points: 2 # Comments: 0
IT之家 4 月 16 日消息,LG UltraGear evo 39GX950B-B 是全球首款 39 英寸 5K2K OLED 显示器,这一型号本月初在海外市场正式发布,现在也已上架国内电商平台, 标价 13999 元 ,5 月 1 日 00:00 开售。 39GX950B-B 基于一块 1500R 曲率的第四代 Tandem OLED 面板,峰值亮度可达 1500nits,通过 VESA DisplayHDR True Black 500 认证。其 支持 5120×2160 165Hz 与 2560×1080 330Hz 双模切换 ,色域覆盖 99.5% DCI-P3。 39GX950B-B 搭载“免 GPU”端侧 AI 超分辨率解决方案,可在内容到达面板之前进行实时分析和增强。其还支持 AI 场景优化和 AI 音频这两项人工智能技术。 I/O 方面,该产品配备了 HDMI 2.1、DisplayPort 2.1、全功能 USB-C 10Gbps、USB 10Gbps 下行等接口。此外其内置 2 个 7W 扬声器。 天猫 LG 39GX950B 显示器 5 月 1 日 00:00 发售 13999 元 前往商品
Article URL: https://storage.mixpeek.com Comments URL: https://news.ycombinator.com/item?id=47787635 Points: 5 # Comments: 0
Upload markdown docs, get a support chatbot that answers with citations. The entire backend is one JS file — storage, search, and conversation history are handled by the runtime. Stack: Next.js + OnCell + OpenRouter. Demo: https://youtu.be/rWIU43pOH5Y Comments URL: https://news.ycombinator.com/item?id=47784234 Points: 9 # Comments: 0
最近也在搞ai应用方面的东西,也在找ai应用开发岗位工作,但是我发现ai应用方面是不是有些过火了,搞得都是agent、rag、智能体方面的东西,其实感觉本质还是调用大模型进行内部知识库的回答及操作内部的接口,底层限制还是在大模型,如果大模型服务变化都会受到影响。市场方面也是被大厂垄断,小企业比较难有起色的感觉,比如做智能体这些进行推广比较难吧。现在找工作我感觉到一头扎进ai应用方面好像不行更多还是要的是自己之前的业务经验+编码基础,ai应用只能说是其中一个技能吧。再加上从l站能学到很多ai相关的知识,我感觉不仅限于市面上的提示词、rag、mcp、skills、记忆这些。我反而感觉coding方面要比ai应用要多一点,因为coding方面你用的好的话确确实实能提高效率、节省你自己的时间。不知道佬们怎么看? 7 个帖子 - 4 位参与者 阅读完整话题
Article URL: https://aiagentsbuzz.com/tools/rag-chunking-playground/ Comments URL: https://news.ycombinator.com/item?id=47778880 Points: 1 # Comments: 0
Article URL: https://synqra.tech/omega-walls Comments URL: https://news.ycombinator.com/item?id=47765292 Points: 1 # Comments: 0
IT之家 4 月 14 日消息,卡普空旗下科幻动作冒险游戏《识质存在(PRAGMATA)》将于 4 月 17 日发售,目前游戏全球媒体评测已解禁,本作在 Metacritic 上 PS5 版均分 86(暂由 91 家媒体给出)、PC 版 88 分(暂由 31 家媒体给出)、Xbox Series X 版 85 分(暂由 9 家媒体给出)、Switch 2 版 89 分(暂由 16 家媒体给出)。 IGN 给予本作 8 分评价,认为本作是一款“游戏感十足”的第三人称动作射击游戏,其核心的“破解射击”玩法创意十足、战斗爽快扎实。虽然剧情套路化、角色塑造平淡,但出色的战斗循环和丰富的终局内容让它成为一部值得推荐的大作。 《识质存在》是一款典型的第三人称动作射击游戏,本作拥有爽快的射击手感、富有创意的实时黑客玩法,以及颇具挑战性的战斗,整体表现相当扎实。不过相比之下,剧情叙事就显得没那么出彩,即便游戏试图强调主角与少女之间的“父女式”情感纽带,也略显平淡。 游戏开场节奏干脆利落,很快就把玩家带入状态。其整体关卡设计偏线性,但结构清晰,设计人员利用狭窄通道连接开放战斗区域,辅以隐藏路线、资源收集和碎片化叙事。这种“老派设计”虽然在后期略显重复,但整体节奏依然流畅。Boss 战尤为出彩。 游戏最大特色是“黑客系统”,当玩家举枪瞄准时,会进入实时解谜界面,需要在网格中快速规划路径完成入侵。成功后敌人弱点暴露,才能造成有效伤害。这一机制贯穿全程,而且设计得相当出色。随着进度推进,路径选择、节点效果(例如扩散黑客、提升伤害、敌人内斗等)以及更复杂的障碍设计,让玩法不断进化。玩家需要一边躲避攻击、一边解谜,双线操作的紧张感非常强烈。 同时,游戏的射击部分相当优秀。无论是霰弹枪还是蓄力步枪,命中弱点时的反馈都很扎实;榴弹发射器适合清场,定身网则提供战术缓冲。武器存在“过热”机制,需要频繁切换使用,这反而提升了战斗节奏。重武器弹药有限,迫使玩家在战斗中临时调整策略,也增加了临场应变的乐趣。此外,通过累积硬直还能触发处决攻击,带来强烈的爽感反馈。 至于剧情,《Pragmata》确实有不错的科幻设定基础,例如人造生态环境与失控 AI,但最终还是落入常见套路:失控 AI、学习人性的机器人少女、孤胆英雄拯救世界。更遗憾的是,一些关键背景信息被放在数据日志中,而非主线叙事,削弱了故事表现力。 从整体来看,《Pragmata》是一款“很像游戏的游戏”:它不追求复杂叙事,而是专注打磨玩法核心。扎实的射击手感结合创新的实时黑客系统,让战斗体验极具吸引力。虽然剧情潜力未完全发挥,但凭借优秀的玩法循环,它依然是一款令人愿意反复游玩的动作射击作品。
Article URL: https://bytecalculators.com/rag-cost-calculator Comments URL: https://news.ycombinator.com/item?id=47755853 Points: 2 # Comments: 0
I've been building an AI system to automate parts of the NRC Combined Operational License process: gap analysis against the Standard Review Plan, FSAR strength scoring, and RAI prediction using vector similarity to historical NRC requests. I intended this as a SaaS business, but was ultimately beat to the market. What I think is the most interesting artifact is the dataset: 37,734 chunks of NRC regulatory documents (NUREG-0800, 10 CFR Parts 20/50/51/52/72/73/100, and Regulatory Guides) embedded with OpenAI text-embedding-3-small. It covers the full regulatory corpus an applicant would need for a COL submission. I'm not aware of anything like this being publicly available before. The embeddings are ready to load directly into ChromaDB, Pinecone, or any other vector store. If you're doing nuclear AI, regulatory NLP, or just want a large real-world RAG dataset to experiment with, it should be useful. Here's the full codebase if you're interested: https://github.com/Davenporten/nrc-licensing-rag Comments URL: https://news.ycombinator.com/item?id=47753102 Points: 1 # Comments: 0
I built Darkdrive, a small self-hosted cloud storage app. Files and filenames are encrypted with AES-256-GCM before hitting disk, so the filesystem contains only ciphertext. The encryption key is not stored in one place on the server at rest. It’s split between: - a session share stored server-side - an encrypted cookie stored in the browser Both parts are required to decrypt files. A compromised cookie or session file alone yields nothing. The core encryption layer is published for review. The full application is not open source at this time. https://core.darkdrive.de/public/a7c3222a5c6e12bef0648266/cr... I chose server-side encryption over fully client-side systems to keep it simple to host while still allowing features like previews, thumbnails, and easy access across devices. Darkdrive is a single PHP application that runs on shared hosting with minimal setup. It encrypts filenames and directory names alongside file contents, and uses split-key server-side crypto. Happy to answer questions about the threat model or implementation. Comments URL: https://news.ycombinator.com/item?id=47752643 Points: 1 # Comments: 0
有没有过来佬提醒一下论文创新点怎么写吗? 实际上就用RAG搭了个知识库,什么创新也没有。 或者有什么好的方向可以改一改呢? 13 个帖子 - 8 位参与者 阅读完整话题
求助一下各位佬,我学习agent开发大概有一个月了,学了点langchain、langgraph、Fastapi、rag、hello-agents。项目把hello-agents的旅游助手让ai帮我改成langchain和langgraph版本跑通了,但是感觉自己还是没学懂,想着暑期去找实习,心里很没底,八股也没有背,求佬指点一下,我该怎么学更好 1 个帖子 - 1 位参与者 阅读完整话题
Article URL: https://github.com/Saeedmora/Lumisift Comments URL: https://news.ycombinator.com/item?id=47742926 Points: 1 # Comments: 0