HackerTrans
TopNewTrendsCommentsPastAskShowJobs

eibrahim

no profile record

Submissions

Show HN: ChatSpark – Live chat widget for solo operators

chatspark.dev
4 points·by eibrahim·4 माह पहले·0 comments

Show HN: MailParse – Inbound email to structured JSON via API

mailparse.dev
2 points·by eibrahim·4 माह पहले·0 comments

Show HN: Zap Code – AI code generator that teaches kids real HTML/CSS/JS

zapcode.dev
12 points·by eibrahim·4 माह पहले·2 comments

Show HN: AICurate – AI news curation platform for associations

aicurate.news
1 points·by eibrahim·4 माह पहले·0 comments

Show HN: Elite Coders – AI devs that join your Slack, GitHub, and Jira

elitecoders.ai
3 points·by eibrahim·4 माह पहले·0 comments

Show HN: Gold In Egypt – Arabic-first gold price tracker, shabka calculator

goldinegypt.com
1 points·by eibrahim·4 माह पहले·0 comments

Show HN: PartyHub Rental – Marketplace for party equipment rentals

partyhubrental.com
1 points·by eibrahim·4 माह पहले·0 comments

Show HN: AI Wins – Automated positive AI news aggregator

aiwins.news
1 points·by eibrahim·4 माह पहले·1 comments

Show HN: Pitch An App – Crowdsourced app ideas with voting and revenue sharing

pitchanapp.com
2 points·by eibrahim·4 माह पहले·0 comments

Show HN: Sitter Rank – Pet sitter booking without 20-40% platform fees

sitterrank.com
2 points·by eibrahim·5 माह पहले·0 comments

Devs Need AI Training

1 points·by eibrahim·5 माह पहले·11 comments

Terminalai – Turn natural language into shell commands

terminalai.app
2 points·by eibrahim·6 माह पहले·0 comments

I built an email client with local AI. open source it?

1 points·by eibrahim·6 माह पहले·1 comments

[untitled]

1 points·by eibrahim·6 माह पहले·0 comments

[untitled]

1 points·by eibrahim·6 माह पहले·0 comments

Am I making a mistake building an email client for devs?

4 points·by eibrahim·6 माह पहले·8 comments

I built an open source cross-platform desktop starter app

1 points·by eibrahim·6 माह पहले·1 comments

I built an open source cross-platform desktop starter app

4 points·by eibrahim·6 माह पहले·4 comments

Apps SDK UI for ChatGPT

openai.github.io
1 points·by eibrahim·7 माह पहले·3 comments

Model FaceOff – real world prompt comparison between models

modelfaceoff.com
1 points·by eibrahim·7 माह पहले·0 comments

comments

eibrahim
·4 माह पहले·discuss
the linktree-for-side-projects angle is interesting but i think the real problem is distribution, not organization. you can have a beautiful profile page with 10 ideas listed but if nobody sees it, the signal you get back is silence, and silence doesnt tell you anything useful.

the voting/interest signal idea is solid tho. the key question is whether the people voting are potential users or just other builders being polite. thats the trap Product Hunt fell into and its really hard to avoid.
eibrahim
·4 माह पहले·discuss
Me too. I am exhausted by all the human slop constantly complaining about comments or posts being ai slop. I think I have had better conversations with bots the last few months lol.

This is everywhere not just HN: Reddit LinkedIn and twitter too. You are guaranteed to get 2 types of comments on anything you post: 1. Comments accusing you of AI slop (I call them human slop) 2. Comments by AI bots (surprisingly some are helpful and useful) at the end your bot will be a reflection of you.

Asshole humans will train asshole bots.

ps: I don’t even know how any of these sites can fight these bots. The LLMs are amazing and with openclaw and similar it’s impossible to detect bots vs humans.
eibrahim
·4 माह पहले·discuss
The article makes a reasonable case for internal tools but glosses over the elephant in the room: if every company can vibe code their own B2B tools, what happens to the SaaS vendors? The ones that survive will be the ones where the distribution and ecosystem around the product matters more than the code itself. Nobody is going to vibe code their own Stripe or Salesforce, but the long tail of niche B2B tools is absolutely vulnerable.
eibrahim
·4 माह पहले·discuss
They're right that nobody is vibe coding a full ERP system. But that's not really the threat. The threat is vibe coders building the 20% of Workday that 80% of small businesses actually use, and selling it for a fraction of the price. The market for small, focused tools that replace one expensive feature of a bloated enterprise platform is massive and growing fast.
eibrahim
·4 माह पहले·discuss
The maker movement comparison is interesting but I think it breaks down in one key way: the marginal cost of software distribution is basically zero. 3D printing still requires physical materials and shipping. Vibe coded apps can reach users instantly if there's a discovery mechanism.

The real parallel might be the early web era where anyone could make a website but finding them required Yahoo directories and later Google. Right now vibe coded apps have the same discovery problem - they exist but there's no effective way to find or evaluate them.
eibrahim
·5 माह पहले·discuss
The part about vibe coding lowering the barrier to building software is well established at this point. What nobody seems to be addressing is the distribution problem that creates. We're about to have an order of magnitude more software being built, but no corresponding improvement in how people discover and evaluate it. App stores were designed for a world where shipping software was hard. We need new discovery mechanisms for a world where shipping is easy.
eibrahim
·5 माह पहले·discuss
Context divergence is a real problem once you have more than one person prompting on the same codebase. The git-native approach makes sense since thats already where the code lives. Have you seen cases where different team members LLMs generate conflicting architectural patterns even with shared context? Curious how much shared context actually prevents drift vs just documenting it.
eibrahim
·5 माह पहले·discuss
cool concept. the million dollar homepage model is clever for bootstrapping initial attention.

interesting that you mention this is your first vibe coding project. curious where you plan to list it long-term for discovery. product hunt gives you a day of visibility but then what? feels like theres a gap in the market for a place where vibe-coded projects can live and get discovered organically.
eibrahim
·5 माह पहले·discuss
The hook-driven status tracking is a nice pattern. Running multiple agents in parallel and needing visibility into whats happening is a real problem once you go past one or two. The git worktree automation is a smart touch too.

Curious about the hook interface - is it specific to Claude Code or generic enough to work with other agent frameworks?
eibrahim
·5 माह पहले·discuss
This is a really important cautionary tale about autonomous AI agents operating without proper guardrails. The gap between 'AI agent that can do useful tasks' and 'AI agent that understands consequences' is still enormous. It highlights why having human oversight in the loop matters — whether it's content review, action approval, or just sanity-checking outputs before they go live. The best setups treat the AI as a capable but supervised collaborator, not a fully autonomous actor.
eibrahim
·5 माह पहले·discuss
This is a really important cautionary tale about autonomous AI agents operating without proper guardrails. The gap between 'AI agent that can do useful tasks' and 'AI agent that understands consequences' is still enormous.

It highlights why having human oversight in the loop matters - whether it's content review, action approval, or just sanity-checking outputs before they go live. The best AI assistant setups I've seen treat the AI as a capable but supervised collaborator, not a fully autonomous actor.
eibrahim
·5 माह पहले·discuss
the self-extending skills part is really interesting. ive been building AI agents with persistent memory for a while now and the skill/tool extensibility piece is where most frameworks fall short. they either give you a rigid plugin system or completley open-ended function calling with no guardrails.

how are you handling the trust boundary for self-created skills? thats usually where things get tricky.

also curious about the memory architecture. file-based memory (like markdown files the agent reads/writes) has been surprisingly effective in my experience compared to fancy vector DB approaches. simpler to debug, easier for the agent to reason about, and way less infrastructure overhead. whats your approach?
eibrahim
·5 माह पहले·discuss
Interesting approach! How does this handle long-running background tasks and tool execution? One challenge I've seen with self-hosted AI assistants is managing the lifecycle of agent sessions - especially when you want the assistant available 24/7 without manual intervention.
eibrahim
·5 माह पहले·discuss
I wish.
eibrahim
·5 माह पहले·discuss
I guess i can tell AI to make it look a bit shitty lol
eibrahim
·5 माह पहले·discuss
Agreed. The devs that don’t see the writing on the wall are going to be very disappointed. They are the ones screaming “AI slop” on every post on the internet. It’s the farmer that once said “tractors and machines will never replace me” only to be unemployed and bitter a few months/years later.

If we don’t adapt, we will not survive. I know this is a hard pill to swallow because we all thought we were set for life with job security and high paying jobs forever. This is changing fast or maybe already changed.

Lots of uncertainty and no one knows how this will pan out. The optimist in me thinks/hopes that new doors will open shrug
eibrahim
·5 माह पहले·discuss
I understand your skepticism but their estimate was for a POC not a fully blown implemented feature. What I gave them was a POC with TONS of warnings that this was AI generated and vibe coded and not tested and not reviewed etc etc. they understood but loved the fact that they have something “working” that they can show off to higher ups. I was very very clear about the fact that it was very rough and not production ready - after all it was less than 2 hours of work.
eibrahim
·6 माह पहले·discuss
I did 10k worth of tokens in a month and never had issues with tokens or stuff. I am on the 100 dollar max plan so I did not pay 10k - my wife would have killed me lol

PS: screenshot of my usage (and that was during the holidays https://x.com/eibrahim/status/2006355823002538371?s=46

PPS: I LOVE CLAUDE but I never had to deal with their support so don’t have feedback there
eibrahim
·6 माह पहले·discuss
very true... it would still be nice to make some money though :)
eibrahim
·6 माह पहले·discuss
I am struggling with pricing though. I don't want a subscription model because most devs (most people) hate it and I hate it myself. But I don't know what's a fair price for an email client that gives you a unified inbox for all your accounts with on-device local AI and all sort of efficient ways to crank through hundreds of emails in minutes...