Earlier quoted context omitted.
It is amazing that in the year 2023, where things are possible that were science fiction until recently, we still rely on private payment processors, credit card companies, which extract fees for a service that doesn't have any technical necessity anymore. I think the reason is just inertia. They work well enough in most cases, and the fees aren't so high as to be painful, so there is little pressure to switch to som…
I think companies accept credit card payments because that’s what their customers want and companies want to get paid.
Anthropic’s $5B, 4-year plan to take on OpenAI
301–310 of 504 posts
Re: Anthropic’s $5B, 4-year plan to take on OpenAI
#302"Dario Amodei, the former VP of research at OpenAI, launched Anthropic in 2021 as a public benefit corporation, taking with him a number of OpenAI employees, including OpenAI’s former policy lead Jack Clark. Amodei split from OpenAI after a disagreement over the company’s direction, namely the startup’s increasingly commercial focus." So Anthropic is the Google-supported equivalent of OpenAI? Isn't the founder going…
What does a policy lead do and how are they relevant to an early stage startup? I would be more interested in seeing which researchers and engineers join.
> As the Product Policy Lead, you will set the foundation for Anthropic’s approach to safe deployments. You will develop the policies that govern the use of our systems, oversee the technical approaches to identifying current and future risks, and build the organizational capacity to mitigate product safety risks at-scale. You will work collaboratively with our Product, Societal Impacts, Policy, Legal, and leadership teams to develop policies and processes that protect Anthropic and our partners.
> You’re a great fit for the role if you’ve served in leadership positions in the fields of Trust & Safety, product policy, or risk management at fast-growing technology companies, and you recognize that emerging technology such as generative AI systems will require creative approaches to mitigating complex threats.
> Please note that in this role you may encounter sensitive material and subject matter, including policy issues that may be offensive or upsetting.
Re: Anthropic’s $5B, 4-year plan to take on OpenAI
#303If Apple would wake up to what's happening with llama.cpp etc then I don't see such a market in paying for remote access to big models via API, though it's currently the only game in town. Currently a Macbook has a Neural Engine that is sitting idle 99% of the time and only suitable for running limited models (poorly documented, opaque rules about what ops can be accelerated, a black box compiler [1] and an apparent…
Re: Anthropic’s $5B, 4-year plan to take on OpenAI
#304If Apple would wake up to what's happening with llama.cpp etc then I don't see such a market in paying for remote access to big models via API, though it's currently the only game in town. Currently a Macbook has a Neural Engine that is sitting idle 99% of the time and only suitable for running limited models (poorly documented, opaque rules about what ops can be accelerated, a black box compiler [1] and an apparent…
Re: Anthropic’s $5B, 4-year plan to take on OpenAI
#305Earlier quoted context omitted.
There may have been a disagreement, but now they're focused on profit, as everybody else. From the same article: “Anthropic has been heavily focused on research for the first year and a half of its existence, but we have been convinced of the necessity of commercialization, which we fully committed to in September [2022],” the pitch deck reads. “We’ve developed a strategy for go-to-market and initial product speciali…
Its not about making money, its about opening up the tech to the public (including source, weights...etc)
Re: Anthropic’s $5B, 4-year plan to take on OpenAI
#306Earlier quoted context omitted.
GPT4 has built and deployed an entire SaaS for me in a week. I already have users. The edits required were minimal --- maybe one screw-up for every 100 lines of code --- and I learned a lot of better ways to do things.
Very interested was it CRUD? Are you building in public
Re: Anthropic’s $5B, 4-year plan to take on OpenAI
#307If someone released a chatGPT/characterAI with NSFW content enabled it would eat into a big share of their users (and for characterAI, maybe take all of them). Seriously, look into what people are posting about when it comes to characterAI, and it's 80% "here's how to get around NSFW filters". Unsure why nobody is taking this very very obvious hole in AI tech.
Re: Anthropic’s $5B, 4-year plan to take on OpenAI
#308Earlier quoted context omitted.
I think it's equally likely that they just don't want their product to be known as "the porn bot".
Why not? As long as it's not official. Bing was/is known as "the porn search engine" which never seemed to bother Microsoft.
If OpenAI has the reputation of serving up porn to whoever asks, there's no way the Walmarts of the world will sign up.
Re: Anthropic’s $5B, 4-year plan to take on OpenAI
#309Earlier quoted context omitted.
I would be very surprised if something based on Blockchain or similar software doesn't offer a solution here. Another route would be to establish a protocol for near instantaneous bank transfers, and try to get a lot of banks on board. The immediacy of transfers seems to be the main reason why companies use credit card services, not buyer protection or actual credit.
> The immediacy of transfers seems to be the main reason why companies use credit card services, not buyer protection or actual credit. I think the above is quite wrong (with moderate confidence). Is the above claim consistent with survey data? It is my understanding that: 1. companies care a lot about risk reduction. This includes protection from chargebacks. 2. companies benefit when customers have credit: it enabl…
Re: Anthropic’s $5B, 4-year plan to take on OpenAI
#310Earlier quoted context omitted.
GPT4 has built and deployed an entire SaaS for me in a week. I already have users. The edits required were minimal --- maybe one screw-up for every 100 lines of code --- and I learned a lot of better ways to do things.
Currently using GPT-4 to do a lot of heavy lifting for me for new app. Would love to see your approach!
I quickly learned to just paste the docs and examples from the new framework to GPT, telling it "this is how the API looks now" and it just worked.
It helped me do everything. From writing the code, to setting up SSL on nginx, to generating my DB schema, to getting my DB schema into the prod db (I don't use migration tooling).
Most of my time was spent telling GPT "sorry, that API is out of date --- use it like this, instead". Very rarely did GPT actually produce incorrect code or code that does the wrong thing.