HackerTrans
トップ新着トレンドコメント過去質問紹介求人

ricklamers

no profile record

投稿

Gemini 3.0 spotted in the wild through A/B testing

ricklamers.io
420 ポイント·投稿者 ricklamers·9 か月前·268 コメント

Show HN: Filter X posts using an LLM – open-source browser extension

github.com
1 ポイント·投稿者 ricklamers·2 年前·1 コメント

Show HN: BuildAnything – stream LLM HTML to an iframe

github.com
6 ポイント·投稿者 ricklamers·3 年前·3 コメント

funcchain: a Pythonic abstraction of OpenAI Functions

github.com
3 ポイント·投稿者 ricklamers·3 年前·0 コメント

Show HN: Code Indexer Loop

github.com
28 ポイント·投稿者 ricklamers·3 年前·6 コメント

Show HN: Shell-AI, run shell commands with natural language

github.com
2 ポイント·投稿者 ricklamers·3 年前·0 コメント

Show HN: Open-Source ChatGPT Code Interpreter

ricklamers.io
8 ポイント·投稿者 ricklamers·3 年前·4 コメント

Show HN: Run Malloy DuckDB on Node-Red

github.com
2 ポイント·投稿者 ricklamers·3 年前·0 コメント

コメント

ricklamers
·9 か月前·議論
Perhaps then inventors of promising ideas should make multiple attempts at popularizing their ideas if they care about association, multiple attempts at explaining why the idea is important and demonstrations of killer applications.
ricklamers
·11 か月前·議論
I have found 'Buienalarm' to be more accurate in the Netherlands, not scientifically, just anecdotally
ricklamers
·2 年前·議論
I want more blog posts like this: filled to the brim with useful advice. Ty pul!
ricklamers
·2 年前·議論
FWIW I think LangChain has evolved a lot and is a nice time saver once you figure out the patterns it uses. The LangSmith observability is frankly fantastic to quickly get a sense of how your expected LLM flow engineering ends up working out in practice. So much FUD here, unwarranted IMO. Don’t forget, reading code is harder than writing it, doesn’t warrant throwing out the baby with the bath water. Don’t fall for NIH :) Haven’t had issues running in prod recently either since they’ve matured their packaging with core/community/partner etc. For agentic use cases look at LangGraph for a cleaner set of primitives that give you the amount of control needed there.
ricklamers
·2 年前·議論
It makes no sense to estimate the total cost of the proprietary equivalent of _all_ that is currently OSS at $177M. It would be spread over at minimum thousands of companies and each company would try to get their margin, needs to be rewarded for the risk they’re taking, etc.

The HBS method to get to 3.5X isn’t sensible (as the author points out, not everyone would build) but the truth is somewhere in-between.

The COGS of software would be significantly higher if there was no OSS. But everyone knows that already. I don’t think any new information has been created here.
ricklamers
·3 年前·議論
I really enjoy tinkering with LLM outputs that generate code that can be executed directly. Especially the faster models like GPT-3.5 Turbo are a joy to play with.
ricklamers
·3 年前·議論
Am I the only one surprised that the author of einops is looking for work? In an era of an AI arms race between many big labs? If you’re rolling your own networks, I’d definitely reach out to this guy!
ricklamers
·3 年前·議論
TIL. Cross-posting breaks silos
ricklamers
·3 年前·議論
https://github.com/PipedreamHQ/pipedream/issues/954

No I don’t think so. You probably want n8n if you’re keen on self-hosting.
ricklamers
·3 年前·議論
If you want good up to date resources on the applied side I’d recommend checking out https://hamel.dev/notes/
ricklamers
·3 年前·議論
I have to plug one of my favorite workflow automation tools that is a namesake and was fairly recently developed: https://pipedream.com/

Would definitely give it a try if you’re looking to automate Yahoo Pipes style.

I have no affiliation to them, just a happy user
ricklamers
·3 年前·議論
Thanks! Appreciate it
ricklamers
·3 年前·議論
I wrote a similar thing for myself: https://github.com/ricklamers/shell-ai

It currently has 882 stars and I think a few people at least are enjoying using it.
ricklamers
·3 年前·議論
https://codingwithintelligence.com/feed.xml

It has an RSS feed with full articles available. I understand your desire to limit JS.
ricklamers
·3 年前·議論
Great analysis on the value of collecting and curating knowledge, even without synthesizing it into "best practices." As an AI engineer I collect a lot of resources here, hoping it helps someone https://codingwithintelligence.com/
ricklamers
·3 年前·議論
It doesn’t even support keyword arguments yet, hard to take the Python interop seriously
ricklamers
·3 年前·議論
I found https://github.com/oblador/hush#does-hush-accept-or-deny-per...

So neither it seems. Whatever the website does when a user doesn’t make a choice.
ricklamers
·3 年前·議論
Queries on https://github.com/pypa/flit/tree/main/flit_core/flit_core (omitted tests/)

https://pastebin.com/qyzWm6YC

https://pastebin.com/DDnDKGxd
ricklamers
·3 年前·議論
Please let me know if anything isn’t as expected and I’ll try to look into it
ricklamers
·3 年前·議論
Sweep is mentioned as attribution in multiple places a) https://github.com/definitive-io/code-indexer-loop#attributi... b) https://github.com/definitive-io/code-indexer-loop/blob/fd9d...

The difference is packaging it as a consumable PyPI package that can easily be used in a project (they even call out for separating this out into a stand alone project but that they lack the time to do so: https://docs.sweep.dev/blogs/chunking-2m-files#future- )

In addition, we expand and fix the implementation, for example it now supports limiting on token count instead of character count, and we fix some white space inconsistencies in parsing/chunk reconstruction.