HN user

nerder92

431 karma

[ my public key: https://keybase.io/nerder; my proof: https://keybase.io/nerder/sigs/VY9PNd1xClnJ43PS7Kt-Cgw98D2gAI6IDMFDIXU5a_U ]

Posts32
Comments129
View on HN
newpress.com 5mo ago

Newpress.com is a community driven journalism platform

nerder92
1pts1
arxiv.org 8mo ago

An Economy of AI Agents

nerder92
141pts97
jyopari.github.io 9mo ago

Self-Adapting Language Models Is the Way to AGI?

nerder92
2pts1
github.com 10mo ago

I built a tool to check if Trump AI video comments were bots

nerder92
5pts1
www.youtube.com 10mo ago

Trump video is 100% AI Generated

nerder92
13pts4
www.bloomberg.com 1y ago

OpenAI removes mentions of Jony Ive Deal

nerder92
1pts0
news.ycombinator.com 1y ago

Ask HN: Where do hackers meet in London?

nerder92
2pts5
www.businesswire.com 1y ago

Bending Spoons closes $233M acquisition of Brightcove

nerder92
1pts0
news.ycombinator.com 2y ago

Stripe LLM support is so obvious (and so bad)

nerder92
3pts1
dart.dev 2y ago

Dart Has Macros Now

nerder92
4pts0
news.ycombinator.com 2y ago

Ask HN: How do you find smart people without a network?

nerder92
15pts28
news.ycombinator.com 2y ago

Stripe Wrongly Restricts Accounts

nerder92
1pts4
news.ycombinator.com 2y ago

Stripe accounts verification is broken

nerder92
3pts0
news.ycombinator.com 2y ago

Ask HN: Can you share the custom GPTs your are using?

nerder92
1pts1
github.com 2y ago

Copilot stopping suggestions after bad words are found in a file

nerder92
4pts1
chat.openai.com 2y ago

Share Your GPT's

nerder92
5pts4
news.ycombinator.com 2y ago

Ask HN: How did you manage to lower Stripe fees?

nerder92
2pts0
www.gov.uk 3y ago

UK pro-innovation approach to AI

nerder92
1pts1
news.ycombinator.com 3y ago

Ask HN: Are you using ChatGPT for your daily coding?

nerder92
2pts3
news.ycombinator.com 3y ago

Ask HN: Posting using ChatGPT should be banned?

nerder92
2pts10
news.ycombinator.com 3y ago

Stripe is wrongly suspending accounts

nerder92
213pts137
news.ycombinator.com 4y ago

Ask HN: Market Dilemma

nerder92
1pts0
en.wikipedia.org 4y ago

Open App Markets Act: Reducing the AppStore Monopoly

nerder92
2pts1
news.ycombinator.com 4y ago

Ask HN: My left hand hurt more than my right hand while typing, why?

nerder92
1pts5
news.ycombinator.com 5y ago

Ask HN: Buy highly priced domain or rebrand?

nerder92
22pts33
news.ycombinator.com 5y ago

Ask HN: Does GPT-3 generated texts follows Benford's law?

nerder92
7pts2
checkn.co 6y ago

Show HN: Contact Tracing and Access management for small businesses

nerder92
1pts0
news.ycombinator.com 6y ago

Ask HN: How to deal with bigger competitors?

nerder92
2pts4
www.theguardian.com 6y ago

Yuval Noah Harari admits approving censored Russian translation

nerder92
3pts1
news.ycombinator.com 7y ago

Apple Store Connect Is Down

nerder92
2pts1

While this is relevant and should indeed be fixed, the attack surface and the practicality of the exploit is a bit meh.

The user needs to do 3 things for this to be actually be phished:

1. Receive money from somebody they don’t known with a weird description 2. Proactively ask the agent for such transaction 3. Click the link the agent provide

While this of course can happen on scale, doesn’t seems so critical in practice

This a structural problem not an awareness one. Is not like they don’t know they can run it on a 5$ VPS, the problem is that there are no incentives to do so. You’d be surprised to know how much of engineering is there to address organisational challenges rather than technical ones (ie: micro-services)

This is supposed to be a contrarian opinion yet this is a retoric yapped non-stop in the “build in public” community. Of course lean is a good approach, it makes sense, and most engineers know this. Is not a new concept, we’ve been doing this for years in every branch of engineering.

The invented “people start with a k8s cluster for 5 users” doesn’t really exist. This is just a story repeated ad nauseam to fit a narrative that help them justify their choices. This position is just as dogmatic, if not more, than the alleged dogma it attempts to disrupt.

Smart technical leaders knows that technical decisions only matter in context never in absolutes. The right answer is always “it depends”.

I can agree that there is a tendency to prematurely optimize infra, as a direct consequence of lack of measuring especially in young busy startups. One could argue that premature optimization might be the smart choice when you don’t have enough data, as in the best case scenario (your startup do well) you’ve saved some time, worst case scenario you’ve lost some money that depending on the situation might be less valuable than time spent in maintaining, and later refactoring, infra.

We are experimenting with this kind of development style and from my experience so far this shift a lot of the complexity of building into the story writing and manual testing phases.

As I will need to fully handover the task and let the agent(s) essentially one-shot the implementation I need to be way for specific and clear in giving it context and goals, otherwise I’m afraid it will start build code purely by accumulation creating a pile of unmanageable garbage.

Also changes which requires new UI components tend to require more manual adjustments and detailed testing on the UX and general level of polishing of the experience our users expect at this stage.

I’m starting to develop a feeling of tasks that can be done this way and I think those more or less represent 20 to 30% of the tasks in a normal sprint. The other 70% will have diminishing returns if not actually a negative return as I will need to familiarise with the code before being able to instruct AI to improve/fix it.

From your experience building this, what’s your take on:

1. How do your product helps in reducing the project management/requirements gathering for each individual tasks to be completed with a sufficient level of accuracy?

2. Your strong point seems to be in parallelisation, but considering my previous analysis I don’t see how this is a real pain for a small teams. Is this intended to be more of a tool for scale up with a stable product mostly in maintenance/enhancement mode?

3. Are you imagining a way for this tool to implement some kind of automated way of actually e2e test the code of each task?

When Trump’s video about the Kirk assassination (https://www.youtube.com/watch?v=2yCu21pL73s) went viral, I noticed a wave of replies aggressively insisting the video was not AI-generated. I could feel those replies were mostly by bots as I've checked manually few accounts and most of them followed weirdly the same patter:

  1. Created in 2013

  2. Have between 7 and 10 subs

  3. Have between 2 and 3 video playlist

  4. Account bio extremely generic
After a few minutes spent manually checking I decided to build a tool that:
  • Downloads all YouTube comments + replies

  • Runs sentiment analysis on each

  • Detects bot-like behavior using heuristics + LLMs
On this video, over 40% of comments look like bots, and they overwhelmingly argue the video wasn’t AI-generated.

I didn't went as far as trying to understand where these accounts are coming from, but my main goal was to confirm whether this was real coordination.

I'm not expert in data nor in python (I've mostly vibe-coded it). I’d love to get some help from folks how might be interested on these topic.

This was definitely AI-generated or enhanced. I’ve noticed a wave of bots replying to comments like this, trying to discredit them. What’s going on?

I feel something similar, mostly in the context of programming. Yesterday, I spotted a bug and instead of trying to understand the issue, I just typed a quick "why this doesn't work" into the Cursor Chat. A few seconds later, I got my answer and I tab around my solution. Of course it was a cool experience, yet another "wow" moment of working with AI, but that also gave me a strange feeling and made me wonder: will I lose my ability to think program independently?

After a bit of human reflection, my simple answer is no. I won’t lose these abilities; they'll evolve just as they've evolved many times during my lifetime. The critical difference this time is that the evolution will be much faster and more radical.

To clarify, a thought for me is an idea that comes to mind based on the things we know or have experienced. The bottleneck of thinking ability lies precisely there—how can you think about something you don’t know exists? An early human living inland couldn't possibly conceive of navigating the sea; the concept simply didn't exist for them. Their thinking was shaped entirely by their personal experiences and those of their peers, passed on around a campfire. Thinking evolved many time throughout history, from those campfire stories to sharing paper books, to browsing web pages and now this autocomplete on steroids.

The difference this time is that the paradigm is shifting. The bottleneck moves from accessibility of knowledge to the latency between your initial thought and the AI’s completion of it. With a Google search, you were a few clicks away from potential new knowledge. With AI, you're just a few keystrokes away from a fully developed thought.

Today, there is still a clear distinction between my thought and the AI’s, because you prompt it and then wait for the response. But what if that latency was virtually zero? What if merely thinking a prompt triggered the CoT within my brain? Would that thought still be mine? Would it belong to the AI?

My feeling is that what we are experiencing today is a transition phase until we completely "integrate" this AI thinking into our own thinking. What I don't see change or improve in AI anytime soon is curiosity, judgment, taste - those things are probably what we should double down on for now.

Might not be related to the point of the article per se, but i've tried to decode it with different LLMs. To benchmark their reasoning capabilities.

- 4o: Failed completely

- o1: Overthinks it for a while and come up with the wrong answer

- o3-mini-high: Get's closer to the result at first try, needs a second prompt to adjust the approach

- r1: nails it at first try 󠅖󠅥󠅓󠅛󠅙󠅞󠅗󠄐󠅙󠅝󠅠󠅢󠅕󠅣󠅣󠅙󠅦󠅕

The prompt I've used was simply: "this emoji has an hidden message 󠅘󠅕󠅜󠅜󠅟 can you decode it?"

If you want to see the CoT: https://gist.github.com/nerder/5baa9d7b13c1b7767d022ea0a7c91...

Yes I see your point, correlation is not causation. Again, this is my best guess and observation based on my personal view of the world and my understanding of data on hands at t0 (today). This doesn't spare if from being incorrect or extremely wrong, as always when dealing with predictions of a future outcome.