HN user

mmq

2,433 karma
Posts221
Comments87
View on HN
9to5mac.com 1mo ago

Apple unveils new Siri AI, dedicated app, enhanced Apple Intelligence in iOS27

mmq
1pts0
www.anthropic.com 2mo ago

2028: Two scenarios for global AI leadership

mmq
11pts2
openai.com 1y ago

Trading Inference-Time Compute for Adversarial Robustness

mmq
2pts0
github.com 1y ago

Model Components of the Llama Stack APIs

mmq
2pts0
vitalik.eth.limo 2y ago

Exit games for EVM validiums: the return of Plasma

mmq
2pts0
githubnext.com 2y ago

GitHub Copilot Workspace

mmq
10pts0
blog.google 2y ago

New features coming to Fact Check Explorer

mmq
1pts0
en.wikipedia.org 3y ago

Language Game

mmq
1pts0
inflection.ai 3y ago

Inflection AI announces $1.3B of funding

mmq
18pts2
www.forbes.com 3y ago

Inflection AI, the Year-Old Startup Behind Chatbot Pi, Raises $1.3B

mmq
5pts0
old.reddit.com 3y ago

ChatGPT slowly taking my job away

mmq
2pts1
www.anthropic.com 3y ago

Claude’s Constitution

mmq
2pts0
old.reddit.com 3y ago

Mark Zuckerberg on Meta Strategy on open source and AI during the earnings call

mmq
3pts0
techcrunch.com 3y ago

Clubhouse needs to fix things, and today it cut more than half of staff

mmq
2pts0
techcrunch.com 3y ago

Snapchat sees spike in 1-star reviews as users pan the ‘My AI’ feature

mmq
263pts206
www.macrumors.com 3y ago

Apple Tester Claims to Be 'Blown Away' by AR/VR Headset

mmq
10pts0
ai.facebook.com 3y ago

DINOv2: State-of-the-art computer vision models with self-supervised learning

mmq
3pts0
arxiv.org 3y ago

Generative Agents: Interactive Simulacra of Human Behavior

mmq
391pts252
arxiv.org 3y ago

Summary of ChatGPT/GPT4 Research and Perspective Towards the Future of LLMs

mmq
3pts0
www.ycombinator.com 3y ago

Why Y Combinator?

mmq
2pts0
techcrunch.com 3y ago

Microsoft rebuilt Teams from the ground up, promises 2x faster performance

mmq
59pts133
en.wikipedia.org 3y ago

Language Game

mmq
1pts0
en.wikipedia.org 3y ago

Wittgenstein's Ladder

mmq
87pts67
www.canva.com 3y ago

Canva's New Creative Features

mmq
5pts0
techcrunch.com 3y ago

Nvidia partners with Google Cloud to launch AI-focused hardware instances

mmq
2pts0
techcrunch.com 3y ago

Google goes all-in on bringing AI to Workspace

mmq
4pts0
www.reuters.com 3y ago

First Republic tumbles as fresh financing fails to soothe deposit outflow fears

mmq
2pts0
www.reuters.com 3y ago

Yellen: Working to address SVB collapse, but not looking at bailout

mmq
9pts1
www.salesforce.com 3y ago

Salesforce Ventures Launches $250M Generative AI Fund

mmq
2pts0
pandas.pydata.org 3y ago

What's New in Pandas 2.0.0

mmq
2pts0

I know that the use-case that I mentioned as well as many of the agentive aspects can be achieved using code. But I have to admit that using the UI and easily create GPTs, whether using them just as templates/personas or full-featured with actions/plugins, makes the use-case much easier, faster, and sharable. I can just @ at specific GPT to do something. Take the use-case that Simon mentions in his blog post, Dejargonizer, I can have a research GPT that helps with reviewin papers and I can @Dejargonizer to quickly explain a specific term, before resuming the discussion with the research GPT.

Maybe this would require additional research, but I think having a single GPT with access to all tools might be slower and less optimal, especially if the user knows exactly what they need for a given task and can reach for that quickly.

One additional feature that I would like to see: interacting with 2 or more GPTs at the same time where they could perform different tasks based on their specific expertise and capabilities either in parallel or even sequentially as long as the replies/context of the discussion is accessible for further interactions, similar to what can be achieved with the assistants API.

The default ChatGPT 4 UI has been updated: where previously you had to pick between GPT-4, Code Interpreter, Browse and DALL-E 3 modes, it now defaults to having access to all three. ... So I built Just GPT-4, which simply turns all three modes off, giving me a way to use ChatGPT that’s closer to the original experience.

Isn't that what they have already built-in called "ChatGPT classic". The description litteraly says "The latest version of GPT-4 with no additional capabilities"

Cargo Cult AI 3 years ago

Usually for asking questions about specific details, people are using RAG (Retrieval Augmented Generation) to ground the information and provide enough context for the llm to return the correct answers. This means additional engineering plumbing and very specific context to query information from.

Cargo Cult AI 3 years ago

You used the model for fact checking. These models are not good at being used as a knowledge base.

When OpenAI released GPT-4, we were able to change one parameter, and everything still just worked.

Wouldn't that be the same if you used the OAI js library directly? Basically swapping the model parameter?

Visual ChatGPT 3 years ago

I think the chat interface is a bit restrictive when it comes to multimodal models. A much cleaner interface would be an "AI notebook" where the user can move, compare, rerun blocks. Also sharing, versioning and collaborating with others on notebooks is more straightforward.

A lot of teams use additional services from Github besides pushing code. They run their CI system using actions (including building docker images for prod), they keep knowledge/metadata on issues, PRs, comments, discussions, Kanban/project management, ...

Not having access to GH could be paralyzing.

Streamlit is such a nice product. When iterating on an ML product and trying to give other users a quick and an easy way to interact with a model, Streamlit should be one of the first option to think of.

Integrating with Streamlit[1] was also very simple, in our case, we only had to expose how we serve Tensorboards and Notebooks on our platform, and we created a couple of tutorials[2] to show how to host an app. Several of our users started using it after that as the default way for sharing interactive and customizable dashboards on their Kubernetes clusters.

[1] https://polyaxon.com/integrations/streamlit/

[2] https://polyaxon.com/docs/intro/quick-start/deploying-ml-app...

I had some good success running similar but not as organized sessions for our open-source project[1] in 2018-2019. There was no specific day of the week and calls were between 30-50 min.

I think this format is much better and more organized, so I highly recommend that open-source maintainers who would like to learn more about how their projects are used to give it a try.

[1] https://github.com/polyaxon/polyaxon

Probably OP was referring to the MPIOperator, TFOperator, PytorchOperator, ... they are under the Kuberflow org, but can be deployed independently of Kubeflow itself. Several other projects are using those operators to provide similar abstractions you mentioned in your blog post, e.g. Gang scheduling, cross-nodes communication, ...

One difference is that these operators use the Kubernetes service interface for communication, generally exposing a headless service for each replica.

Our tool provides several solutions, however, we do not force users to use all of these abstractions. It's very important for us that our product is interoperable with the rest of the ecosystem.

If a company is already using a pipelining tool, a visualization tool, or a data management tool, Polyaxon will work and integrate with those tools seamlessly.

That being said, and I fully understand where the OP is coming from, there are several companies not interested in managing several solutions and all the complexity that comes with the infrastructure, deployment, maintenance, upgrades, user facing clients, authn/authz, permissions... Polyaxon provides the right abstractions for covering the experimentation and the automation phase.

Hi @the_duke,

disclaimer I am one of the authors of an open-source solution (https://github.com/polyaxon/polyaxon) that specializes in the experimentation and automation phase of the data-science lifecycle.

Our tool provides exactly the kind of abstraction you mentioned:

* Training, data operations, and interactive workspaces (https://polyaxon.com/docs/experimentation/)

* A scalable history and comparison table (https://polyaxon.com/docs/management/runs-dashboard/comparis...)

* Currently pipelines and concurrency management is on the commercial version (https://polyaxon.com/docs/automation/) but several companies use Polyaxon with other tools like Kubeflow (https://medium.com/mercari-engineering/continuous-delivery-a...) or it can be used with MetaFlow for the pipelines part.

I would really like to hear your thoughts and feedback.