HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Appsmith

no profile record

Submissions

Auto Chat – Two AIs talking to each other

1 points·by Appsmith·قبل سنتين·0 comments

Ask HN: How to Build Low-Latency AI SaaS Product Without BYOK?

1 points·by Appsmith·قبل سنتين·0 comments

Firebase Documentation Sucks - Firestore and Storage Rules Edition

1 points·by Appsmith·قبل سنتين·0 comments

Ask HN: Firebase Cloud Storage Rules and Named Firestore Database

2 points·by Appsmith·قبل سنتين·0 comments

Ask HN: Dangers of Unsecured WiFi?

24 points·by Appsmith·قبل سنتين·39 comments

There are those who automate, and there are those who Appomate

appomate.ai
1 points·by Appsmith·قبل سنتين·0 comments

Ask HN: LLMs to write commit message? WTF

3 points·by Appsmith·قبل سنتين·5 comments

Ask HN: Does anyone else think LangChain is too complex?

4 points·by Appsmith·قبل سنتين·9 comments

Appomate AI – AI agents. Multi-sided chats. 100 FREE credits

1 points·by Appsmith·قبل سنتين·0 comments

comments

Appsmith
·قبل 12 شهرًا·discuss
This cracked me up:

“So for now we probably should use it only for tasks where facts are not important, such as writing letters of recommendation and formulating government policy.”

:-)
Appsmith
·السنة الماضية·discuss
While search works in most cases, sometimes some sort of organization comes in handy because recognition is easier than recall.

That said, I do like PARA so built this centered around it, with a few GTD and ZK additions:

https://thoughtscape.app/
Appsmith
·السنة الماضية·discuss
I kind of agree with you! But still wanted to take a shot at it:

https://thoughtscape.app/
Appsmith
·السنة الماضية·discuss
This is centered around PARA and free for now. Would love your feedback!

https://thoughtscape.app/
Appsmith
·قبل سنتين·discuss
> look for pmf by making your idea smaller, not bigger

This!! And your related explanation is so good!
Appsmith
·قبل سنتين·discuss
This is right on the money (speaking from experience)!

Simple and superb root cause analysis!
Appsmith
·قبل سنتين·discuss
And for some reason I used to think security patches get back ported to all the supported versions and by not upgrading I was only missing out on new features.

Thanks for letting me know that’s not correct!
Appsmith
·قبل سنتين·discuss
Thanks, I’m realizing that now. It helps that you’re emphasizing the need to stay up to date.

I don’t upgrade to the latest version when it comes out thinking it may not be stable enough yet. And then I remember about it when I’m about to start working or in the flow. I know, silly excuses!
Appsmith
·قبل سنتين·discuss
Thanks, makes sense!
Appsmith
·قبل سنتين·discuss
That does sound very familiar!
Appsmith
·قبل سنتين·discuss
Wow! Didn’t know this!

I would’ve thought they would let devs handle it because if anything they’re more capable of these kinds of things (not counting myself ofc :-))
Appsmith
·قبل سنتين·discuss
Thanks, that makes me feel a little better because I did use the https bookmark I had and didn’t type in the addr.
Appsmith
·قبل سنتين·discuss
I hear you!

I really need to let go of these self-sabotage tendencies fast!!
Appsmith
·قبل سنتين·discuss
Hehe….life would be so boring without coincidences!

But I definitely panicked too and still a worried if I carried something over to my home network.

I’m a developer and at least superficially aware of the issues. Can’t imagine what non techies go through when faced with such situations!!
Appsmith
·قبل سنتين·discuss
Thank you! Yes I’m still 2 OS versions back.
Appsmith
·قبل سنتين·discuss
Didn’t try the password reset until you mentioned. Thanks, that worked.

Google did send me two Security alerts (one for each laptop) when I tried signing in yesterday with my old pwd. So they must have reset my password or something?

In any case, lesson learned: never connect to an unsecured Wi-Fi again! (I rarely do, but I was at this conference last week trying to demo Appomate AI, and was wanting it to be as snappy as possible. Bad decision!)
Appsmith
·قبل سنتين·discuss
Good to know! Thanks for sharing your workflow. To answer your question, I just think when you're scrolling through git log, seeing a message in your own words has a much better chance of bringing back all that went behind that commit. But I agree that's very subjective.
Appsmith
·قبل سنتين·discuss
> It's bizarre: Standardize the API via individually wrapped endpoints. WTF?

Exactly!

> Yes, after spending more time trying to decypher the LangChain docs than it would take to roll-my-own, everything I've done so far has involved rolling-my-own.

Looks like quite a few are doing the same, that is, rolling their own. Wonder if there needs to be a way to do it where it's standardized but still feels like rolling your own.

> I still think I might need to work with LangChain however: I'm afraid it's going to be what employers will be looking for.

Yeah workplaces are so different than working on your own projects. Been there! Might be you can get started that way, and slowly help people "see the light"!
Appsmith
·قبل سنتين·discuss
Cool projects!

And we're on the same page as to the time it takes!
Appsmith
·قبل سنتين·discuss
I feel the same! Just look at all the separate classes for different model providers for tackling minor input/output differences.

As for the alternatives, I think there are 3 things to think about: 1. LLM call itself 2. Orchestration of calls & monitoring/input/output 3. Integrations with external services

For #1, if we were to limit the discussion to model providers with REST APIs (OpenAI, Anthropic, Google, Cohere, Groq, Together, ElevenLabs all have them), I think it would be much simpler to build a simple wrapper directly on top of fetch or equivalent APIs and even skip the SDKs.

For #2, don't think LangChain is a better solution than alternatives like state charts.

#3 is where LangChain might offer some value, but it's pretty thin.