HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fbnbr

no profile record

Submissions

Pulze AI Spaces

blog.pulze.ai
1 points·by fbnbr·2 tahun yang lalu·1 comments

Pulze AI Evals

github.com
1 points·by fbnbr·2 tahun yang lalu·1 comments

Intent-tuned LLM router that selects the best LLM for a user query

github.com
24 points·by fbnbr·2 tahun yang lalu·4 comments

comments

fbnbr
·3 bulan yang lalu·discuss
idk feels a bit overstated. CUDA’s moat isn’t just writing kernels, it’s the whole ecosystem + hard earned perf intuition. AI helps write code but doesn’t replace that.

switching costs are def going down though, so CUDA feels more like the default vs the only option.

real moat is still ops. getting stuff to run is easy, getting it stable at scale isn’t. so yeah, not gone, just more like a tax now.
fbnbr
·8 bulan yang lalu·discuss
None of that talking about the cost of running such an attack and what models were involved during which phases. Seems like you can use Anthropic now as a proxies bot net
fbnbr
·2 tahun yang lalu·discuss
Chat with any AI. Build Your Own AI Agents. Easy to use RAG for Everyone.
fbnbr
·2 tahun yang lalu·discuss
Benchmark AI models on standard datasets like FinanceBench and MMLU.
fbnbr
·2 tahun yang lalu·discuss
There's some fascinating research relating to this happening at UC Berkeley's Almeida Lab (https://nature.berkeley.edu/almeidalab/) on grapevine diseases, particularly relevant to the wine industry in Northern California.

1. The lab, led by Professor Rodrigo Almeida, is studying economically important grape diseases, focusing on Grapevine leafroll disease and Grapevine red blotch disease [1].

2. They're developing an AI tool for fast and accurate disease identification in vineyards, which could be a game-changer for disease management.

3. Their work combines molecular biology, ecology, and bioinformatics, using advanced techniques like genomics.

4. A recent study led by Kai Blaisdell showed that mealybugs efficiently transmit Grapevine leafroll-associated virus 3 under field conditions, with disease symptoms appearing throughout the plant one year after infection [2].

5. Their focus seems to be more on understanding and managing plant diseases using various molecular and ecological approaches [3].

This research is crucial for the wine industry, especially in regions like Northern California. It's not quite "genomics on the brink of the discovery what was penicillin through crispr", but it's still cutting-edge work that could have significant impacts on grape cultivation and wine production.

References: [1] https://nature.berkeley.edu/almeidalab/research/ [2] https://nature.berkeley.edu/almeidalab/category/lab-news/ [3] https://nature.berkeley.edu/almeidalab/publications/
fbnbr
·2 tahun yang lalu·discuss
Given the recent Supreme Court decision to overturn the Chevron deference doctrine, the responsibility for interpreting legal gaps now firmly rests with the courts, pushing Congress to be more explicit in its legislations. This shift underscores the need for tools that can help both government officials and advocates navigate the complexities of policy development and legislative analysis efficiently.

If you're a government official, advocate, or researcher feeling the impact of this change, consider reaching out to me. I am working on a platform that leverages AI to revolutionize policy research, bill drafting, and legislative analysis. I think there is a lot of toil that can be removed with intelligent policy research, advanced legal analysis, collaborative policy development, and automated legislative drafting. My team and I are designing it to empower teams with tools to facilitate grassroots participation while integrating seamlessly with existing civic platforms.

We're currently looking for early testers to help refine our product. If you're interested in enhancing your productivity and navigating the new legislative landscape with ease, DM me. Your insights could be invaluable in shaping a tool that addresses the real challenges in policy development and advocacy.
fbnbr
·2 tahun yang lalu·discuss
This RouteLLM framework sounds really promising, especially for cost optimization. It reminds me of the KNN-router project ([https://github.com/pulzeai-oss/knn-router](https://github.co...), which uses a k-nearest neighbors approach to route queries to the most appropriate models.

What I like about these kinds of solutions is that they address the practical challenges of using multiple LLMs. Rate limits, cost per token, and even just choosing the right model for the job can be a real headache.

KNN-router, for example, lets you define your own logic for routing queries, so you can factor in things like model accuracy, response time, and cost. You can even set up fallback models for when your primary model is unavailable.

It's cool to see these kinds of tools emerging because it shows that people are starting to think seriously about how to build robust, cost-effective LLM pipelines. This is going to be crucial as more and more companies start incorporating LLMs into their products and services.
fbnbr
·2 tahun yang lalu·discuss
Which Gemini was used is important too btw. - just tried Gemini-1.5-pro and it was working just fine. So I really think the newer versions of LLMs are able to catch this.
fbnbr
·2 tahun yang lalu·discuss
That's an interesting prompt I tried on our Pulze.ai platform Spaces and we nailed it with automatically choosing the right model for this type of question gpt-4-turbo: "Yes, you can infuse garlic into olive oil without heating it up, but it requires caution due to the risk of botulism, a potentially fatal illness caused by Clostridium botulinum bacteria. These bacteria can thrive in low-oxygen environments and can produce toxins in food products like garlic-infused oil if not prepared or stored correctly."

I think that is one advantage of not just blindly trusting one model but finding consensus among many top rated models within one interface that allows you to quickly cross-check.
fbnbr
·2 tahun yang lalu·discuss
That’s an interesting use case, we thought of a composition of expert router with specialized models like code-generation models to handle coding tasks. Currently we encourage Users to experiment with their own data, and we're happy to help. If you're interested in applying this to smaller LLMs and specialized adapters, let's connect!