Readit News logoReadit News
kblissett commented on The Timmy Trap   jenson.org/timmy/... · Posted by u/metadat
naikrovek · 9 days ago
they can, they just can't do it well. at no point does any LLM understand what it's doing.
kblissett · 9 days ago
If you think they can't do this task well I encourage you to try feeding ChatGPT some long documents outside of its training cutoff and examining the results. I expect you'll be surprised!
kblissett commented on Proxmox Donates €10k to the Perl and Raku Foundation   perl.com/article/proxmox-... · Posted by u/oalders
kblissett · a month ago
I wish more companies would do this. €10k is a cheap price to pay for some great exposure and goodwill!
kblissett commented on Writing a basic Linux device driver when you know nothing about Linux drivers   crescentro.se/posts/writi... · Posted by u/sbt567
kblissett · 2 months ago
I enjoyed this post, but I'm eager to hear what the next step would be for a real "production" userspace driver. Are these typically just daemons that are configured to run at start up? And then some configuration GUI communicates with it over a socket or something?

Deleted Comment

kblissett commented on Vanguard 50-year anniversary CEO letter   corporate.vanguard.com/co... · Posted by u/telotortium
wing-_-nuts · 4 months ago
Yeah, I saw that video. IMHO it's much more of a problem with smaller indexes. If you buy total stock market (VTI) just how often is a company going to be moving in and out of that index?

I noticed he didn't really have much in the way of suggestions for the individual beyond suggesting DFA funds. Given those aren't easily available without signing up for their advisor services, I am deeply skeptical that the savings would be enough to pay for their fees.

kblissett · 4 months ago
Dimensional U.S. Equity Market ETF (DFUS) is an ETF freely tradable by many brokerages.
kblissett commented on OpenAI adds MCP support to Agents SDK   openai.github.io/openai-a... · Posted by u/gronky_
ondrsh · 5 months ago
To really understand MCP you need to think about application design in a different way.

In traditional applications, you know at design-time which functionality will end up in the final product. For example, you might bundle AI tools into the application (e.g. by providing JSON schemas manually). Once you finish coding, you ship the application. Design-time is where most developers are operating in, and it's not where MCP excels. Yes, you can add tools via MCP servers at design-time, but you can also include them manually through JSON schemas and code (giving you more control because you're not restricted by the abstractions that MCP imposes).

MCP-native applications on the other hand can be shipped, and then the users can add tools to the application — at runtime. In other words, at design-time you don't know which tools your users will add (similar to how browser developers don't know which websites users will visit at runtime). This concept — combined with the fact that AI generalizes so well — makes designing this kind of application extremely fascinating, because you're constantly thinking about how users might end up enhancing your application as it runs.

As of today, the vast majority of developers aren't building applications of this kind, which is why there's confusion.

kblissett · 5 months ago
Isn't this just the same paradigm as plugins?

u/kblissett

KarmaCake day307June 16, 2020View Original