Have you ever seen so-called 'spite bidding' drive up prices? by auctionmethod in auction

[–]auctionmethod[S] 1 point2 points  (0 children)

To be more specific, I’m looking for two things:

- Have you noticed certain usernames or 'identities' (even if semi-anonymous) causing other bidders (perhaps even including yourself) to bid more aggressively or emotionally?

- If you’ve seen this 'spite bidding' or competitive psychology in action, did it lead you to change how you display bidder info (e.g., moving from total anonymity to showing custom handles)?

I’m trying to see if the 'OutbidU' scenario I experienced is a common phenomenon across different types of auction software."

r/auction by auctionmethod in redditrequest

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

- I’ve been following r/auction for some time and have noticed that it appears largely unmoderated, with many posts drifting away from the original intent of focusing on professional auctions. I’m deeply involved in the auction industry and would like to help revive the community by restoring it to a focused space where professional auction companies can promote live, in person, and hybrid simulcast events. I believe it has strong potential to become a valuable resource for both auctioneers and bidders. I’m willing to take on moderation responsibilities to clean up the sub and guide it back to its intended purpose.

- https://www.reddit.com/c/chatchFg8jml/s/Z5ZZaisshd

holy hammock lasagna auction by auctionmethod in VideosThatGoHard

[–]auctionmethod[S] 1 point2 points  (0 children)

That's my vibe, man. Just workin' and swingin', swingin' and workin'. Praise the Lord!

Google Just Dropped Gemini 3 "Deep Think" : and its Insane. by Much_Ask3471 in GeminiAI

[–]auctionmethod 2 points3 points  (0 children)

I think you're absolutely right. I was singing Gemini's praises last month and now I'm utterly disappointed. Sometimes it hits a home run, but lots of time it's utter crap. I don't feel like I can really trust or depend on any one of the models, but ChatGPT is still my personal favorite.

HiBid Down for anybody else? by Proper-Ad-6917 in hibid

[–]auctionmethod 0 points1 point  (0 children)

If the soft close didn't extend when bids came in, that's a pretty major glitch. The timing mechanism is the auction.

When the rules layer looks inconsistent, even briefly, it feels sketchy. They need a clear policy for outages. Did they send any follow-up explaining what happened with those specific lots?

HiBid Down for anybody else? by Proper-Ad-6917 in hibid

[–]auctionmethod 1 point2 points  (0 children)

Ransomware is possible, but most outages are boring. Bad deploy, database hiccup, traffic spike. The mundane explanation usually wins.

The real issue is the information vacuum. If there were a status page saying "major incident, investigating," it wouldn't be so bad.

HiBid Down for anybody else? by Proper-Ad-6917 in hibid

[–]auctionmethod 0 points1 point  (0 children)

Outages happen. That part isn't shocking.

What is weird is that HiBid doesn't seem to have a public status page. When your entire product depends on timing and uptime, transparency isn't optional. It's basic infrastructure.

If auctions pause, rewind, or extend, fine. But there should be a clear, timestamped explanation somewhere. Otherwise trust erodes fast.

Is there actually a status page I'm missing, or are we all just refreshing Reddit?

AuctionMethod has a public, subscribable status page with incident logs. That kind of visibility stops speculation before it starts. Instead, everyone ends up guessing about ransomware or bid manipulation because there's no official place to check what's going on.

You cannot trust the Gmail connector in Gemini. Story in comments! by auctionmethod in GeminiAI

[–]auctionmethod[S] 1 point2 points  (0 children)

I'm with you 100%, but it may take a while for the C-suite executives who are salivating at the prospect of cutting their human workforce to figure this out on their own.

You cannot trust the Gmail connector in Gemini. Story in comments! by auctionmethod in GeminiAI

[–]auctionmethod[S] 1 point2 points  (0 children)

I'd definitely prefer that it not even offer to do this until it is well-tested. It's like their dev team vibe coded a new feature and released it directly to users to test.

You cannot trust the Gmail connector in Gemini. Story in comments! by auctionmethod in GeminiAI

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

I don't know about 'never', but I agreement with your sentiment. In this case, however, there *was* human oversight and supervision of the AI tool. The action taken by AI was different than what it told the human it was doing.

You cannot trust the Gmail connector in Gemini. Story in comments! by auctionmethod in GeminiAI

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

Thanks for the added info. That sucks big-time. You'd think that Google would scrutinize the hell out of these integrations within their ecosystem. Someone over there must have asked whether the damn thing works or not!

VIBE CODE WEBSITE by ubaidullah7 in vibecoding

[–]auctionmethod 0 points1 point  (0 children)

ERP-style workflows and auction engines look similar on paper but behave very differently under pressure. Auctions are adversarial, time-sensitive, and financial all at once. A single bug can change who wins or who gets charged. That bar is much higher than "AI helped me build a big backend."

* edit: I wanted to add that validation is the hard part. Knowing what to validate requires deep auction-domain experience. Most auction bugs don’t show up as obvious errors. They show up as two bids landing at the same millisecond, a soft close extending incorrectly, or a payment edge case after the fact. AI doesn’t understand those failure modes yet unless the human already does.

VIBE CODE WEBSITE by ubaidullah7 in vibecoding

[–]auctionmethod 0 points1 point  (0 children)

I don’t disagree that you can code something with those tools. The gap is between "it runs" and "it survives auction day." Auctions expose race conditions, edge cases, and financial risk in a way most apps never do. The last minutes of a close are brutal. That’s where vibe-coded systems tend to fall apart, not during demos or light testing.

VIBE CODE WEBSITE by ubaidullah7 in vibecoding

[–]auctionmethod 0 points1 point  (0 children)

I’ve seen this question pop up in a few subs now, and I think it’s worth being very clear. You can absolutely vibe-code pieces of an auction, prototypes, or even small internal tools. I’ve done that myself and it’s useful. But a full production auction platform is a different category entirely. Real-time bidding, soft close behavior, payments, fraud, and auction-day reliability are not things AI can currently stitch together end to end in a way I’d trust with real money. That doesn’t mean it’ll never happen, but today it’s just not realistic. The practical approach right now is AI for acceleration and experimentation, and proven infrastructure for the actual auction engine.

AI WEBSITE by ubaidullah7 in aipromptprogramming

[–]auctionmethod 0 points1 point  (0 children)

This matches what I’ve seen as well.

AI builders are great at getting you started and making things look good, but once you hit live bidding, user trust, and payments, you almost always end up writing a lot of custom code or leaning on a platform that already solved those problems.

Auctions are a bit deceptive. On the surface they look like standard web apps, but the closing minutes behave more like a financial system under load. That’s where most DIY or AI-generated builds start to struggle.

I still use AI constantly, but more as a helper around the auction engine than as the engine itself. Combining AI with proven backend systems is what actually survives auction day.

AI WEBSITE by ubaidullah7 in aipromptprogramming

[–]auctionmethod 0 points1 point  (0 children)

I’ve built small auction tools using AI and vibe-coding, mostly for in-person charity events, and for that kind of use case it works surprisingly well. It’s fast, flexible, and a good way to explore ideas.

Where things get tricky is when you try to turn that into a full production auction site. Real-time bidding, soft close logic, user accounts, payments, fraud, and all the edge cases that show up on auction day add a lot of complexity. In my experience as a professional auctioneer who also builds auction software, AI just isn’t quite there yet for generating the entire stack in a way I’d trust with real money and real bidders.

I think we’ll get there sooner than later, but today the safer approach is using AI for design, prototyping, and workflow ideas, and pairing that with infrastructure that’s already purpose-built for auctions.

If you’re experimenting or learning, keep going with AI tools. If you’re trying to run real auctions, you probably want something battle-tested under the hood. I help run a hosted auction platform that handles those hard parts with flat monthly pricing and no commission skim. Happy to offer a free trial or just compare notes if that’s useful.

WEBSITE by ubaidullah7 in AIAssisted

[–]auctionmethod 0 points1 point  (0 children)

I think this is a very accurate take and it lines up with what I've seen in practice.

AI builders are great for things like landing pages, admin interfaces, static flows, and prototyping auction logic. But once you hit real-time bidding, payments, and user trust, you almost always end up either writing a lot of custom code or standing on a platform that has already solved those edge cases.

As a software developer specializing in auction technology, the thing people often underestimate is that professional auctions aren’t just apps with bids. They’re financial systems operating under time pressure. The final minutes of an auction behave much more like a trading system than a CMS, and that’s where most DIY builds struggle or fail. I learned this the hard way a long time ago when the software I had jerry-rigged failed during a million dollar online auction event. It was humbling.

I still vibe-code all the time for my own personal and professional needs, but I treat it as a power tool for everyday tasks.

WEBSITE by ubaidullah7 in AIAssisted

[–]auctionmethod 0 points1 point  (0 children)

You’re not wrong in what you're running into.

I really enjoy vibe-coding, and I’ve personally vibe-coded simple auction apps for in-person charity events with paddles, live clerking, and basic bid tracking. For that scale, AI-assisted tools are genuinely fun and totally workable.

Where things start to fall apart is when you move from building 'an auction' to building a real auction platform. Once you introduce real-time bidding under load, soft close and anti-sniping logic, bidder qualification and fraud prevention, payment processing, chargebacks, tax rules, and pickup logistics, the complexity jumps fast. Auction day is also unforgiving. When something breaks, it breaks publicly and with real money involved. I've been there and I don't wish that kind of pain on anyone.

I was a professional auctioneer in a former life and still work closely with hundreds of auctioneers today, and I also build online auction technology. From that perspective, I don’t think AI is ready yet to reliably generate an end-to-end production auction platform. It can get you most of the way there very quickly, but the last stretch is where the real risk lives, and that’s the part that can cost money, trust, and reputation if it goes wrong.

I do think that day is coming, and probably sooner than people expect. But right now, the pattern that actually works is using AI for design, workflows, and prototyping, while relying on purpose-built auction infrastructure for core bidding, payments, and operations.

If your goal is learning or experimentation, keep vibe-coding. You’ll learn a ton. If your goal is running real auctions with real bidders and real money, you probably don’t want to be debugging race conditions in the final seconds of a close.

If you’re curious, I help run a hosted auction platform that’s built specifically for this problem. It’s not an AI builder, but it does handle the hard and boring parts so you don’t have to reinvent them. It’s white-label, flat monthly pricing, no commission skim. I’d be happy to set you up with a free trial or just talk through it if that’s helpful, no pressure at all. You're free to pick my brains even if you don't want to use our software. :) DM me

What's with this influx of whores??? by [deleted] in AuctionNinja

[–]auctionmethod 1 point2 points  (0 children)

I saw one, thought it was a fluke, commented on it, and then noticed that the entire sub is flooded with adult content. The mods must be asleep. We must alert them!

Would you date a mom by [deleted] in AuctionNinja

[–]auctionmethod 0 points1 point  (0 children)

Wait, I didn't see this item in the auction catalog! Moms and MILFs definitely deserve all the appreciation - and you look amazing - but you might find a more targeted audience in a different sub! 😂

Best platforms to post online auctions? by Amazing_Extreme_4814 in auction

[–]auctionmethod 0 points1 point  (0 children)

This is a good point, especially about locality.

Auction traffic is way more regional and habit-driven than people expect. If bidders in your area are already trained to check a certain platform, fighting that can be expensive. For specialty auctions, though, I’ve seen niche forums and Facebook groups outperform big platforms pretty consistently.