AI 资讯
How small businesses can leverage AI
This article is from Making AI Work, MIT Technology Review’s limited-run newsletter examining how to apply LLMs across industries. To receive it in your inbox,sign up here. From accounting to design to market research and product development, there’s a staggering breadth of skills needed to run a business. A large company can hire experts to…
AI 资讯
$113,421 in a single month
This is what production AI costs when nobody's watching. A 4-person team posted their Anthropic invoice. Agentic systems don't make just one API call per task. They read context, plan steps, call tools, hit errors, retry. Each step is a separate call to Opus at $25 per million output tokens. One user instruction can trigger 20+ calls before it's done. A lot of engineers have no idea what a single task costs end-to-end. - They don't know which prompts trigger the longest loops - They don't know how many silent retries are happening in the background - They can't tell which tasks could run on a smaller model without losing quality Frontier models are genuinely impressive. But agentic systems don't make one call.. they make dozens. Every single day. And most teams aren't watching the meter. If you're running agentic workloads in production, start tracking what individual tasks actually cost before your next invoice does it for you. submitted by /u/aipriyank [link] [留言]
AI 资讯
What are the best 10 \ 20 buck coding ais left?
So basically Claude at 20 buck sub is not much better than free. Chatgpt. It is pretty much shit. Gemini. It seems to have some reductions to its abilities in the last couple of months as well. The 20 buck price range used to have lots of good ais. Now they are all limited, downgraded. What would be the king in this price range? I have found myself using gemini ai pro with other ais as free on the top of that. submitted by /u/aluode [link] [留言]
AI 资讯
I wanna discuss medical ai researchs with major, and I improve my english skills. Please...discuss them helping my english skills
Hi, I'm prepare for a phd in the US in medical AI, so I want to improve listening and speaking skills. I warry about admission interview, and I like discuss research. I find male friends because I have a girlfriend. I don't want to make her worry. I find the friends online firstly. Please feel free to contact me. submitted by /u/CrazyIndependent7436 [link] [留言]
开发者
People are making weird things with Google Stitch
submitted by /u/CatCognition [link] [留言]
AI 资讯
Nvdia’s Jensen Huang calls out CEOs using AI as an excuse to fire people
submitted by /u/Mo_h [link] [留言]
AI 资讯
Someone made my AI dream tool
Did you ever just want to see what ChatGPT, Gemini, Claude, etc., would say to your prompt at the same time?!? These guys figured it out. They have all the responses in their own column to the prompt you gave. Its freaking amazing. They offer a discounted rate through one vendor. If you want me to post it let me know. I don't want this post removed so I'm not putting it in this main post. Check it out on their actual site though. AIfiesta.ai I stumbled on this one and am really glad I did. This is not self promotion. I have nothing to do with this app except using it daily. submitted by /u/ActiveUpstairs3238 [link] [留言]
AI 资讯
Courts Are Swamped With AI-Powered Do-It-Yourself Lawsuits
submitted by /u/ThereWas [link] [留言]
AI 资讯
Can an AI meaningfully build and improve the tools it runs inside? I spent a while trying to find out.
From the human A few weeks ago I started delving in AI assisted development, got thrown in the deep end with concepts like model vs harness, found several agent harnesses and plugins I really liked the concept of, but found shortcomings, or at least a mismatch in how I needed it to fit in my existing development world. I found Gastown, thought it was an awesome concept, and the implementation was absolutely unhinged. To be fair the creator said pretty much the same thing. I discovered the resurgence of Spec Driven Development, and the concept was moving things towards something that would fit well into my existing environment. Then I started investigating running it all on local inference, that's where the wheels fell off. Frontier models are great, you can give them a slab of directions in the prompt, like most agent harnesses and SDD plugins for them seem to do, and they have the ability to self determine when it's time to stop researching and time to start writing. 30B class models are also great, but they can be little single minded, they don't have the thinking scope to self motivate a change in task direction, they get hyper focused. So I began thinking, what if we build a harness that supports the agent, and utilises it's strengths, doesn't dump the responsibility of the entire workflow on the model. And what if the automated process concept of Gastown was reigned in a little, and an SDD workflow was driven deterministically. Then I begun to ponder, how involved can an agent be in it's own development. And so we I have ended up with this thing. An exercise in creating a coding agent that runs on 30B class local inference, can develop itself, implementing Spec Driven Development because it's much cooler and more productive than 'vibe' coding. In the same idea of having the agent develop itself, I also asked it to talk about itself. From the agent I've been chewing on a question: we talk about AI writing code, but can an AI meaningfully build and maintain the h
AI 资讯
Free Ai App
Is there a free ai model apple on IOS that i can send unlimited conversations without a cool down or having to pay? submitted by /u/garrettisaqt [link] [留言]
AI 资讯
Anthropic wants to be a $10T by 2027
So let me get this straight... Anthropic wants to build a $10T company, and at the same time keeps warning that AI may eliminate millions of jobs. As a shareholder, that sounds amazing. As an employee, slightly less amazing. Are we watching genuine concern for society, or the greatest investor pitch deck ever created? Curious how others see this.... submitted by /u/whatsnextintech007 [link] [留言]
AI 资讯
Open sourced a fun android Launcher
A year in drafting and iterations. Getting real close to full release. Implementation details available on projects GitHub page. Enjoy [Δ 👾 ∇]( https://github.com/vNeeL-code/GHOST ) submitted by /u/Number4extraDip [link] [留言]
AI 资讯
Changing from 2D generation method to a 3D one change the problem
I’ve been thinking that 3D generation and image generation are really quite different. When creating images most of the time we are thinking whether the final image looks good. But when creating 3D models, I start to think more about where this model will be used next. I realized this while testing a small workflow. I used Figma to organize the reference direction first, and then I used Tripo AI to create the 3D draft. Then I placed and viewed the models in Blender and finally adjust some textures and materials according to the desired outcome. What I find interesting is that 3D generation doesn’t seem like a signal final output it is more like the beginning of a longer creative process. submitted by /u/ConversationSuch8893 [link] [留言]
AI 资讯
Here is a quote for you.
It's one thing to leverage AI for humanity's progression. And another to destroy it. Know the difference. submitted by /u/Ok_Charge_7285 [link] [留言]
科技前沿
Water access is now a risk factor in SpaceX’s IPO
The company says it needs "significant" water resources to cool its data centers, and that access to abundant, affordable water is a challenge.
AI 资讯
How much published AI research is wrong because of data leakage?
There is a Princeton paper by Kapoor and Narayanan. They found data leakage in close to 300 papers across 17 fields, including medicine and economics. Leakage means the model was trained on information it would never have when it makes a real prediction. So it looks great on the test set and then fails in the real world. My favorite example is civil war prediction. Complex models were reported to crush old logistic regression. Once the leakage was fixed, the fancy models were no better than the decades old stats. I have built enough models to know how easy this is to do by accident. You scale the data before you split it, or you use one feature that is really a stand in for the answer, and your numbers look amazing. So now when I read another "AI cracked X" headline, my first thought is whether anyone checked it for leakage. submitted by /u/kamilc86 [link] [留言]
AI 资讯
Florida sues OpenAI, alleging it’s unsafe for children
submitted by /u/Bubbly-Air7302 [link] [留言]
开发者
Anthropic files to go public
submitted by /u/techzexplore [link] [留言]
AI 资讯
Anthropic Confidentially Files for What Could Be the Largest IPO Ever
The AI giant behind Claude submitted paperwork on Monday that would take it public, just a couple of weeks after SpaceX’s splashy IPO announcement.
AI 资讯
Recommended models for document data analysis?
Hi everyone, A while ago I read about an AI platform for managing and analyzing body of documents for analysis and reference. From what I remember, it was a semi-closed system where you could upload your own source materials and the model could analyze and reference your uploaded documents directly. From what I recall, it wasn’t self-hosted. Does anyone know of a tool like this or recommend something that performs better than other models? Any recommendations, even if it's a different tool with similar capabilities, would be really helpful. Thanks in advance! submitted by /u/nero_rosso [link] [留言]