今日已更新 389 条资讯 | 累计 31217 条内容
关于我们

AI 资讯

AI人工智能最新资讯、模型发布、研究进展

16536
篇文章

共 16536 篇 · 第 813/827 页

CSS-Tricks

Technical Writing in the AI Age

This isn’t totally about AI. It’s about technical writing in the age of AI. I have some thoughts on this and I hope it’s helpful to you humans reading. Technical Writing in the AI Age originally handwritten and published with love on CSS-Tricks . You should really get the newsletter as well.

Geoff Graham 2026-05-26 21:49 👁 11 查看原文 →
Product Hunt

Docfarm

Host, share, and track everything your AI builds Discussion | Link

Wil Nefkens 2026-05-26 21:42 👁 1 查看原文 →
Reddit r/MachineLearning

[P] Built a portable GPU ISA after reading too many architecture manuals [P]

I’ve been reading GPU architecture docs in my free time. NVIDIA PTX, AMD ISA reference guides, Intel Xe, reverse-engineered Apple GPU stuff. Over 5,000 pages across 16 microarchitectures. After a while you notice all four vendors are doing the same 11 things with different names. So I wrote a spec that covers all of them and built a toolchain around it. It’s called WAVE. You write a kernel once, it compiles to a portable binary, then thin backends translate it to Metal, PTX, HIP, or SYCL. Same binary verified on Apple M4 Pro, NVIDIA T4, and AMD MI300X. My co-author Onyinye built PyTorch integration and got identical training results across all backends. Please star on GitHub: https://github.com/Oabraham1/wave Preprint: https://arxiv.org/abs/2603.28793 Read full docs and how I built everything: https://wave.ojima.me pip install wave-gpu submitted by /u/not-your-typical-cs [link] [留言]

/u/not-your-typical-cs 2026-05-26 21:36 👁 5 查看原文 →
Reddit r/webdev

How do you actually build a genuine network as a developer on platforms like LinkedIn?

Everyone keeps saying things like “networking is the most important thing for getting a job” or “build your LinkedIn network,” but almost nobody explains how to actually do it. I’m not even talking only about getting referrals or jobs. That’s obviously a bonus. What I really want is to build a genuine network with other developers, people who are learning, building projects, sharing ideas, experimenting with technologies, and maybe even collaborating on things together. Right now, I feel kind of lost in the endless ocean of tutorials. I’ve built some projects, learned different technologies, and improved my skills, but I still don’t feel like I have a clear direction or connection to an actual developer community. So I wanted to ask people who’ve successfully built a network online: What platforms actually work best for this? LinkedIn? Reddit? X/Twitter? Discord? GitHub? How do you approach people without sounding fake or transactional? What kind of content or posts help you connect with like-minded developers? Is “building in public” actually useful, and if yes, how do you start? How do you go from being just another silent profile to someone who’s genuinely part of a community? How do you find people to collaborate with on projects or learn together? I’d especially appreciate advice from people who started with zero connections and slowly built meaningful relationships online. Would love to hear your experiences, mistakes, or things that actually worked for you. submitted by /u/Loud_Dragonfruit_154 [link] [留言]

/u/Loud_Dragonfruit_154 2026-05-26 21:35 👁 3 查看原文 →
Reddit r/programming

WebAssembly on Kubernetes • Nicolas Frankel

WebAssembly started as a technology tailored to web browsers and is becoming popular as a server-side technology as well. The next step is for Wasm to become a powerful tool for cloud-native applications. When combined with Kubernetes, WebAssembly can revolutionize application deployment, security, and resource efficiency in ways traditional containers cannot. submitted by /u/goto-con [link] [留言]

/u/goto-con 2026-05-26 21:00 👁 3 查看原文 →
MIT Technology Review

The Download: puncturing the AI jobs panic

This is today’s edition of The Download, our weekday newsletter that provides a daily dose of what’s going on in the world of technology. A reality check on the AI jobs hysteria Despite the growing hysteria over AI’s threat to white-collar jobs, there’s still scant evidence that the technology has had a large-scale impact on…

Thomas Macaulay 2026-05-26 20:10 👁 6 查看原文 →
Reddit r/MachineLearning

[D] Where do you go for serious AI research discussion online? [D]

Looking for communities where people actually dig into ML/AI research, not hype, not "look what I built with an LLM API," but discussions about papers, training dynamics, debugging real models, infra problems, that kind of thing. I'm specifically interested in places where you can post something like "I'm seeing X behaviour in my SSL training, here's the loss curve, anyone seen this before?" and get thoughtful replies instead of generic advice. submitted by /u/Possible-Active-1903 [link] [留言]

/u/Possible-Active-1903 2026-05-26 18:12 👁 5 查看原文 →
InfoQ

Presentation: Realtime and Batch Processing of GPU Workloads

Joseph Stein discusses engineering an enterprise AI-as-a-Service platform within a private cloud data center. He explains how to maximize underutilized GPU pools via multi-namespace scheduling, leverage Valkey and Lua for atomic priority queuing and backpressure management, mitigate OWASP Top 10 LLM risks via central proxy gateways, and scale batch pipelines using a custom S3-to-Kafka proxy. By Joseph Stein

Joseph Stein 2026-05-26 17:08 👁 8 查看原文 →
InfoQ

Article: Architecting Cloud-Native Kafka: From Tiered Storage Towards a Diskless Future

This article explores Kafka's transition toward a cloud-native architecture, examining how tiered storage, FinOps telemetry, elastic consumer scaling, virtual clusters, and Share Groups reshape the operational and economic model of event streaming platforms. It also analyzes emerging diskless-storage proposals and their architectural trade-offs. By Viquar Khan

Viquar Khan 2026-05-26 17:00 👁 9 查看原文 →