AI知识库 @ai521
373 subscribers
24.4K photos
45 videos
20 files
931 links
@ai521 专注分享最实用的AI内容

🤖 AI教程(新手到进阶)
🧠 AI知识科普(大模型 / 提示词 / 自动化)
📰 AI资讯更新(每日最新AI动态)
📚 AI实战技巧(写作 / 绘画 / 编程 / 赚钱)
🔧 最新AI工具推荐

每天更新AI干货
长期做一个真正有价值的AI频道
Download Telegram
英伟达发起开放安全AI联盟

英伟达近日宣布,与多家行业创始成员共同成立“开放安全AI联盟”(Open Secure AI Alliance)。该联盟旨在通过构建和共享开源工具,推动人工智能领域的负责任使用,并增强公众对AI技术的信任。联盟将聚焦于开发安全评估框架、透明度标准和隐私保护技术,同时鼓励学术界、产业界及政策制定者参与协作。英伟达表示,这一举措旨在应对AI快速发展带来的安全挑战,促进行业形成统一的最佳实践,确保AI系统的可靠性与公平性。 #英伟达 #AI安全 #开源AI #负责任AI #科技联盟 #人工智能
砍掉AI股票分析,专注新闻Feed

AlphaAI创始人分享创业转型经历:最初打造的AI股票分析网站演示效果出色,却无法盈利,用户普遍使用自有AI工具,无人愿为生成内容付费。唯一被持续关注的功能是带评级的新闻推送。于是团队砍掉AI分析,围绕这一核心功能重构产品,提供REST接口和MCP协议的新闻Feed,供交易代理使用。底层数据源包括GDELT、SEC EDGAR等,新服务得到实际应用。 #AI #金融科技 #新闻Feed #创业转型 #AlphaAI #GDELT #SEC
激光浓缩核燃料与器官保存技术取得新突破

全球核电占比约9%,各国新建反应堆的需求推动了更廉价的燃料获取方式。一家名为Global Laser Enrichment的公司即将测试激光铀浓缩技术的商业可行性,该技术可从核废料中分离出所需铀材料。与此同时,器官保存领域也迎来里程碑:研究人员成功将猪肾超低温保存至零下4摄氏度并重新植入,大幅延长了器官存活时间。此外,硅谷内部就如何应对中国AI出现分歧,围绕AI模型开放与封闭的争论加剧,英伟达、微软和Meta警告限制开源模型可能适得其反。 #科技 #激光浓缩 #器官保存 #核能 #生物技术 #AI #中国AI #开源模型 #硅谷 #前沿技术
Telegram必备的搜索引擎,极搜JISOU帮你精准找到,想要的群组、频道、视频、音乐

👉 t.me/jisou2?start=a_8247614025
TokenTown –> Learn how LLM's work in a SimCity

TokenTown A language model laid out as a city, one token at a time About & accuracy Hide panel Pass prefill Layer 1 / 6 KV cache 0 tokens Generated 0 / 8 Prefill: every prompt token rides through together, in parallel. +−⤢ Details Press Run to start The city is idle. Type a prompt below and watch a single token make the round trip. reading stop: press Space to hold it here Residual stream idle 12 numbers standing in for the 4,096+ a real model carries. Blue is negative, warm is positive. Attention softmax over the KV cache Runs at the Attention Plaza. Next token logits → softmax Computed at the Vocabulary Stadium. Context 4 tokens Output the city of tokens| Districts click to fly there Tokenizer Docks Embedding Foundry Positional Beacon Pre-Norm Gate Attention Plaza KV Cache Warehouse Residual Bridge Feed-Forward Mill Lay
er Counter Arch Final Norm Vocabulary Stadium The Sampler Output Plaza Feedback Highway Prompt Run ❚❚⇥⟲ Speed 1.00× Layers 6 Temperature 0.80 Top-p 0.90 - [x] Follow - [x] Labels × What this is TokenTown is an isometric city where every district is one stage of a transformer language model. A convoy carries a hidden state along the roads: it is cut into tokens at the docks, cast into a vector at the foundry, stamped with its position, then driven around the layer ring (attention, residual, feed-forward, residual) once per layer, before the stadium turns it into a probability distribution and the sampler picks one token. That token drives back up the feedback highway and the whole city runs again. How much of it is real Genuinely computed, live, in your browser: the tokenizer split; the embedding lookup; sinusoidal positional encoding; LayerNorm; multi-head scaled dot-product attention with causal masking over a real growing KV cache; the residual adds; a GELU feed-forward; and temperature / top-p sampling. The bars on the truck are the actual vector. The beams over the warehouse are the actual softmax weights. Prefill really does process every prompt token at once while decode really does process only one. Scaled down: 12 dimensions instead of thousands, 2 attention heads instead of dozens, 2–12 layers instead of 80, and a vocabulary of a few hundred words instead of 100k+. Deliberately faked: the weights are random, and nothing here was trained, so a random-weight model would emit noise. To keep the output readable, the final logits blend the real hidden-state projection with a bigram prior built from a small fixed corpus. The attention scores are also sharpened, and given a small first-token ("sink") and recency bias, so the map looks like the patterns trained models actually produce. Treat the text this city writes as scenery; treat the mechanism as the lesson. Pacing The first time the convoy reaches a district it stops long enough to read that district's explanation, between 9 and 26 seconds depending on how much there is to say. A progress bar under the panel text shows how long the stop has left. Once every district has been explained the city runs at a watchable pace instead of a readable one, and the repeated layers fast-forward because they are the same road with different weights. Space holds any stop indefinitely, S steps one stage at a time, and the Speed slider scales everything, including the reading stops, from 0.4× to 8×. Reset (⟲) replays the slow tour from the beginning; Run keeps what you have already read. Controls * Space play / pause · S advance one stage · R reset and replay the tour · F follow camera · L labels * Drag to pan, scroll to zoom, click any district for its explanation. * The view starts close on the convoy and rides along with it. The ⤢ button on the left (or a double-click on the map) pulls back to the whole city; turning off Follow lets you wander on your own. Inspired by the idea behind PGSimCity (a city-shaped model of PostgreSQL); all code, art and copy here are original.
AI逆向工程基准测试AgentRE

据相关报道,最新提出的AgentRE-Bench被认定为当前最贴近的针对剥离ELF文件逆向工程任务的基准测试。该基准特别强调对类似恶意软件的协议和基础设施重建能力的评估,旨在推动面向复杂二进制文件的自动化逆向与理解研究。剥离ELF文件常见于恶意软件分析场景,其符号表缺失、代码混淆等特点给传统逆向工具带来挑战。AgentRE-Bench的推出有望为AI驱动的逆向工程模型提供更贴近实战的评测标准,促进该领域在威胁检测、漏洞分析等方面的应用进展。 #AI #逆向工程 #基准测试 #网络安全 #ELF #AgentRE-Bench #恶意软件分析 #自动化
英伟达与微软牵头成立开放 AI 安全联盟,OpenAI、谷歌等未加入

英伟达于周一宣布,与微软、SpaceX、IBM 等科技公司共同组建“开放安全 AI 联盟”(Open Secure AI Alliance),旨在协作开发并共享开源 AI 安全工具。该联盟认为,面对日益强大的前沿模型可能带来的攻击威胁,只有采用开放的工具才能实现有效防御。此举是对业界不断升温的 AI 安全担忧的直接回应。值得注意的是,OpenAI、谷歌和 Anthropic 等头部 AI 公司并未加入这一联盟,使得该倡议在开放合作的同时也凸显了行业内部在安全路径上的分歧。 #英伟达 #微软 #AI安全 #开源 #联盟 #SpaceX #IBM #科技
Aitori

随着企业大量调用LLM API,AI流量管理日益复杂。像Claude Desktop、ChatGPT这类应用直接从厂商后端调用模型,用户无法设置自定义端点。Aitori是一款运行在员工本地的开源代理,能够拦截发往特定AI服务的流量,并对其实施管控。它通过每设备CA证书实现流量解密与监控,帮助企业看清并管理从本地发出的AI请求,确保数据安全与合规。 #AI #开源 #代理 #流量监控 #安全 #隐私 #本地部署
开发者成功在16GB MacBook上复现BM25、稠密检索与SPLADE模型

检索增强生成(RAG)系统开发中,团队常对比BM25、稠密检索和SPLADE等基线方法,但很少有人真正在标准数据集上复现并验证其评分。一名开发者使用仅16GB内存的MacBook,借助Castorini研究组的Anserini和Pyserini开源工具包,在真实文档集合上完整复现了这三种检索模型。过程中遭遇了内存溢出、原生库崩溃以及模型API权限问题,但最终所有输出分数均与官方预期值完全吻合。实验表明,即使是消费级硬件也能运行这些基线,为RAG系统构建者提供了可复现的参考点:BM25的稀疏向量关键词评分无需训练数据,稠密检索通过神经网络生成语义嵌入,而SPLADE则结合两者优势。在优化提示词或更换大模型之前,应首先验证检索质量。 #检索模型 #BM25 #稠密检索 #SPLADE #RAG #开源工具 #机器学习 #实验复现
思科Outshift提出“互联网认知”

思科旗下Outshift部门提出一种新型水平架构,旨在解决多智能体系统之间缺乏协调的根本问题。该架构包含两层:底层“互联网代理”(Internet of Agents)提供发现、身份验证和跨域消息传递的标准化协议,其开源项目AGNTCY已纳入Linux基金会;上层“互联网认知”(Internet of Cognition)作为语义层,使不同领域的智能体能够共享意图、上下文和推理,从而像人类团队一样自主协同解决从未见过的问题。Outshift高级副总裁Vijoy Pandey指出,传统AI聚焦于垂直扩展(更大模型、更多数据),但要让智能体跨系统、跨公司协作,必须转向水平扩展。当前多智能体系统在软件工程、药物发现等领域表现不佳,失败率高达41%–87%,其根源在于架构而非提示工程。这一新架构有望打破瓶颈,为医疗、科研等复杂场景提供真正的分布式决策能力,迈出通向人工超级智能的关键一步。 #人工智能 #多智能体 #超级智能 #思科 #Outshift #互联网认知 #开源 #AI #技术前沿