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

AI 资讯

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

15996
篇文章

共 15996 篇 · 第 703/800 页

Dev.to

I Built My First Token on Solana — Here's What Actually Surprised Me #100DaysOfSolana.

I Built My First Token on Solana — Here's What Actually Surprised Me This week I went from zero tokens to minting, transferring, charging fees, and locking tokens so they can never move. Here's what stuck with me. Tokens don't live in your wallet Coming from Web2, I assumed tokens would just... show up in your account. Nope. On Solana, every wallet needs a separate token account for each token it holds. One mint, one folder. It felt weird at first. Now it makes sense. You can charge fees without writing a single backend The Token Extensions Program has a built-in transfer fee. One flag at mint creation time: spl-token create-token \ --program-id TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb \ --transfer-fee-basis-points 100 That's a 1% fee on every transfer, enforced by the blockchain. No middleware. No payment processor. No way to bypass it. You can make a token that literally cannot be transferred spl-token create-token \ --program-id TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb \ --enable-non-transferable I minted 10, tried to send 5, and watched the transaction get rejected. Not by my code — by the program itself. Perfect for credentials, badges, or certificates that should belong to one person forever. The biggest shift from Web2: these rules are set at creation and are permanent. You can't add a transfer fee to an existing token. You can't make a transferable token non-transferable later. It forces you to think about token design upfront, which is honestly a good constraint. solana #blockchain #webdev #beginners #100DaysOfSolana

Siddhant Chavan 2026-06-03 02:42 👁 11 查看原文 →
HackerNews

MAI-Thinking-1

https://microsoft.ai/wp-content/uploads/2026/06/main_2026060... Launching seven new MAI models: https://microsoft.ai/news/building-a-hillclimbing-machine-la...

LER0ever 2026-06-03 02:39 👁 3 查看原文 →
Reddit r/webdev

Interviewed with a big agency (rant)

I won't name names because I got in trouble for that last post but I interviewed with the biggest agency I've ever gotten a call back from. They are 150+ employees, at least one major national corporation as a client. You would think that because they are so high and mighty they have their s*** together but honestly no. The first interview was with the "big boss" the digital director. The second interview was actually 4 separate teams calls scheduled back to back with a total of 9 people. The director loved me and told me I would be moving on. He said my second call would be with three people which is hilarious because he wasn't even close to correct. My second interview was chaos. First call ended up being a different group of project managers than was listed, and they just hammered me with hypothetical situations of conflict the entire time. All rain clouds, no sun. Second call was two developers who didn't seem that invested in talking to me. They mainly just said that works comes in from many different places and you can be expected to work on a bunch of things while managing a bunch of people AND be suddenly put in front of a client at any point. My third call was hilarious because the top senior dev and the top senior designer in the company on this call loved me. We clicked on everything - our stance on AI, our views on WordPress and PHP in general, our approach to projects. My fourth call was back to doom and gloom - more managers and all just hypothetical situations about conflict and everything going wrong. The people on call four were telling ME that a person from call two has a "different idea of what finished means" and were basically talking s*** on this person who is probably their smartest back end developer. During all of this, the HR person had no idea who I was the entire time. I am interviewing virtually and would have to relocate and she sent me multiple emails about my "In Person Interview". My rejection email was actually the same email sent t

/u/notgoingtoeatyou 2026-06-03 02:35 👁 5 查看原文 →
The Verge AI

Trump signs executive order to review AI models before they’re released

President Donald Trump signed an executive order Tuesday creating a "voluntary framework" for AI companies to share their frontier models with the federal government before they're released "to promote secure innovation and strengthen the cybersecurity of critical infrastructure." The order says the US AI industry has succeeded in part "because we refuse to stifle this […]

Lauren Feiner 2026-06-03 02:33 👁 9 查看原文 →
The Verge AI

Microsoft’s next-gen quantum chip cuts timeline to useful quantum computing

Microsoft claimed last year that it had made a key breakthrough in quantum computing with Majorana 1, the company's first quantum processor. While physicists were immediately skeptical of Microsoft's claims, the software giant is announcing Majorana 2 today, the next generation of its topological quantum chip. Majorana 2 contains qubits, a unit of information in […]

Tom Warren 2026-06-03 02:15 👁 9 查看原文 →
The Verge AI

Microsoft’s first advanced reasoning AI is here

Microsoft announced a bunch of new in-house AI models at Build 2026, including a new "flagship" model: MAI-Thinking-1. It's an ambitious step into model development for Microsoft, which introduced its initial in-house models last year - before then, it had relied on OpenAI's models. The two companies recently renegotiated their deal to loosen ties. According […]

Jay Peters 2026-06-03 02:12 👁 10 查看原文 →
Reddit r/artificial

The Robot Summit – A 5-minute AI-assisted sci-fi short film exploring intelligence and consciousness

I recently completed a 5-minute philosophical science fiction short film called The Robot Summit. The story takes place in a future where humanity has disappeared and intelligent machines gather to understand their origins, purpose, and the nature of intelligence itself. As the discussion unfolds, an unexpected human survivor challenges many of their assumptions. This project was developed over several months using a workflow that combined AI image generation, AI video generation, AI voice synthesis, original music composition, and traditional editing in Final Cut Pro. One of the biggest challenges was maintaining visual consistency and narrative coherence across dozens of AI-generated shots while still creating something that felt like a film rather than a technology demonstration. I'm particularly interested in feedback regarding: • Narrative flow and pacing • Visual continuity between scenes • Audio balance between narration and music • Whether the philosophical themes feel natural or overly explicit • Overall effectiveness as a short film I'm also happy to answer questions about the production workflow, tools used, and lessons learned during development. Film: https://www.youtube.com/watch?v=pMeJ7h734vE submitted by /u/renatobotto [link] [留言]

/u/renatobotto 2026-06-03 02:07 👁 5 查看原文 →