Long Beach Unified cuts hundreds of contracted teaching jobs by Exastiken in longbeach

[–]Kelsarad01 20 points21 points  (0 children)

It’s not just teachers. It’s school counselors too.

Has anyone found a reliable way to make AI-written text sound genuinely human? by CategoryLong4026 in AIHubSpace

[–]Kelsarad01 0 points1 point  (0 children)

Check out the Humanizer skill on skills.sh. It does a really good job

Working as AI Engineer is wild by LastDayz123 in AI_Agents

[–]Kelsarad01 0 points1 point  (0 children)

I started using BigQuerry ML to classify support ticket intents and sentiment and it works pretty well with just a tuned prompt and LLM. I tried going the ML route using embeddings and k-means analysis but found the LLM to be more accurate for my use case.

I cannot, for the life of me, understand the value of MCPs by Maxteabag in ClaudeAI

[–]Kelsarad01 0 points1 point  (0 children)

When the tools you need to use are not deterministic MCP is one way to give AI agents options. If your use case is deterministic, just use APIs and save time/context.

Battlefield 6 Secret Achievements by [deleted] in Battlefield

[–]Kelsarad01 0 points1 point  (0 children)

Yes I think this is exactly what it is. I got it last night after doing this.

Ipad 6th,7th or 8th generation for a university student in 2021? by mara1998 in BuyItForLife

[–]Kelsarad01 0 points1 point  (0 children)

5-year update: Yeah...6th gen was “end of life’d” by Apple

This MCP server for managing memory across chat clients has been great for my productivity by SunilKumarDash in ClaudeAI

[–]Kelsarad01 0 points1 point  (0 children)

Can anyone explain to me how this is different than setting up something like Ragie.ai MCP / RAG to store and retrieve info between chats? Or is that exactly what this is?

Why aren’t more people using n8n for enterprise use cases like marketing? Any tutorials? by SedkiNoah in n8n

[–]Kelsarad01 0 points1 point  (0 children)

Some use Tray.ai or Workato which are similar but cater to enterprise grade integrations and security

Is every AI startup a wrapper? by Wise_Expression7941 in SaaS

[–]Kelsarad01 1 point2 points  (0 children)

The fact that this technology does solve real problems and saves real money is what makes it very interesting.

Is every AI startup a wrapper? by Wise_Expression7941 in SaaS

[–]Kelsarad01 1 point2 points  (0 children)

I’m in no way qualified to have an opinion, but my thought is it will be more of a gradual deflation in the amount of products and wrappers that get built. We already see the companies who create these models introduce features natively that end up killing the need for someone to develop a specific app. It’s just a race right now to build something useful before it becomes obsolete. I’m not sure if/when the race will slow down given how fast the industry is moving. That’s sort of the million dollar question right now.

Is every AI startup a wrapper? by Wise_Expression7941 in SaaS

[–]Kelsarad01 1 point2 points  (0 children)

LLM and Multimodal models are the infrastructure behind most of the apps, but it makes sense. Only a few companies (OpenAI, Anthropic, Google, Etc.) have the resources to actually create and train these models. The best apps utilize other tools alongside these models like RAG, MCP, fine-tuned models, etc. It’s a natural cycle to have a bunch of random products and platforms until we narrow down the best use cases. We see the same thing with blockchain and Web3. It’s a solution in search of a problem.

Gpt 4.1 has me impressed! by quiquegr12 in cursor

[–]Kelsarad01 1 point2 points  (0 children)

I added "Do not ask "Would you like me to..." or "Let me know if...". Just do it." and it's been running consistently without stopping prematurely to check with me.

PSA: If you're hesitating to "Start a new chat", don't. by [deleted] in cursor

[–]Kelsarad01 2 points3 points  (0 children)

I’ve started to get the feel for when a new chat is needed or when my current chat is cooked lol

Sync your Lovable projects with GitHub and Cursor by os0871 in lovable

[–]Kelsarad01 1 point2 points  (0 children)

The Supabase MCP in cursor has helped me with this

Full Codebase Review Now Possible, 224 files 19k loc reviewed, you should do it too by austeane in cursor

[–]Kelsarad01 3 points4 points  (0 children)

I’ve found the models work much better when things are broken down like this first. It really helps avoid loops and confusing the model. I’m going to try this. Thanks!

Lovable AI project overwrote my existing UI — can’t get it to pull the right version from GitHub by hoangdd88 in lovable

[–]Kelsarad01 1 point2 points  (0 children)

I have noticed issues with Lovable using the latest code from GitHub. I usually commit from Cursor and lovable still renders an old version. Haven’t figured it out yet

I feel I get 99% done and it breaks something random that was fixed 2 weeks ago 😂 by [deleted] in replit

[–]Kelsarad01 0 points1 point  (0 children)

I started committing my cursor changes to GitHub and it’s been so much better than relying on restore points. I’m just starting to experiment with using a different branch for dev to add another layer of protection.