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

8.4 Months of Daily Driving GrapheneOS

https://blog.matthewbrunelle.com/8-4-months-of-daily-driving-grapheneos/
1•zdw•1m ago•0 comments

The Brilliant Developer, Unreliable Operator

https://the-infrastructure-mindset.ghost.io/brilliant-developer-unreliable-operator/
1•donutshop•3m ago•0 comments

Facing Its Third Data Center, an Iowa County Rolls Out Extensive Zoning Rules

https://insideclimatenews.org/news/01032026/iowa-county-data-center-ordinance/
1•WaitWaitWha•4m ago•0 comments

Web Haptics

https://haptics.lochie.me/
1•tontonius•8m ago•0 comments

Typhoid Mary

https://en.wikipedia.org/wiki/Mary_Mallon
2•metadat•10m ago•0 comments

Nbdantic, Pydantic for Jupyter Notebooks

https://github.com/ivanbelenky/nbdantic
1•ivanbelenky•11m ago•0 comments

Show HN: Argus – VSCode debugger for Claude Code sessions

2•lydionfinance•12m ago•0 comments

Wikipedia's entry on Ali Khamenei is a master class in narrative framing

https://twitter.com/thefp/status/2028587979900420303
2•nailer•15m ago•0 comments

How to Reach More Users?

1•m2fauzaan•25m ago•1 comments

Is It Just Me – Or Are Outages Everywhere Lately? (Claude, GitHub, Supabase)

19•vampiregrey•29m ago•5 comments

Show HN: Video to Text AI Transcription

https://videototext.tools
2•gregzeng95•30m ago•0 comments

Show HN: PantheonOS–An Evolvable, Distributed Multi-Agent System for Science

https://pantheonos.stanford.edu/
2•PantheonOS•31m ago•0 comments

DexCode – AI Slide Creation Environment for Developers

https://co-r-e.github.io/dexcode-lp/
2•mokuwaki•31m ago•1 comments

Impact of Code Changes on the Fault Localizability of Large Language Models

https://www.alphaxiv.org/abs/2504.04372v3
1•measurablefunc•32m ago•0 comments

Does anyone have an old Mac they don't use?

3•anothereng•33m ago•1 comments

Show HN: Cortexa – Bloomberg terminal for agentic memory

https://cortexa.ink
6•PrateekRao01•35m ago•1 comments

Solution to HN getting overwhelmed problem

2•freediver•35m ago•2 comments

Small Teams (2025)

https://www.ntik.me/posts/small-teams
3•jppope•36m ago•0 comments

Show HN: AfterLive – AI preserves memories as conversational presence

https://afterlive.ai
2•crawde•39m ago•0 comments

Interactive Dirac Notation Explainer with 3D Visualizations

https://deepexplain.dev/dirac-notation/
2•crawde•39m ago•0 comments

Low fertility may persist and could be good for the economy

https://www.nature.com/articles/s41562-026-02423-6
2•littlexsparkee•40m ago•2 comments

BigQuery Graph Series Part 1: From "Dark Data" to Knowledge Graphs

https://medium.com/google-cloud/bigquery-graph-series-part-1-from-dark-data-to-knowledge-graphs-5...
2•mariuz•40m ago•0 comments

Show HN: Pent – A sandbox for AI agents

https://github.com/valentinradu/Pent
2•rad_val•41m ago•0 comments

Why Choose OpenAgents Instead of CrewAI, LangGraph, AutoGen?

https://openagents.org/blog/posts/2026-02-23-open-source-ai-agent-frameworks-compared
2•Cherie91•42m ago•0 comments

OpenPawz Engram biologically-inspired memory architecture for AI agents

https://github.com/OpenPawz/openpawz/blob/main/ENGRAM.md
2•gotham64•46m ago•1 comments

Optimizing Recommendation Systems with JDK's Vector API

https://netflixtechblog.com/optimizing-recommendation-systems-with-jdks-vector-api-30d2830401ec
2•mariuz•46m ago•0 comments

TUIkit: Terminal UI Framework for Swift

https://tuikit.dev/
3•tambourine_man•47m ago•0 comments

6k AWS accounts, three people, one platform: Lessons learned

https://aws.amazon.com/blogs/architecture/6000-aws-accounts-three-people-one-platform-lessons-lea...
2•mariuz•47m ago•0 comments

Show HN: Fastsleep.app – want to fall asleep in 20 minutes?

https://fastsleep.app/
1•mathnorth_com•48m ago•0 comments

Why Choose OpenAgents Instead of CrewAI, LangGraph, AutoGen?

https://medium.com/@openagents/open-source-ai-agent-frameworks-compared-crewai-vs-langgraph-vs-au...
2•Cherie91•49m ago•0 comments