chazwhiz

joined 2 years ago
[–] chazwhiz@lemmy.world 8 points 1 day ago (1 children)

I have no advice but I’ve been thinking the same way. I like LLMs, I use LLMs, but the “shove an LLM into every product and call it more valuable” approach is not sustainable and it will fail. Hopefully not as a full on bubble collapsing economy thing, but it’s only a matter of time (I’d guess a year tops) until companies have to start admitting to losses and investors start retreating.

Hopefully someone with some decent economic knowledge will drop some advice, but frankly I doubt anyone can do much better than guess (or parrot old advice) what will be least impacted. Intuitively tech stocks are the ones that will be hurt, maybe it’s manufacturing stuff that will stay more stable, but it’s all such a complicated web of interdependency who knows.

[–] chazwhiz@lemmy.world 6 points 2 weeks ago (1 children)

I just started using them and I like it. It’s a good balance of easy and secure for me. I just added the container to my stack and then use their UI to point a subdomain at the internal port. Security can go pretty extreme if you set up their whole zero trust thing.

An alternative similar option is Pangolin. I’ve seen a lot of people like it to avoid Cloudflare, but I haven’t used it myself. There still has to be an endpoint running it, so you’ll need an external VPS, which then adds a cost to the equation but at least you control it.

[–] chazwhiz@lemmy.world 8 points 2 weeks ago

At that point the pebbles just become rocks for you throw back at them.

[–] chazwhiz@lemmy.world 3 points 2 weeks ago (1 children)

Definitely not getting many pebbles I’d wager.

[–] chazwhiz@lemmy.world 2 points 3 weeks ago

Right? On one hand I feel personally attacked, but on the other hand “oh thank god it’s not just me”.

But next year I swear I’ll have the time and energy to actually build all those cool ideas behind the domains! I hope….

[–] chazwhiz@lemmy.world 5 points 3 weeks ago

How very dare you.

[–] chazwhiz@lemmy.world 1 points 1 month ago

I’m just presenting that as a “is this what you mean”. If it is, then perhaps a FOSS or self hostable version fists or the community might be interested in one existing.

[–] chazwhiz@lemmy.world 1 points 1 month ago (2 children)

It’s not self hostable, but you mean something like this? https://calendarbudget.com/

[–] chazwhiz@lemmy.world 2 points 1 month ago

I played a bit with the basic concept of identifying and categorizing merchants by importing a transaction csv into google sheets and writing a custom function that called the OpenAI API, basically just passing the raw merchant string along with “What category of business is this?”. It did well, the next step would have been to add a step that compared to a predefined list of possible categories. I didn’t compare any models or other platforms though. This was last year so I might play with it again.

[–] chazwhiz@lemmy.world 3 points 1 month ago* (last edited 1 month ago)

I found this which is overkill for personal use but does a good job of laying out this sort of application: https://midday.ai/updates/automatic-reconciliation-engine/

“Instead of just comparing text strings, we use 768-dimensional vector embeddings to capture the semantic meaning of transactions and receipts.

// Generate embeddings for transaction data
const transactionText = prepareTransactionText({
  name: transaction.name,
  counterpartyName: transaction.counterpartyName,
  merchantName: transaction.merchantName,
  description: transaction.description
});

const embedding = await generateEmbeddings([transactionText]);

These embeddings allow our system to understand that "AMZN MKTP" and "Amazon Marketplace Purchase" refer to the same thing, even though the text strings are completely different. The system learns patterns like:

  • "SQ *COFFEE SHOP" → "Square Coffee Shop Receipt"
  • "PAYPAL *DIGITALOCEAN" → "DigitalOcean Invoice via PayPal"
  • "APL*APPLE.COM" → "Apple App Store Purchase"”
[–] chazwhiz@lemmy.world 6 points 1 month ago (1 children)

You’re missing the point, that would require sitting down and manually doing that for every conceivable payee. Walmart is just an example. The value of any sort of “intelligent” component would be for this to happen automatically and seamlessly for the user. Hell, the AI layer could just be “write regex for al the possible similar payees across these documents”.

[–] chazwhiz@lemmy.world 8 points 1 month ago (4 children)

Yep, that’s exactly the sort of thing I’m thinking about here. And it doesn’t even need to be full on chat style LLM, just some decent NLP that can recognize WALMART, WAL-MART, or WMART are all the same thing and label it.

But for some reason this question brings out all the assumption people who want to give financial advice or talk about the AI image the saw last year with 6 fingers.

 

I’m not necessarily interested in the traditional full budgeting and planning type stuff, but more like “AI take all these statements and tell me how to save money” purpose built tools. Anyone used anything they’d suggest?

(And to hopefully head off any unhelpful answers like I got on Reddit, I am not trying to have an AI manage my money, nor am I talking about just a wrapper for ChatGPT. AI in the broad sense of the term that can be intelligently used as part of larger programmatic workflows.)

Edit: For anyone actually trying to understand the possible applications, I found this: https://midday.ai/updates/automatic-reconciliation-engine/. The product is overkill for the sort of personal use I was asking about, but this article does a good job of showing the why and how.

 
 
 
 
 

The official ChatGPT app on iOS integrates really easily and nicely with Apples Shortcuts apps, so doing stuff like summarizing a web page in one click (without having to do API stuff) is super simple for anyone. Is there an equivalent on Android?

 

Happy Barbenheimer Day.

 

I use HomeAssistant automations for all my home stuff, it has an official easy to add Node Red integration available. I played with it a little in the past but didn’t really see any value for me at the time. Now I’m looking to set up a new automation tool that’s not necessarily hardware/home type stuff, moreso the kind of thing you might use IFTTT for, but I want to self host. so for example scraping a webpage, extracting the content of an article, sending to an AI API for summary, then outputting as RSS. I was thinking about setting up n8n, but I wanted to see if maybe the HA Node Red would be just as good (I think it’s a fork right?). That way I don’t need to set up a new VM or anything plus it’ll be already integrated into my backups and proxy etc as part of HA.

So has anyone used both and could compare?

 

I use HA automations for all my home stuff, I’ve played with Node Red but didn’t really see any value for me at the time. Now I’m looking at automation that’s not necessarily hardware/home type stuff, moreso the kind of thing you might use IFTTT for, but I want to self host. so for example scraping a webpage, extracting the content of an article, sending to an AI API for summary, then outputting as RSS. I was thinking about setting up n8n, but I wanted to see if maybe Node Red would be just as good (I think it’s a fork right?). That way I don’t need to set up a new VM or anything plus it’ll be already integrated into my backups and proxy etc as part of HA.

So has anyone used both and could compare?

view more: next ›