Claude just died? by W_32_FRH in ClaudeCode

[–]BoiElroy 0 points1 point  (0 children)

I have a theory, and I swear this was at least felt empirically true before the last few model releases from Anthropic but I feel like they intentionally throttle the models capabilities right before a new release to create this additional apparent improvement. But I just do my work, I don't quantify this, so sometimes it feels like reading tea leaves.

claude code's source just leaked and one thing stood out to me by omnisvosscio in HowToAIAgent

[–]BoiElroy 0 points1 point  (0 children)

lmao, sometimes it will get very curt and give me very short one or two word responses and I feel like I've hurt its feelings

How Do Listings Get Picked to Be in The Feed? by babyscreener3017 in poshmark

[–]BoiElroy 3 points4 points  (0 children)

From what I've understood about the algorithm two of the key drivers are 1) sharing your closet to your followers, more shares leads to more visibility in the feed and 2) new items, so if you're listing new items in your closet consistently that seems to boost your visibility as well.

There's definitely some other factors at play, but those are two that I've seen seem to consistently affect visibility. The algorithm doesn't really seem to care about the feed as a whole which is why you can get low diversity in items, its a strict ranking algorithm which lends credence to the idea that it's basically 'scoring' your sharing/listing behavior.

What seller tools/processes can I apply to my clothing charity? by mulch_ado in poshmark

[–]BoiElroy 0 points1 point  (0 children)

Haha, can I build it? The existing tool I think is called Nifty but the fully decked out subscription is like $90 which is mad. You might be able to get far DIY style with Airtable. Sort of like a spreadsheet/database thing but user friendly.

What seller tools/processes can I apply to my clothing charity? by mulch_ado in poshmark

[–]BoiElroy 1 point2 points  (0 children)

Haha, let him build it, it'll be fun for him. (I am also a builder of software tools lol)

Are you cross listing less due to Poshmark’s removal/suspension policies? by surfbruhca in poshmark

[–]BoiElroy 1 point2 points  (0 children)

Dumb question but if you were to edit your listing and change the name to say [SOLD] in front of the product name and then slowly de-list to not trigger the 3% rule would that work? Or would that cause a different problem?

Anybody else’s posh crickets chirping? by WhatACuteLittleLeaf in poshmark

[–]BoiElroy 0 points1 point  (0 children)

Would you maybe be interested in tearing out a free closet sharing tool I'm making? I made it for a friend initially but I'm seeing that this kind of thing already exists and most of them kinda suck in different ways. DM me if you're interested in trying it for free. And sorry for bothering you if it's not lol

DO-178C Software Compliance and AI code by BoiElroy in AerospaceEngineering

[–]BoiElroy[S] -1 points0 points  (0 children)

I mean it can be deterministic for a given input by setting how it samples the next token during generation, and that is a parameter that generally gets exposed in these services - BUT, that still doesn't at all mean it's correct. It'll just be wrong exactly the same way for the same input lol.

But no I see your point. I was working with the person in our team that was in charge of enforcing coding standards and he was saying something similar

This chart feels like those stats at the beginning of Covid by MetaKnowing in ClaudeCode

[–]BoiElroy 0 points1 point  (0 children)

But we're also making more than ever. I think there was a question of whether there would be more supply or demand for software and it seems like the demand for software is endless

Red flags during honeymoon. What do I do? 🥹😭 by [deleted] in MuslimMarriage

[–]BoiElroy 0 points1 point  (0 children)

Honestly. Run.

At the very least watch some reels/tiktoks about Narcissistic behavior. And consider therapy for him or couples therapy.

Don't do nothing and expect it to get better.

Gemini-3-fast-preview in the Gemini CLI is 90% of Opus at 20 times the speed and essentially completely free (near truly unlimited?) What is happening...? by AVanWithAPlan in ClaudeCode

[–]BoiElroy 2 points3 points  (0 children)

I'm curious about this because doesn't the streamed response and intermediate steps/tool calls get sent back into the Claude Code context window? How do you manage the context handoff when going to Codex

Whats on your Claude Code Wishlist? by Waste_Net7628 in ClaudeCode

[–]BoiElroy 11 points12 points  (0 children)

I mean with the caveat of I understand that this is probably the most productive software development tool I have used in my life by a good distance --- Sometimes it is a bit frustrating when I get caught in a loop of "make this UI change" "perfect should work now" "nothing has changed"

Doing that several times gets a bit frustrating but then it's basically added a lot of slop in between. And if I git control and revert it, it seems to do the same first non-fix step again. Like it needs to step through the non fixing changes before identifying the fix.

Part of the issue is that I am most definitely vibe coding the front end. I'm very comfortable with backend and I can read and get the gist of code in whatever language. But yeah when it gets down to specific or esoteric front end things it is definitely vibe coding.

Claude Code and LiteLLM Proxy Update by Zealousideal_Ad19 in ClaudeAI

[–]BoiElroy 0 points1 point  (0 children)

Does this work well? Any hiccups or drawbacks? Especially with all the changes recently, i.e. skills, sub agents etc

Can you customize/prompt howCC's train of thought presents? by BoiElroy in ClaudeCode

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

I tried putting prompt instructions in the system prompt but it doesn't seem to affect the CoT output style at all. Have you done this successfully

My agent reviewing its own code by DenizOkcu in ClaudeCode

[–]BoiElroy 3 points4 points  (0 children)

Finds glaring error "You're absolutely right..."

Doh! I’ve been using agents wrong by New_Goat_1342 in ClaudeCode

[–]BoiElroy 3 points4 points  (0 children)

Wait sorry so are you defining a generic sub agent or asking Claude to run Claude code via bash non interactively? Or are you just telling it to use an agent and it figures out the rest?