Skip to content

AI Blogs#2911

Merged
adityaoberai merged 5 commits intomainfrom
aiblogs/2
Apr 30, 2026
Merged

AI Blogs#2911
adityaoberai merged 5 commits intomainfrom
aiblogs/2

Conversation

@aishwaripahwa12
Copy link
Copy Markdown
Contributor

Latest SEO blogs

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 24, 2026

Greptile Summary

This PR adds four new AI-focused blog posts about Claude (prompting mistakes, Claude capabilities, underused features, and developer prompt patterns), each with a cover image and cache entry. All posts are marked unlisted: true and all internal cross-links resolve to existing pages. The model identifiers used in code examples (claude-opus-4-7, claude-opus-4-5) are confirmed valid against current Anthropic API docs.

Confidence Score: 5/5

Safe to merge; all posts are unlisted, no broken links or invalid model names, one minor factual inaccuracy worth correcting before publishing.

Only P2 findings present — a single outdated context window figure in one post. No logic errors, broken links, or structural issues.

src/routes/blog/post/7-things-claude-can-do-that-will-blow-your-mind/+page.markdoc — context window claim should be updated before the post goes live.

Important Files Changed

Filename Overview
src/routes/blog/post/7-things-claude-can-do-that-will-blow-your-mind/+page.markdoc New blog post on Claude capabilities; contains an outdated 200k-token context window claim (current Opus 4.7 supports 1M tokens). All internal links resolve correctly.
src/routes/blog/post/7-prompting-mistakes-you-need-to-stop-making-right-now/+page.markdoc New blog post on common prompting mistakes; content, metadata, and internal links are accurate and well-structured.
src/routes/blog/post/the-top-3-claude-features-you-are-probably-not-using/+page.markdoc New blog post on extended thinking, Projects, and prompt caching; API code examples use valid model identifiers (claude-opus-4-7, claude-opus-4-5) confirmed against Anthropic docs.
src/routes/blog/post/top-7-prompts-every-developer-should-use-to-get-better-results/+page.markdoc New blog post with 7 developer prompt patterns; all cross-links (including to the sibling prompting-mistakes post in this PR) resolve to existing pages.
.optimize-cache.json Adds 4 image hash entries for the new blog cover images; all entries correspond to real image files added in this PR.

Reviews (5): Last reviewed commit: "Merge branch 'main' into aiblogs/2" | Re-trigger Greptile


```json
{
"model": "claude-opus-4-5",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"model": "claude-opus-4-5",
"model": "claude-opus-4-7",

@adityaoberai adityaoberai merged commit 708fb54 into main Apr 30, 2026
6 checks passed
@adityaoberai adityaoberai deleted the aiblogs/2 branch April 30, 2026 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants