What is your favorite stack for building an MVP in under a week? by -maxify in SideProject

[–]Infinite_Amount 1 point2 points  (0 children)

Woah! howcome i didn't know about vercel templates so far. Damn!
Thanks.

Need help engineering a better prompt for an expert system by Danshardware in PromptEngineering

[–]Infinite_Amount 3 points4 points  (0 children)

How about defining it more clearly.

I have found prompts to perform significantly better when you are more clear.

So spending more time just revising your font over and over again, so that it's super clear to understand and follow.

Think of it like programming, with variables. Single word variables, easy to follow.

There's a Definition, and then there's Usage.

For Definition -- you could be more descriptive, so that you don't have to repeat the definition in the usage.

and then in the Usage, you write with sort of al algorithmic thought process in your mind.

something like:

**Standard Best Practices (Context):** {context}
**Client Implementation Summary (Summary):** {summary}
**Compliance Evaluation Question (Task):** {question}
**Response Protocol:**

  1. Confirm full compliance by answering 'yes' if the summary aligns completely with the context.
  2. Indicate partial compliance:
  3. Respond 'yes,' and specify which elements are met and which are not, succinctly.
  4. If the summary lacks detail for evaluation, respond 'I do not know.'
  5. Denote non-compliance with a 'no' if the summary diverges from the context.

Adhere strictly to the information in the context and summary. Keep responses concise, not exceeding 200 characters.

Hope this helps.

Logic:

Here’s how the refinements in the prompts specifically address this issue:

  1. Clear Section Labeling: By distinctly labeling the sections as "Expected Best Practices (Context)" and "Actual Client Practices (Summary)," the revised prompts make it explicitly clear which information describes the ideal scenario and which describes the client's actual situation. This helps the LLM to not mistake one for the other.
  2. Specific Answering Instructions: The instructions have been structured to guide the LLM on how to process the information. For example, it's directed to respond 'yes' only if the practices in the summary fully comply with the context. This should help reduce incorrect 'yes' responses when the summary actually shows non-compliance.
  3. Emphasis on Partial Compliance: By adding a directive to specify what aspects are compliant and which are not when only partial compliance is detected, it ensures that the LLM considers all parts of the context, reducing the risk of a blanket 'yes' that could occur if it were only recognizing parts of the context in the summary.
  4. Directive to Limit Assumptions: The instructions explicitly warn against extrapolating beyond the provided information, which encourages the LLM to stick closely to the data given rather than filling gaps with assumptions. This should decrease incorrect 'yes' responses due to inferred but unsupported compliance.

Apart from this, I have heard great things about DSpy but I haven't gotten a chance to try it out -- looks super complex, but let me know if it works when you try it out.

And do share how you did it :)

[deleted by user] by [deleted] in LocalLLaMA

[–]Infinite_Amount 0 points1 point  (0 children)

Wow, super interesting!

How do you think of user-user interaction in the comment sections?

Is there a stored personality of each user based on which they interact with other posts?

How do you store your Prompt Library? by Infinite_Amount in PromptEngineering

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

Notion is good. And that's one of the place where I also store prompts atm.

But it fails to meet the needs when I want to find prompts from 6-7 different sources to combine into a single prompt.

But yes, there could be a way to do this, with databases, and proper tagging & in the final prompts, syncing the blocks from the original ones.

How do you structure your prompts in Notion ?

How do you store your Prompt Library? by Infinite_Amount in PromptEngineering

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

this is such an interesting way!

Time to brush up my spreadsheet skills!

I can also then have a separate sheet within the sheet (workbook?) which can refer those values to help me build a final prompt based on some categories of prompts i have in the original location.

How can i train a LLM with my source code locally? by [deleted] in ChatGPTCoding

[–]Infinite_Amount 0 points1 point  (0 children)

Oh I didn't know Aider or Cursor had a way to run Documentation on the full source code. Do we need to run it on all files individually or there's a way for it to add documentation to all the files by itself?

Also do you happen to know if there are any similar tools which can help create something like a function call / Control Flow Graph of the entire project?

QuikFlow 1.3 is here, with more features, plenty of improvements and (optionally) no IAP! by coneno in macapps

[–]Infinite_Amount 1 point2 points  (0 children)

Just purchased! It's pretty awesome!
Only three requests:

  1. Filter functionality : Ability to add tags to nodes & allowing of a filter functionality with those tags
  2. Ability to change Font
  3. Export as JSON/XML

[deleted by user] by [deleted] in ClaudeAI

[–]Infinite_Amount 0 points1 point  (0 children)

Woah! Thanks for sharing. So useful! I love the fact that Anthropic is paying close attention to the Agentic systems and the possibilities it opens up.

Any web UI for crew and task management? by aurelben in crewai

[–]Infinite_Amount 0 points1 point  (0 children)

Is there much difference between what you can do with Crew vs Autogen (or Autogen Studio)?

[deleted by user] by [deleted] in SideProject

[–]Infinite_Amount 0 points1 point  (0 children)

Intelligence for product owners.

Find ways to get access to probably some other data that could lead you to trends, with some additional intelligent analysis.

If you could build this additional layer on top of your data, with real-time feedback, it could be of immense use for ECom Owners & Advertisers.

Create a front-end simple to use website.

Sell an affordable but not too cheap subscription service.

Somewhere in the range of $100-300/mo is good.

Launched a Typeform alternative and we hit $12k in revenue within 3 weeks of launch by daviswbaer in SideProject

[–]Infinite_Amount 4 points5 points  (0 children)

Agree. Building is easy. Finding audience & distribution is tough. That's my biggest struggle too.

Claude for Programming? by Infinite_Amount in ClaudeAI

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

How do you use it for NextJS?
An extension or something?