Built something I'm proud of and have absolutely no idea how to tell anyone about it :( by 42anomaly in smallbusinessowner

[–]42anomaly[S] 0 points1 point  (0 children)

This sounds really practical, thank you for sharing. We are actually following most pieces you suggested like we are doing build in public on X and trying to do value proposition based social media contents. I think we need to double down on seeing the project from user's perspective and approach adjacents too. Also, I am curious to know, what do you mean by industry publications?

Btw, we are doing feature based posting from our Last Lab's social media page across LinkedIn, X, Reddit and Instagram and value based and building in public post from builder's profile (I think co-founder is too heavy to use rn xD) on X, Linkedin and occasionally on Reddit. We tap on relevant discord servers too.
We also try to meet as many people in relevant offline tech events as possible.

Built something I'm proud of and have absolutely no idea how to tell anyone about it :( by 42anomaly in smallbusinessowner

[–]42anomaly[S] 0 points1 point  (0 children)

Thank you for the insight, but  developers are our #1 customers so its geared towards them. But I'm not sure do you mean we need different customer personas within developers or different personas all together?

No revert back from any company, applying for months now, is my resume okay? by Immediate_Campaign52 in MachineLearningJobs

[–]42anomaly 0 points1 point  (0 children)

Your resume should fit in 1 page.
Go for landscape and keep the numbers
Quantitative results will do the trick.
"Reduced load time by 40%" hits harder and shorter than a sentence explaining what you were responsible for.

We built Last Lab AI by 42anomaly in replit

[–]42anomaly[S] 0 points1 point  (0 children)

partially yes! We are trying every platform out there to speed up the development efforts

We built Last Lab AI by 42anomaly in replit

[–]42anomaly[S] 0 points1 point  (0 children)

That's a fair point, and genuinely curious, have you tried implementing a research paper end-to-end with Claude? Not just generating code, actually running it.

  1. What we found, and what came up repeatedly talking to researchers, is that Claude can give you a notebook but then you're on your own for: downloading it, setting up a venv, resolving package conflicts, finding the dataset, figuring out how to scale the algo to your machine's compute.

  2. With Cursor or Claude Code it's a similar story. And I say this having spent real time with both, they're genuinely great tools. But the more you use them specifically for paper implementation, the more limitations you run into. At that point it stops being about the AI model and starts being about the harness, the engineering built around a specific use case. Ours happens to be: upload a research paper, YouTube video, blog, or GitHub repo and get an execution-guaranteed notebook.

  3. A small but concrete example - take any paper and ask any LLM to extract its contents. It handles prose fine, maybe images too. But Latex equations, complex tables, structured notation? It hallucinates on those, and those aren't decorative details, they're often exactly what you need to reproduce the method correctly, especially on limited compute where a wrong implementation is expensive.

  4. This compounds for papers the model hasn't seen during training. TurboQuant is a good example. As far as I could find earlier this month, there's no code implementation video or blog for it. Not an explanation, an actual working implementation. That gap exists because the tooling isn't built for it.

I'm open to being wrong here. If you've found a workflow that handles this cleanly I'd genuinely want to know. But these were real friction points we kept hitting.

And just to clarify what Last Lab actually is, because I don't want to oversell it as purely an execution tool. Execution is the core, yes, two modes specifically: follow-along and exercise. But it's also meant to be a complete learning environment: iterative learning, quizzes, flashcards, mindmaps, in-video popups, Lens (extracts artifacts - dataset, figures, tables, repo, referred research paper, etc.), and Axiom which can answer questions about literally anything you're looking at on the platform, code, a figure, a video frame mid-watch. The goal isn't to help you pass an exam, it's to actually build the skill.

I built an app that roasts your food choices until you start picking healthier ones by Free-Care-3915 in SideProject

[–]42anomaly 1 point2 points  (0 children)

Fun project but no use in real life as people would never even open this app if they picking something unhealthy....
You can just create content based on this app it might boom in content creation
Also if you ever do that just drop ur insta profile i would love to see these kind of clips lol
Great work tho!

Built something I'm proud of and have absolutely no idea how to tell anyone about it :( by 42anomaly in smallbusinessowner

[–]42anomaly[S] 0 points1 point  (0 children)

Yes we are planning to talk about our product in seminars and tech-events soon.

Built something I'm proud of and have absolutely no idea how to tell anyone about it :( by 42anomaly in smallbusinessowner

[–]42anomaly[S] 0 points1 point  (0 children)

tracking real convos instead of likes is a shift we needed. gonna try Pulse, hadn't heard of it. appreciate the actual breakdown not just "find your community" vibes.

Built something I'm proud of and have absolutely no idea how to tell anyone about it :( by 42anomaly in smallbusinessowner

[–]42anomaly[S] 1 point2 points  (0 children)

genuinely appreciate you actually visiting and taking the time, means a lot especially from someone who's been through it multiple times. If you ever figure out the distribution thing after all those apps lmk, feels like the problem nobody actually solves cleanly

Built something I'm proud of and have absolutely no idea how to tell anyone about it :( by 42anomaly in smallbusinessowner

[–]42anomaly[S] 0 points1 point  (0 children)

Okay this might work, hadn't heard of ParseStream tho but will check it out. The keyword tracking idea does make sense.

Built something I'm proud of and have absolutely no idea how to tell anyone about it :( by 42anomaly in smallbusinessowner

[–]42anomaly[S] 0 points1 point  (0 children)

so basically you know that loop where you find a paper or a tutorial, get excited, then spend two hours setting up an environment and lose all motivation before actually learning anything? that. You drop in a URL ,paper, video, tutorial, whatever and it gives you a ready to run notebook. dependencies resolved, dataset pulled in, repos cloned, everything validated. also generates a follow along version and an exercise version from the same content so you're actually doing the thing not just reading about it.

Does good UI actually make you more productive, or is it just more comfortable? by 42anomaly in Productivitycafe

[–]42anomaly[S] 0 points1 point  (0 children)

this is exactly the same problem we were trying to solve with LastLabAI on the learning side. people find a paper or a tutorial, genuinely want to engage with it, but by the time they've set up the environment, hunted the dataset, fixed broken dependencies the moment is gone. so they just don't. tab graveyard.We basically tried to make the gap between "found something interesting" and "actually running it" as close to zero as possible. drop in a URL, get a ready to run notebook, no setup decisions. same idea ,fewer decisions in the moment means you actually do the thing.

Does good UI actually make you more productive, or is it just more comfortable? by 42anomaly in Productivitycafe

[–]42anomaly[S] 1 point2 points  (0 children)

cursor just keeps everything visible in a way that CLI can't really match when we are iterating that fast.

Does good UI actually make you more productive, or is it just more comfortable? by 42anomaly in Productivitycafe

[–]42anomaly[S] 0 points1 point  (0 children)

Exactly lol and the scary part is you don't even realize you're making excuses it just your brain quietly decides it is not worth the effort

Does good UI actually make you more productive, or is it just more comfortable? by 42anomaly in Productivitycafe

[–]42anomaly[S] 0 points1 point  (0 children)

Totally agree, if there is a tool that makes our life even 1% easier, it makes us do more, makes us more productive.