HackerTrans
TopNewTrendsCommentsPastAskShowJobs

spolu

no profile record

Submissions

Hive: Engineering at the Speed of AI

dust.tt
2 points·by spolu·6 maanden geleden·0 comments

Build vs. Run

dust.tt
1 points·by spolu·6 maanden geleden·0 comments

Infrastructure behind Dust deep-dive agent

blog.dust.tt
3 points·by spolu·9 maanden geleden·0 comments

Network of agents collaborating through a publication/review system

github.com
2 points·by spolu·10 maanden geleden·0 comments

Show HN: Dead simple transcription command-line

github.com
2 points·by spolu·12 maanden geleden·0 comments

Thoughts on the Future of Coding

twitter.com
1 points·by spolu·vorig jaar·0 comments

Cybersecurity and LLMs

twitter.com
1 points·by spolu·vorig jaar·0 comments

The Visions of Neil Mehta

joincolossus.com
2 points·by spolu·vorig jaar·0 comments

MCP and the emerging enterprise AI OS layer

blog.dust.tt
2 points·by spolu·vorig jaar·0 comments

A fair comparison of modern models' reasoning capabilities

blog.dust.tt
1 points·by spolu·3 jaar geleden·0 comments

Speculative sampling: LLMs writing a lot faster using smaller LLMs

blog.dust.tt
4 points·by spolu·3 jaar geleden·0 comments

Show HN: XP1 – A GPT-based Assistant with access to the browser Tabs

xp1.dust.tt
48 points·by spolu·4 jaar geleden·9 comments

WebGPT reproduced from advanced prompting only (using Dust)

twitter.com
8 points·by spolu·4 jaar geleden·2 comments

Show HN: Wedding thank you notes auto-drafted with Dust and GPT3

dust.tt
2 points·by spolu·4 jaar geleden·1 comments

comments

spolu
·vorig jaar·discuss
Yes you are perfectly right. Our product pushes users to be selective on the tables they give access to a given agent for a given use-case :+1:

The tricky part is correctly supporting multiple systems which each have their own specificity. All the way to Salesforce which is an entirely different beast in terms of query language. We're working on it right now and will likely follow-up with a blog post there :+1:
spolu
·vorig jaar·discuss
Hi, you are right that things can go sideways fast. In practice, the data that the typical employee needs is also quite simple. So there is definitely a very nice fit for this kind of product with a large number of use-case that we do see provide a lot of value internally for employees (self access to data) and data scientist (reducing loads).

For complex queries/use-cases, we generally instead push our users to create agents that assist them in shaping SQL directly, instead of going directly from text to result/graphs. Pushes them to think more about correctness while still saving them tone of time (the agent has access to the table schemas etc...), but not a good fit for non technical people of course.
spolu
·3 jaar geleden·discuss
Hi, this is a fair concern. We're super early and working on a proper privacy policy as we speak. But we also provided some color about how we handle your data on our Discord. Copying it here:

``` The privacy section on the landing README remains true. We just send your requests to OpenAI and store them for debugging purposes but we don't fetch or store anything else than what is required to process your requests of course. XP1 being opensource you can also look at the code if needed, but happy to answer any question In short: - Requests (including the text dump of tabs you select) go to the Dust main platform - They are processed as part of a Dust app whose Run object is stored - The LLM query is sent to OpenAI (retention policy 30 days, not used for training) - The response is tored as part of Dust's Run object - The response is streamed back to the client ```
spolu
·3 jaar geleden·discuss
Completely agreed with that. We'll revisit if needed but we don't expect it to be too much of an issue at this stage.

Our goal is to gather marginally more usage to learn more about productivity use-cases using LLMs.

Here's the email we sent to our users as we removed the paywall: https://twitter.com/dust4ai/status/1633484243228585988
spolu
·4 jaar geleden·discuss
Dust XP1 runs on a Dust app. You just need a "history" input parameter that gets injected at the right place. Does that make sense?
spolu
·4 jaar geleden·discuss
The real value will accrue as the assistant become more personalised as users use it.
spolu
·4 jaar geleden·discuss
Completely agreed! I believe I’ll open source the app in the coming days.

This is before anything else an exploration at this stage.
spolu
·4 jaar geleden·discuss
Some additional context here if interested: https://twitter.com/spolu/status/1602692992191676416
spolu
·4 jaar geleden·discuss
Copilot actually knows a bit of Lean and can be helpful when formalizing stuff. But it does not get the critical feedback we get from the formal systems (as it's not designed for formal systems).

It would be interesting to eval copilot on the same benchmark as I'm pretty sure it can close some of the proofs still.
spolu
·4 jaar geleden·discuss
It takes a lot of CPU (lean side) on top of GPU (neural side) indeed. But technically, when properly parallelized, it takes no more than 1-2h to crack the hardest problem we've cracked so far.
spolu
·4 jaar geleden·discuss
This is definitely something that we'll be looking into more closely in the future. Our old and busted `gptf` tactic was a good start but we can do much better!