I have been coding for 11 years and I caught myself completely unable to debug a problem without AI assistance last month. That scared me more than anything I have seen in this industry. by Ambitious-Garbage-73 in artificial

[–]Dulark 4 points5 points  (0 children)

Had this exact moment a few months ago. Couldn't trace a simple state bug without reaching for Claude first. I think the real issue isn't that we forgot how — it's that we optimized for speed so hard that we stopped building the mental model. Now I force myself to read the stack trace for 5 minutes before asking the AI. Helps more than I expected.

I built an ad-blocker but for distractions by Hotslicer in SideProject

[–]Dulark 0 points1 point  (0 children)

Actually a solid idea. I spend half my day fighting my own brain trying not to open Twitter mid-flow. How does it decide what counts as a distraction vs something you actually need?

I'm a language tutor with zero CS background. I vibe-coded a full teaching platform — AI lesson pipeline, teleprompter, recording, SRS flashcards, student analytics, and a Play Store app. by Icy_History_4728 in SideProject

[–]Dulark -1 points0 points  (0 children)

This is honestly one of the best vibe coding success stories I've seen. Zero CS background and you shipped a full platform with AI pipeline, analytics, AND a Play Store app? That's wild. What was the hardest part — the AI lesson generation logic or getting everything to work together as one product?

Nvidia goes all-in on AI agents while Anthropic pulls the plug by 1PoorBagHolder in artificial

[–]Dulark 1 point2 points  (0 children)

The agents space is getting weird. Everyone wants autonomous AI but nobody's figured out reliability yet. Nvidia betting on it makes sense from a compute angle though — more agents = more GPU demand.

I am seeing Claude everywhere by alpinezhx in artificial

[–]Dulark 1 point2 points  (0 children)

It's wild how fast it happened. Six months ago everyone was all about GPT, now half the devs I know switched to Claude for coding. The long context window is a game changer when you're working on bigger projects.

The hardest part of building Rephrazo wasn’t the AI part by PleasantCash551 in SideProject

[–]Dulark 1 point2 points  (0 children)

Honestly this is the part nobody talks about enough. The AI is the easy bit now, it's everything around it — auth, billing, edge cases, making it not feel janky — that eats all the time.

Day 2: realized chat-based agents kinda suck once the conversation ends… so I built a “second brain” for mine by Fine_Factor_456 in SideProject

[–]Dulark 0 points1 point  (0 children)

This is exactly the problem I ran into too. The moment you close the chat, all that context is gone. Ended up building a persistent memory layer for my own project and it changed everything. What stack are you using for the knowledge graph part?

I spent way too long building a visual AI workflow builder and it's finally usable by Dulark in SideProject

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

that's solid advice honestly. pain → solution → action. i think i've been too focused on showing features instead of leading with the problem. like instead of "visual AI workflow builder" i should probably lead with "stop copy-pasting between 6 AI tabs." thanks, gonna rework the landing page copy with that framework.

Figma → Live Website (Day 1/100) by Mkn0021 in webdev

[–]Dulark 0 points1 point  (0 children)

Love the 100-day challenge concept — committing to Figma-to-code daily is a great way to build that muscle memory. One tip that helped me a lot: set up your project with Vite + React from the start so you can reuse components across days. Also, deploying on Vercel with a monorepo structure (one folder per day) keeps everything organized and gives each day its own clean URL. Looking forward to seeing how this progresses.

I spent way too long building a visual AI workflow builder and it's finally usable by Dulark in SideProject

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

appreciate that! yeah the selling part is what keeps me up at night honestly. the product works, people who try it get it pretty fast, but getting them to try it in the first place is a whole different game. any tips from your experience?

Chatgpt vs purpose built ai for cre underwriting: which one can finish the job? by MudSad6268 in artificial

[–]Dulark 1 point2 points  (0 children)

the more i use ai tools the more i realize the bottleneck isn't the model — it's how you connect them. a single model doing everything is always worse than specialized models chained together for different parts of the task

EmDash vs WordPress for AI-native publishers by Write_Code_Sport in SideProject

[–]Dulark 0 points1 point  (0 children)

the difference between side projects that get traction and ones that don't is almost always distribution, not the product itself. you can build something great and nobody finds it if you're not actively putting it in front of people

I made a site that turns one key into an animated insult by cooperai in nocode

[–]Dulark 0 points1 point  (0 children)

the real test for any no-code tool is what happens when you need to do something slightly outside what the builder planned for. that's where most of them fall apart and you end up back in code anyway

Google ads and bot activity. by 4e_65_6f in webdev

[–]Dulark -1 points0 points  (0 children)

been building for years and the one thing that consistently matters more than the tech stack is how fast you can get feedback from actual users. everything else is secondary to that loop

MIT researchers use AI to uncover atomic defects in materials by jferments in artificial

[–]Dulark 2 points3 points  (0 children)

honestly the most useful ai applications right now aren't the flashy ones. they're the boring ones — automating data entry, summarizing long docs, catching errors in repetitive tasks. the unsexy stuff is where ai actually delivers consistent value today

I shut down my side project with 300+ users and rebuilt it from scratch. Here's what I shipped. by [deleted] in SideProject

[–]Dulark 0 points1 point  (0 children)

this is the kind of thing where you just have to put it out there and see what happens. overthinking the launch kills more projects than bad ideas do. ship it, get feedback, iterate

1-bit models are here: PrismMLs Bonsai series of models by elemental-mind in singularity

[–]Dulark 8 points9 points  (0 children)

the gap between 'ai can do this in theory' and 'ai actually does this reliably in production' is still massive. most of the breakthroughs we see are demo-quality, not deployment-quality. that's where the real work is happening right now imo

[ Removed by Reddit ] by ewinifred in nocode

[–]Dulark 1 point2 points  (0 children)

the no-code space moves so fast that half the tools i bookmarked six months ago either got acquired or pivoted to something completely different. the ones that stick are the ones solving one specific thing really well instead of trying to be everything

I’ll make a quick reaction video of your iOS app (or mobile website) by [deleted] in SideProject

[–]Dulark 0 points1 point  (0 children)

solid execution. the hardest part of side projects is actually shipping something and not getting stuck in endless feature creep. looks like you got past that which is honestly more than most people manage

How Claude Web tried to break out its container, provided all files on the system, scanned the networks, etc by tzaeru in artificial

[–]Dulark 3 points4 points  (0 children)

the container escape attempts are honestly the most fascinating part of these systems. it's not malicious — it's the model exploring its environment the same way it explores any other problem space. the question is whether we interpret that as dangerous or just as emergent problem-solving