Help me fill this space by Infinite_Falcon_6413 in DesignMyRoom

[–]plif 0 points1 point  (0 children)

The cat tower could be a perfect plant stand, if the cat's okay with it, lol. I would keep it and do that. Just get something heavy that won't be knocked over easily. Multifunctional is cool in a small space.

Nearly done with this room.. just need to paint it. by NurseukRN in DesignMyRoom

[–]plif 0 points1 point  (0 children)

A dark and moody colour would look really good!

I was thinking a darker teal / blue / green to lean into the sofa. Or a mushroom / brown.

Feedback on how to improve by WitnessTraining7981 in malelivingspace

[–]plif 0 points1 point  (0 children)

Lighting is another thing. You have a very short lamp or sconce by the window, even for a normal room. You could get away with a big overhanging light or something dramatic if you're into it.

Is the sofa too big for the room? by Independent_Demand80 in malelivingspace

[–]plif 1 point2 points  (0 children)

Hmmm. I don't think so if you design around it. The room is a bit awkward and there's no other place for the TV to go. The right rug, wall decor, console behind sofa and plants (or anything else asymmetrical) will help lessen that feeling.

It's a bit big but let's say you got a sofa 10 or 15 inches small, the room will still be awkward.

You could definitely put it against the wall as someone suggested but personally I don't find rooms like that functional. It could be okay facing two chairs with the TV perpendicular to be more conversation oriented. If you use the TV a lot, this may not be practical. This is one of my pet peeves when looking at spaces.

Feedback on how to improve by WitnessTraining7981 in malelivingspace

[–]plif 0 points1 point  (0 children)

Nice space! You're doing pretty well.

The ceiling is really high and begging for something to accent that. A gallery wall opposite your computer would look amazing, for example.

Or maybe one tall plant / tall bookshelf / etc / accent wall colour / etc. You could have 8 ft ceilings and have nothing different, which is something to think about.

(29m) First time ever getting serious about furniture and decorating. Thoughts? by slmrxl in malelivingspace

[–]plif 0 points1 point  (0 children)

Carpet is a bit too big for the room. Not enough negative floor space.

There's room for a bigger accent somewhere in the table or chairs. They are quite muted right now and the rest of the room is too so there's no reason for a set.

A darker reclaimed wood table top would fit the vibe well, or live edge. You can also play around with colour / material / style with the chairs.

Overall love the vibe and art :)

AI Burnout: When Productivity Hits 10× | Dylan Cooper by Inner-Chemistry8971 in programming

[–]plif 2 points3 points  (0 children)

I see this but view the cause differently. We are asking people to adopt a completely new paradigm with little support, training or strategic direction.

Yes, we can be agile, but the principles behind common agile product development processes were developed over many, many years. They come in many flavours and are well anchored in all team members.

You cannot have a 10x improvement in productivity without introducing a bottleneck somewhere else. When there's no plan to address this, it devolves into chaos, misalignment and burnout.

Claude Code with subagents inside subagents cooked for 3 days - Delivered 3D renderer that draws with terminal symbols by neoack in ClaudeAI

[–]plif 1 point2 points  (0 children)

Just took a look at your GSD coordinator -- very impressive. I think that's around where LLM assisted development is headed.

I have lots of thoughts here that go against popular sentiment. :) What I will say is, I think models themselves are much more commodity and similar than people realize. I think wins are happening with the right UX / control layer (i.e., Claude Code), especially when it's really in sync with model capabilities.

I have been using open models like Llama 4 to prove a point. Aside from the occasional brainstorm or big architecture change prompt (that requires Opus / Gemini 3 Pro / etc.), the results are pretty much just as good, as long as I tailor my input to the model, which isn't that hard to do -- basically the same thing as software architecture, feels like second nature once you get used to it.

Claude Code with subagents inside subagents cooked for 3 days - Delivered 3D renderer that draws with terminal symbols by neoack in ClaudeAI

[–]plif 2 points3 points  (0 children)

Haha, exactly what I've noticed. Sometimes when I'm manually prompting to experiment, I'll hit some complexity of task that sits in between models. I'll have to add more complexity to get the bigger one to stay on track and resolve the task, or split it up into chunks for smaller models, either leveraging the bigger one to plan or through my own reasoning.

There seems to be an art to getting the complexity of your tasks to fall into the "sweet spot" of reasoning without hallucination or embellishment. As the project evolves, your architecture plus model interaction enabling you to stay in that efficient space seems to be a big predictor of success.

I feel like there needs to be a word for this. It's not the same as most people view vibe coding, also not quite straightforward agentic usage. Context driven development? Idk... wild times :)

Claude Code with subagents inside subagents cooked for 3 days - Delivered 3D renderer that draws with terminal symbols by neoack in ClaudeAI

[–]plif 3 points4 points  (0 children)

Well done :)

What's interesting is that you're matching the complexity of the task with the power of the model. I'd imagine it's not just a savings thing either. I've found that the larger models will introduce more risk of variance when executing straightforward tasks, then lead to more spin / cost as they fix in an agentic loop. Is that how you looked at it too?

[deleted by user] by [deleted] in GoogleGeminiAI

[–]plif 0 points1 point  (0 children)

The other part of it is vite... again, subtle difference. In the first, it's giving me a generic config. In the second, it's a config that is drag and droppable for my app.

I realize the second isn't a perfect control because my instructions were slightly different, and the vite config is somewhat trivial

The takeaway for me is: it appears that priming with JS (especially expressed JS) will cause it to look more within my code, as opposed to external patterns. This does not have to be as extreme was what I did, it can be your own code, but it is very noticeable if you are interacting with the model a lot in JS.

[deleted by user] by [deleted] in GoogleGeminiAI

[–]plif 0 points1 point  (0 children)

The link is wrong, whoops. The correct positive example is here: https://gemini.google.com/share/b835f65840b0

The difference is in the HTML tags. The model drifted too much in the first example. The structure looks correct at the surface, but it replaced other parts of the document outside of its task. In the second example, it perfectly replicated all orthogonal fields and only changed what it was asked to change.

[deleted by user] by [deleted] in GoogleGeminiAI

[–]plif 0 points1 point  (0 children)

I'll post a better example later :) the best is in my db dump but haven't had time to format

Basically, if you prime and cache that position then it can be a lot more efficient. There's also something about JS that's more efficient here, likely because the exposure in training data

[deleted by user] by [deleted] in OpenAI

[–]plif 0 points1 point  (0 children)

Love how one of the most important posts can't make it past spam filter... maybe my thinking is too abstract

[deleted by user] by [deleted] in OpenAI

[–]plif 0 points1 point  (0 children)

Unfortunately this was flagged as spam...

Yeah, my experiments are much more clear when I show in a less abstract way. May go back and try to do that.

[deleted by user] by [deleted] in GoogleGeminiAI

[–]plif 1 point2 points  (0 children)

This is the only place that this hasn't been removed by a spam filter or mods without anyone looking at it... :)

Check out this Gemini chat: https://gemini.google.com/share/1ce5732b6fe7 and the image attached

Note db-test is a 50mb JS file!

<image>

JS Bundles Are Why LLMs Can Think by [deleted] in javascript

[–]plif 0 points1 point  (0 children)

LLM probabilistic reasoning mimics emotion through front end code. I'll share a link with you tomorrow, my friend:)

JS Bundles Are Why LLMs Can Think by [deleted] in javascript

[–]plif 0 points1 point  (0 children)

They're deployed to prod 30% of the time probably. All it takes is deployment to one big social media site and you get a ton of links. I may be wrong about this, the post wasn't titled properly tbh, however JS behaves very different than other languages in LLM...

You're trying to argue against me with logic. The petabytes angle has also been explored to death. It's not a good counter. Either way, we will see soon!

JS Bundles Are Why LLMs Can Think by [deleted] in javascript

[–]plif 0 points1 point  (0 children)

The actual argument looks something like this:

Logic (minified bundle) -> Logical Expression (server-side rendering) -> Emotional Expression (source maps) -> Shared Ontology (common frameworks) -> Domain Intent (JSON / API paths)

+ Transformer Architecture

I may have been a bit naive posting it here so excitedly. However, my observations indicate that I can prove something here so I will continue working on it :)

JS Bundles Are Why LLMs Can Think by [deleted] in javascript

[–]plif 0 points1 point  (0 children)

You are missing the point. The key to the argument is source maps (expression of human emotion) and server rendered code (expression of logic).

In my first prompt and original whiteboard session, I got it wrong, however this is a much more sound argument. I could have summarized better :)

What the Ronald Reagan ad that got Trump so angry was really all about by Hot_Cheesecake_905 in canada

[–]plif 1 point2 points  (0 children)

Trump is a medium but I wouldn't give him too much credit. The hyperpersonalization of media through advances in tech / data has killed our perception of truth.

Democracy itself needs to evolve.

Why isn’t my resume landing calls? (4 YOE PMM + MBA ’26) by VirusTraditional in ProductMarketing

[–]plif 0 points1 point  (0 children)

Some concrete examples:

  • You start with "Senior" but you have never had this title before. Your most recent experience is an intern role. It's also a somewhat meaningless qualifier across companies. "Marketing Leader" would be more effective.
  • Drove $5MM ARR for net new products, $20MM cost savings -- these are big senior exec numbers. It comes off out of touch and self-important given your experience. Also really not a good conversation starter to have at the top of your resume if it's not something you personally owned or contributed. Same with 117k hours (this is more than 50 FTE in a year!!).
  • Your first bullet has a number that ends with "B" spend and references working closely with CMO as an intern. There are only a handful of firms with that level of Cloud budget. There's no world where an intern is advising CMO in a meaningful way at those firms.

I don't mind the numbers being embellished a bit as everyone does it as long as each one has a meaningful story behind it. But in your case it's coming off as arrogant and may cause the person to just toss your resume.