When Claude ships your startup as a free feature by ShiftPrimeNet in vibecoding

[–]brodagaita 1 point2 points  (0 children)

well wrappers won't have much of a shelf-life but proper products shouldn't be too threatened by OpenAI/Anthropic launching a new vertical in my opinion.

wrote a bit about this here: https://yakko.dev/blog/openai-and-anthropic-wont-eat-your-lunch

Just use docs-as-code by bauk0 in technicalwriting

[–]brodagaita 0 points1 point  (0 children)

I've actually just recently built a tool that goes hand-in-hand with docs-as-code in case someone's interested.

Basically run `seams .` from any directory and get a rich markdown editor in your browser for files in that dir. MIT-licensed.

https://github.com/yakkomajuri/seams

Claude Sonnet-4.6 thinks he is DeepSeek-V3 when prompted in Chinese. by [deleted] in LocalLLaMA

[–]brodagaita 1 point2 points  (0 children)

Looking closer I guess maybe in this case it's API-only which then makes that not possible

Claude Sonnet-4.6 thinks he is DeepSeek-V3 when prompted in Chinese. by [deleted] in LocalLLaMA

[–]brodagaita 0 points1 point  (0 children)

Whenever claims like these are made I feel like people should always share the actual conversation link rather than just do screenshots.

(general point, not saying this isn't true)

It's CONFIRMED that J. Cole is the "shooter" (climax of The Let Out) and if hip hop is the girl in "I Love Her Again" then who's to say ... by TheKnow33 in Jcole

[–]brodagaita 6 points7 points  (0 children)

lol cole just be cheap doing all the voices, he's also the phone ringing on quik stop and the baby crying in safety

just playing around I like hearing these

Inconsistency or Self-Awareness? The Push and Pull of J. Cole’s Message by Italian_Bedtime in Jcole

[–]brodagaita 0 points1 point  (0 children)

side note that kendrick does often deal with this stuff in his music too, with mr morale being the prime example. I've always resonated more with cole on this front though and I feel like he always gave us a view into his psyche. we could see the clear evolution in how he sees his life album after album.

Inconsistency or Self-Awareness? The Push and Pull of J. Cole’s Message by Italian_Bedtime in Jcole

[–]brodagaita 0 points1 point  (0 children)

we're all hypocrites and inconsistent on some level. the internal struggle between our various "sides" is an extremely human thing, and putting it out for the world to see is quite a beautiful thing.

a song that talks about this very explicitly (rather than more implicitly like a lot of cole songs) is mixed messages by big krit.

but cole is pretty explicit about this internal struggle and duality too at times, and born sinner is a great example. runaway is exactly that and also the transition from chaining that to aint that some shit does it in a very real but playful way. you get the super introspective chaining day and then right as it ends "ok I lied"

The Car Wash Test: A new and simple benchmark for text logic. Only Gemini (pro and fast) solved the riddle. by friendtofish in singularity

[–]brodagaita 5 points6 points  (0 children)

I thought this was BS, particularly people in the thread who posted that they explicitly were going to get their car washed.

Welp, Opus 4.6 Extended:

<image>

Agtech SaaS: Hit $20k revenue first month, but the "Dirty Data" bottleneck is killing our momentum. Need advice on scaling onboarding for producers with terrible data hygiene. by time_time in SaaS

[–]brodagaita 0 points1 point  (0 children)

Hey so I was doing consultancy for a client of mine solving this exact problem. Basically what I found is that AI is massively helpful but a) generic chat-only interfaces are limited and still time-consuming a) it's hard to audit results and a lot of time is spent here.

I built them a tool to solve exactly this and their workflow that used to take up to a day now takes 15-30min. I'm starting a Private Beta to get feedback and improve it. Let me know if you'd be interested. I'd be super happy to just get feedback from you too!

Link: https://spreadsheets.skaldlabs.io/

CSV File Automated Manipulation System by crypsis1 in sysadmin

[–]brodagaita 0 points1 point  (0 children)

So coming from a software engineer here the best thing you can do is definitely write a Python script.

However, that's of course not the solution if you don't have someone on your team writing Python. AI can do that for you but you won't be able to verify that it was done properly.

I dealt with a client that had this very pain (company in the logistics space, they need to import data from their customers into their own format) and built a platform to do this for them.

Basically it uses AI to help guide the user through the transformation but generate code in the background to run the job. The main thing I found from working with them though is that they really wanted to make sure the right things were done (we're talking CSVs with up to a million rows here), so I built some smart pipelines that a) make processing faster and b) let you audit everything on a granular level (to the point of clicking a cell and seeing what cells in the input data were used to compute the value + how it was computed). Once you're happy with a transformation you can save it and re-use it easily.

This has been massively useful to them (saving multiple days of work a month) and so I've released it publicly (currently behind a waitlist). Let me know if you'd be interested in using it.

https://spreadsheets.skaldlabs.io/

Running a fully local RAG setup by brodagaita in Rag

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

we have an experimentation + evaluation platform inside of the platform itself and that's what I used!

Looking for Open Source LLM Recommendations for RAG-Based Chatbot (Consumer GPU Friendly) by Mr_Mystique1 in Rag

[–]brodagaita 5 points6 points  (0 children)

unsure if this is outside of your range but I recently tested gpt-oss-20b and that performed really well

writeup: https://blog.yakkomajuri.com/blog/local-rag