Earlier quoted context omitted.
Out of curiosity - can you give any examples of the programming questions you are using deep research on? I’m having a hard time thinking of how it would be helpful and could use the inspiration.
I often use Chrome to valid what I think I know. I recently asked Chrome to show me how to apply the Knuth-Bendix completion procedure to propositional logic, and I had already formed my own thoughts about how to proceed (I'm building a rewrite system that does automated reasoning). The response convinced me that I'm not a total idiot. I'm not an academic and I'm often wrong about theory so the validation is really u…
Claude Integrations
191–200 of 266 posts
Re: Claude Integrations
#192The leap frogging at this point is getting insane (in a good way, I guess?). The amount of time each state of the art feature gets before it's supplanted is a few weeks at this point. LLMs were always a fun novelty for me until OpenAI DeepResearch which started to actually come up with useful results on more complex programming questions (where I needed to write all the code by hand but had to pull together lots of d…
Gemini 2.5 pro was the moment for me where I really thought “this is where true adoption happens” All those talks about AI replacing people seemed a little far fetched in 2024. But in 2025, I really think models are getting good enough
Re: Claude Integrations
#193Earlier quoted context omitted.
I agree with your overall message - rapid growth appears to encourage competition and forces companies to put their best foot forward. However, unfortunately, I cannot shower much praise on Claude 3.7. And if you (or anyone) asks why - 3.7 seems much better than 3.5, surely? - Then I’m moderately sure that you use Claude much more for coding than for any kind of conversation. In my opinion, even 3.5 Haiku (which is a…
Seems clear to me that Claude 3.7 suffers from overfitting, probably due to Anthropic seeing that 3.5 was a smash hit in the LLM coding space and deciding their North star for 3.7 should be coding benchmarks (which, like all benchmarks, do not properly capture the process of real-world coding). If it was actually good they would've named it 4.0, the fact that they went from 3.5 to 3.7 (weird jump) speaks volumes imo.
Re: Claude Integrations
#194Earlier quoted context omitted.
Out of curiosity - can you give any examples of the programming questions you are using deep research on? I’m having a hard time thinking of how it would be helpful and could use the inspiration.
I often use Chrome to valid what I think I know. I recently asked Chrome to show me how to apply the Knuth-Bendix completion procedure to propositional logic, and I had already formed my own thoughts about how to proceed (I'm building a rewrite system that does automated reasoning). The response convinced me that I'm not a total idiot. I'm not an academic and I'm often wrong about theory so the validation is really u…
Re: Claude Integrations
#195Re: Claude Integrations
#196Re: Claude Integrations
#197Re: Claude Integrations
#198The integrations feel so rag-ish. It talks, tells you it’s going to use a tool, searches, talks about what it found… Hope one day it will be practical to do nightly finetunes of a model per company with all core corporate data stores. This could create a seamless native model experience that knows about (almost) everything you’re doing.
why is finetuning talked about so much less than RAG? is it not viable at all?
Re: Claude Integrations
#199The leap frogging at this point is getting insane (in a good way, I guess?). The amount of time each state of the art feature gets before it's supplanted is a few weeks at this point. LLMs were always a fun novelty for me until OpenAI DeepResearch which started to actually come up with useful results on more complex programming questions (where I needed to write all the code by hand but had to pull together lots of d…
If there was truly any innovation still happening in OpenAI, Anthropic, etc., they would be working on models only, not on side features that someone could already develop over a weekend.
Re: Claude Integrations
#200Earlier quoted context omitted.
The funny thing is that if your request only needed the top 100's temperature or the top 33's precipitation, it could just read "List of cities by average temperature" or "List of cities by average precipitation" and that would be it, but the top 250 requires reading 184x more pages. My perspective on this is that if Deep Research can't do something, you should do it yourself and put the results on the internet. It'l…
Yeah, that was intentional, well, somewhat. The project requires the full list of every known city in the western hemisphere and also Japan, Korea, and Taiwan. But that dataset is just maddeningly large, if it is possible at all. Like, I expect it to take me years, as I have to do a lot of translations. So, I figured that I'd be nice and just as for the top 250 for the various models. There's a lot more data that we'…
How do you validate its results in that scenario? Just take its word for it?