HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dubrado

no profile record

Submissions

[untitled]

1 points·by dubrado·geçen yıl·0 comments

[untitled]

1 points·by dubrado·geçen yıl·0 comments

AI Leaders and Builders Fireside Chat

supermomos.com
1 points·by dubrado·geçen yıl·1 comments

[untitled]

1 points·by dubrado·geçen yıl·0 comments

[untitled]

1 points·by dubrado·geçen yıl·0 comments

Gradio Agents and MCP Hackathon June 2-8

2 points·by dubrado·geçen yıl·0 comments

DeepSeek-R1-0528 is now live on Hyperbolic

app.hyperbolic.xyz
17 points·by dubrado·geçen yıl·4 comments

[untitled]

1 points·by dubrado·geçen yıl·0 comments

Coinbase Machine Learning and Blockchain Research Summit [video]

vimeo.com
1 points·by dubrado·geçen yıl·0 comments

[untitled]

1 points·by dubrado·geçen yıl·0 comments

[untitled]

1 points·by dubrado·geçen yıl·0 comments

[untitled]

1 points·by dubrado·geçen yıl·0 comments

[untitled]

1 points·by dubrado·geçen yıl·0 comments

Minute Video from Single Image

1 points·by dubrado·geçen yıl·0 comments

[untitled]

1 points·by dubrado·geçen yıl·0 comments

Hyperbolic x vercel x Next.js Hackathon

1 points·by dubrado·geçen yıl·0 comments

[untitled]

1 points·by dubrado·geçen yıl·0 comments

[untitled]

1 points·by dubrado·geçen yıl·0 comments

[untitled]

1 points·by dubrado·geçen yıl·0 comments

[untitled]

1 points·by dubrado·geçen yıl·0 comments

comments

dubrado
·geçen yıl·discuss
[dead]
dubrado
·geçen yıl·discuss
If you’re a founder, investor, or operator building in AI, join us for an exclusive fireside chat & mixer as part of the AI Engineer World’s Fair in San Francisco

co-hosted by the Singapore Economic Development Board (EDB) and Singapore Global Network (SGN) as we discuss:

Key AI regulations currently shaping the US and Southeast Asia landscape How companies are deploying AI agents in real-world applications today Bright spots and emerging opportunities amid ongoing geopolitical tensions

Get insider insights on the future of AI and connect with leading founders, investors, and operators driving innovation in the space.

Great bites and drinks will be served.

Our fireside chats + mixers usually fill up fast, so RSVP early to secure your spot.

Speakers: Thavidu Ranatunga, Engineering Manager - Applied Machine Learning, Yelp ($1.30B ARR): Thavidu Ranatunga, Engineering Manager - Applied Machine Learning at Yelp. Thavidu currently leads 3 consumer-focused AI teams at Yelp. Prior to this he was CTO at Fellow Robots where he made physical robots for retail stores in the US and in Japan

Angad Singh, Data Engineering and Science, OpenAI ($4.90B ARR): Angad is a tinkerer, builder and has led teams to grow from scratch. He was ex-Head of Product Data Engineering at Twitter.

Jasper Zhang, Co-Founder, CEO, Hyperbolic ($20M raised): Jasper is building the most accessible on-demand AI Cloud for developers and startups. He's a mathematician turned founder, and the fastest PhD in Mathematics at UC Berkeley.
dubrado
·geçen yıl·discuss
[dead]
dubrado
·geçen yıl·discuss
[flagged]
dubrado
·geçen yıl·discuss
Check it out at app.hyperbolic.xyz/compute?utm_source=hackernews

You can get $1 free for signing up for a free account, and $15 if you have an EDU account. Not to mention $5 for referring others.
dubrado
·geçen yıl·discuss
We’re excited to join the Vercel AI Accelerator alongside OpenAI, perplexity_ai, huggingface, awscloud, and more.

Participants get $50 in credits for compute or serverless inference. Spin up H100s on-demand for just $0.99/hr—available in under 60 seconds.

Top project wins $1,000 in credits.

Learn more and apply: https://vercel.com/blog/join-the-vercel-ai-accelerator
dubrado
·geçen yıl·discuss
Hyperbolic now supports x402, @coinbase’s internet-native payment protocol.

HTTP-native payments solve a huge problem for the web and this is a major unlock for agentic tools.

With x402, agents can frictionlessly access Hyperbolic’s Serverless Inference by sending HTTP requests with seamless, per-call USDC payments.
dubrado
·geçen yıl·discuss
1. rent 4x H100 instance on http://app.hyperbolic.xyz/compute (Llama 4 Scout has 109B parameters in bf16, so the weights are already 218GB)

2. open a terminal tool and SSH into the machine

3. run the following commands: >> sudo apt-get update && sudo apt-get install -y python3-pip >> pip install -U vllm >> pip install -U "huggingface_hub[cli]"

4. get an access token on u/huggingface website and run >> huggingface-cli login

5. use @vllm_project to serve Llama 4 >> vllm serve meta-llama/Llama-4-Scout-17B-16E-Instruct --tensor-parallel-size 4 --max-model-len 10000

6. open a new terminal and call the API to know "What can I do in SF?": >> curl http://localhost:8000/v1/chat/completions \ -H "Content-Type: application/json" \ -d '{ "model": "meta-llama/Llama-4-Scout-17B-16E-Instruct", "messages": [ {"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": "What can I do in SF?"} ] }'

It's just that simple ;) A big thank you to @AIatMeta and @vllm_project for making it easy to access the best open intelligence!
dubrado
·geçen yıl·discuss
Another day, another drop. The new Model Playground is live on our server-less inference service.

We upgraded our model playground UI for developers to test and iterate on models with zero setup. Toggle live updates to see real-time API behavior. Adjust input parameters with full visibility.

> Copy-ready requests in Python, TypeScript, cURL, and Gradio > Works across text, vision, image, and audio models > Built on top of the u/vercel AI SDK

Built for devs who want control and transparency.
dubrado
·geçen yıl·discuss
For full blog: https://x.com/hyperbolic_labs/status/1906041522157715631

Fine-tuning transforms pre-trained language models into specialized, high-performing tools tailored for specific tasks. This article breaks down the process, techniques, and real-world impact of fine-tuning in shaping modern AI.
dubrado
·geçen yıl·discuss
When it comes to token requests, Hyperbolic is significantly cheaper than its competitors.

Price per 1M Input Tokens:

@hyperbolic_labs : $0.14 DeepSeek (Discounted): $0.25 DeepSeek (Normal): $0.27 Fireworks(dot)ai: $0.90 DeepInfra: $1.00 TogetherAI: $1.25

Price per 1M Output Tokens:

@hyperbolic_labs : $0.28 DeepSeek (Discounted): $0.25 DeepSeek (Normal): $0.25 Fireworks(dot)ai: $0.90 DeepInfra: $1.10 TogetherAI: $2.00

Hyperbolic is offering the lowest cost per token request, making it the most cost-efficient AI inference provider.

If you’re looking for affordable yet powerful AI, Hyperbolic is the way to go!
dubrado
·geçen yıl·discuss
At Hyperbolic, we’re committed to delivering the latest open-source models as soon as they’re available. This is our promise to the developer community.

Deploy DeepSeek-V3-0324 directly using Gradio within Hyperbolic or via Huggingface playground using Hyperbolic's API. Start inferencing today.

Access DeepSeek-V3-0324 now on Hyperbolic: https://app.hyperbolic.xyz/models/deepseek-v3-0324?utm_sourc...

Access DeepSeek-V3-0324 on Hugging Face via Hyperbolic's API: https://huggingface.co/deepseek-ai/DeepSeek-V3-0324?utm_sour...
dubrado
·geçen yıl·discuss
As AI-driven workloads surge, GPU rentals are redefining access to high-performance computing—offering cost-effective, on-demand solutions that keep pace with innovation. The global GPU and data center market is surging, with 2024 data placing the GPU market at $61.58 billion. Projections range from $461.02 billion by 2032 to as high as $1,414.39 billion by 2034. This explosive growth is largely driven by the rapid adoption of AI and machine learning across industries, fueling an ever-increasing need for high-performance computing resources.
dubrado
·geçen yıl·discuss
Hyperbolic_labs agent can now perform fine-tuning tasks! This is a step forward for our self-evolving agent vision.

This is how it works:

1. sync files to remote machine

2. install relevant dependencies

3. run an initial @UnslothAI fine-tune task

4. do an inference call to test
dubrado
·geçen yıl·discuss
Hyperbolic is now one of the few selected serverless inference providers on @HuggingFace. It is a decentralized AI inference and GPU provider that is a leader in web2 and web3. A limited group, chosen for performance, precision, and scale.

Hyperbolic’s Inference slashes inference costs and complexity, letting you deploy powerful AI models without compromising on performance or trust.
dubrado
·geçen yıl·discuss
Hyperbolic was recently featured in @BusinessInsider

We're committed to democratizing access to AI and accelerating open-source innovation. Since DeepSeek R1 launched, our inference usage has surged 150%—driven by developers who prioritize affordability, accessibility, and privacy.
dubrado
·geçen yıl·discuss
If you're going to be at Consensus HK, a cool event happening during that time

Hype(r)House is an exclusive event hosted globally founded by Hyperbolic bringing together the most influential minds in AI.

Welcome the golden age of tech and HyperIntelligence—autonomous, self-evolving agents powered by Hyperbolic's decentralized compute, verifiable AI inference, and AgentKit.