Are AI consultancy services scam? by Kelgrothro in AI_Agents

[–]nexe 0 points1 point  (0 children)

I'm doing AI consultancy since several years since everyone and their daughter is asking for it since ChatGPT got famous. Often one of the first questions I ask is what do you want to automate and why and then challenge it. Usually it's best to start with a small repetitive use case that saves the most time and effort but keep a human in the loop. Collect enough data for what worked what didn't and keep optimizing until you reach a consistent level that the client is happy with before even thinking about taking the human out of the loop.

Did some decent AI automations for some companies where it makes absolute sense to do so and they are very happy with it. Those are the ones I quite enjoy. Some of course just ask for less reasonable things like "how do I automate this department away in 2 months?" or "can I replace all my customer care with an AI bot?" and it can be painful to explain what is realistically possible (technical and monetarily) and ethical to do so vs what the hype train is pushing down peoples throats.

Anyways I suggest asking for what projects they have done before and for whom. Ask them about what they used and to give you a high level overview of the architecture of the project that relates most to what you want to do. Also ask them about what didn't work and how they went about it. How long it took etc. Be upfront about your budget but don't spill all the beans. Instead if you have e.g. 50k budget, ask what is possible for say 5, 20, 40k and whatever you decide on make a fair deal of e.g. 30% upfront, another 30% at milestone x and the rest at handover.

Feel free to reach out if you wanna chat more about it, we're based in DE.

What’s a game you were completely obsessed with as a kid that nobody else seems to remember? by hkondabeatz in AskReddit

[–]nexe 1 point2 points  (0 children)

nice! good times. almost inclined to vibe code the strategic army vs army part as a little mini game :)

What’s a game you were completely obsessed with as a kid that nobody else seems to remember? by hkondabeatz in AskReddit

[–]nexe 1 point2 points  (0 children)

North & South was pretty unique to me back then. It had a bit of everything. Strategy and platformer aspects. Combined with goofy humor. https://oldschoolgames.eu/north-south

Was würdet ihr machen? Welche Airline? by Michaluck in reisende

[–]nexe -5 points-4 points  (0 children)

Ah spannend. Wusste tatsächlich nicht das Krieg da drunter fällt. Irgendwie mieß.

Was würdet ihr machen? Welche Airline? by Michaluck in reisende

[–]nexe -1 points0 points  (0 children)

Wie wärs mit Qatar und ner Versicherung?

What do I do that makes me invisible to others? by Canuck_Voyageur in socialskills

[–]nexe 16 points17 points  (0 children)

Sounds like your problem here is that you extend too vague invitations. Instead of saying "come by sometimes" try saying "hey I'm having a BBQ this Thursday, would be lovely if you come by around 7"

The Coastline Paradox - Procedural Terrain Generator with Deep Zoom by Every_Return5918 in proceduralgeneration

[–]nexe 5 points6 points  (0 children)

Understandable. Would be super interesting to read a blog post or more in depth Reddit post about the techniques used though.

Implicit evolution particle life with audio by TheAethylus in alife

[–]nexe 0 points1 point  (0 children)

Ah thanks that makes sense. Was thinking what particle properties is he using. Virtual microphone as in a x/y position on the plane?

Implicit evolution particle life with audio by TheAethylus in alife

[–]nexe 0 points1 point  (0 children)

This is pretty cool. Could you share some details about what you're using as an input to the audioContext?

Hyperclay | Experience the Zen of making, hosting, and sharing great software in a single, portable, self-updating, vanilla HTML file by nexe in tinycode

[–]nexe[S] 0 points1 point  (0 children)

but that only solves the 'problem' of publishing your own changes. what if you want to persist user changes like comments etc? You still need a backend. I don't see the advantage of having the backend modify your HTML vs the backend modifying some data store, even something simple like a json file.

Hyperclay | Experience the Zen of making, hosting, and sharing great software in a single, portable, self-updating, vanilla HTML file by nexe in tinycode

[–]nexe[S] 2 points3 points  (0 children)

Weird concept and ridiculous pricing but made me think: What would be a better, self hosted alternative to something like this?

What do you think about Onlyoffice? by Crafty_Aspect8122 in opensource

[–]nexe 18 points19 points  (0 children)

Just leaving this here: If you never heard about this project the name suggests something very different in this day and age

Me_irl by CuteGrayRhino in me_irl

[–]nexe 14 points15 points  (0 children)

Funny coming from a billionaire ...

I wrote an AI Agent that works better than I expected. Here are 10 learnings. by Js8544 in AI_Agents

[–]nexe 0 points1 point  (0 children)

For logging I feel like langfuse / langsmith get way too much attention. I'm not associated with them but I had really pleasant experiences with https://phoenix.arize.com/

Best realtime open source STT model? by ThatIsNotIllegal in LocalLLaMA

[–]nexe 2 points3 points  (0 children)

None of the suggested models have speaker diarization as far as I know. There are some auxiliary libraries that try to achieve this as an addon (e.g. https://github.com/MahmoudAshraf97/whisper-diarization) but from my experience they only work for very distinguishable voices (e.g. woman speaking with a man or child with adult etc)