frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•10mo ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

Why Stable Reality Requires λ² = λ and 1

https://www.academia.edu/145790753/One_Equation_200_Mysteries_A_Structural_Constraint_That_May_Ex...
1•kristintynski•1m ago•1 comments

Open-Sourcing Sarvam 30B and 105B

https://www.sarvam.ai/blogs/sarvam-30b-105b
1•meetpateltech•2m ago•0 comments

Services: The New Software

https://sequoiacap.com/article/services-the-new-software/
1•techlad84•2m ago•1 comments

Show HN: AdPipe – Generate 12 Meta ad copy variants from any product URL

https://adpipe.io
1•edgar_builds•3m ago•0 comments

Show HN: AI trading platform with 34% returns (3 months) – seeking acquisition

https://acis-trading.com/
1•fkratzer•5m ago•0 comments

The Download: things that matter in AI, plus Anthropic's plan to sue the Pen

https://www.technologyreview.com/2026/03/06/1133989/the-download-10-things-that-matter-in-ai-anth...
1•joozio•5m ago•0 comments

Claude Code wiped our production database with a Terraform command

https://twitter.com/Al_Grigor/status/2029889772181934425
1•jv22222•6m ago•0 comments

The AI Agent Infrastructure Stack: Who's Building the Picks and Shovels

https://primitivesai.substack.com/p/the-ai-agent-infrastructure-stack
1•traderaegis•7m ago•1 comments

Show HN: Best ways to organize research links

https://clipnotebook.com/blog/best-ways-to-organize-research-links-2026
3•diddddy•7m ago•0 comments

Show HN: Autonomous AI platform that builds apps and tools automatically

https://github.com/rupac4530-creator/super-builder-platform
1•BuildWithAI•7m ago•0 comments

The Personal Software Era

https://robertdelu.ca/2026/02/02/personal-software-era/
1•Robdel12•8m ago•1 comments

How We Model Clinical Trial Data When Every Trial's Data Model Is Different

https://runharbor.com/blog/2026-03-03-how-we-model-clinical-trial-data-when-every-trial-is-different
1•18nleung•10m ago•0 comments

No code reviews by default (2021)

https://www.raycast.com/blog/no-code-reviews-by-default
1•speckx•10m ago•0 comments

Predictive AI with graphs and tabular foundation models

https://wesmadrigal.github.io/GraphReduce/end_to_end_examples/predictive_ai_tabpfn/
1•madman2890•11m ago•0 comments

See the oldest fossilized 'butthole' imprint

https://www.scientificamerican.com/article/see-the-worlds-oldest-fossilized-butthole-imprint/
2•Tomte•11m ago•0 comments

Pokopia Network

https://pokopia.network/
1•mochidough•13m ago•0 comments

SQLite Release 3.52.0

https://sqlite.org/releaselog/3_52_0.html
1•chungy•16m ago•0 comments

The Post-Copyright Era of Software

https://www.nibzard.com/post-copyright-era-software/
1•speckx•16m ago•0 comments

Hong Kong pro-democracy tycoon Jimmy Lai will not appeal conviction

https://www.bbc.com/news/articles/ce3g5nn8v4wo
2•tartoran•16m ago•0 comments

Ungrounded Divergence–Philosophical Framework for Understanding AI Hallucination

https://download.ssrn.com/2026/2/13/6234159.pdf?response-content-disposition=inline&X-Amz-Securit...
2•droidjj•16m ago•0 comments

shadcn/cli v4

https://ui.shadcn.com/docs/changelog/2026-03-cli-v4
1•bpierre•16m ago•0 comments

Ctrl-C in psql gives me the heebie-jeebies

https://neon.com/blog/ctrl-c-in-psql-gives-me-the-heebie-jeebies
1•gmac•17m ago•0 comments

Show HN: Feedster, an RSS/feed reader focused on discovery and agent integration

https://feedster.co
1•pmarsceill•17m ago•0 comments

China's First Quantum Computer Operating System

https://qcloud.originqc.com.cn/en/programming/pilotos
1•salkahfi•19m ago•0 comments

Thinking About Probabilistic Filters

https://donatstudios.com/probabilistic-filters
1•donatj•20m ago•0 comments

Tech Trends to Watch, According to Aptiv Experts

https://www.aptiv.com/en/insights/article/what-are-the-tech-trends-to-watch-predictions-from-apti...
1•ohjeez•20m ago•0 comments

The first AI agent worm is months away, if that

https://dustycloud.org/blog/the-first-ai-agent-worm-is-months-away-if-that/
2•laurex•23m ago•0 comments

BlackRock limits withdrawals as redemptions rattle private credit fund

https://www.reuters.com/business/blackrock-limits-withdrawals-private-credit-fund-redemptions-mou...
6•itbeho•24m ago•0 comments

Show HN: I made a keygen for my own software

https://vrsal.cc/wkg/
1•univrsal•25m ago•0 comments

RAG is broken, lets fix it

https://decompressed.io/learn/embedding-drift
2•zacole•25m ago•0 comments