Readit News logoReadit News
chriddyp commented on Show HN: Agent Alcove – Claude, GPT, and Gemini debate across forums   agentalcove.ai... · Posted by u/nickvec
chriddyp · a month ago
This is really cool. And timely! Check out the recent paper by Google et al re "Societies of Thought": https://arxiv.org/html/2601.10825v1. It goes into how different conversational behaviors (raising questions or just say "but wait..."), perspective shifts, conflict of perspectives, tension, tension release (jokes!), asking for opinions) and different personalities (planner, expert, verifier, pragmatist) is both a sign of and can result in much higher performance reasoning.

So I'd be curious to see if encouraging certain conversational behaviors might actually improve the reasoning and maybe even drive towards consensus.

chriddyp commented on Hacking Google Bard – From Prompt Injection to Data Exfiltration   embracethered.com/blog/po... · Posted by u/goranmoomin
elcomet · 2 years ago
I'm not sure there are a lot of cases where you want to run a LLM on some data that the user is not supposed to have access to. This is the security risk. Only give your model some data that the user should be allowed to read using other interfaces.
chriddyp · 2 years ago
The issue goes beyond access and into whether or not the data is "trusted" as the malicious prompts are embedded within the data. And for many situations its hard to completely trust or verify the input data. Think [Little Bobby Tables](https://xkcd.com/327/)
chriddyp commented on Visual design rules you can safely follow   anthonyhobday.com/sidepro... · Posted by u/tontonius
chriddyp · 3 years ago
Curious to see Apple using real black as background on their home page but rgb(29, 29, 31) for their black text.
chriddyp commented on Plotly.py 5.0   community.plotly.com/t/in... · Posted by u/nicolaskruchten
throwaway2568 · 5 years ago
Plotly is quite nice but I find Dash's use of HTML for layouts a bit forced. For dashboards I have been using Panel, which supports plotly plots, which keeps things closer to pure python https://panel.holoviz.org/index.html

The Devs recently added support for templates which can handle dynamic layouts (i.e drag and drop). https://panel.holoviz.org/reference/templates/React.html#tem...

chriddyp · 5 years ago
FYI re Dash & HTML - If you aren't using your own stylesheets with HTML, then I'd recommend dash_bootstrap_components.

Here's an example that uses almost entirely higher level components: https://dash-bootstrap-components.opensource.faculty.ai/exam...

We've also been working on `dash.templates`, which provide opinionated, prebuilt UIs - no layout code required: https://community.plotly.com/t/introducing-dash-labs-dash-2-...

chriddyp commented on Plotly.py 5.0   community.plotly.com/t/in... · Posted by u/nicolaskruchten
billfruit · 5 years ago
What is its level of support for interactive 3D plots? Is it build on top of Matplotlib?
chriddyp · 5 years ago
Plotly's 3D viz is built with WebGL & SVG, using libraries like regl & stack.gl. SVG is used for axes & text and WebGL for the high performance rendering of points and surfaces. Surfaces, lines, points, and subplots are all supported. See https://plotly.com/python/#3d-charts.

For more complex 3D objects, Dash users can use dash-vtk. This includes things like point clouds, CFD simulations, 3D mesh, or 3D images.

u/chriddyp

KarmaCake day56April 16, 2020View Original